-
Hi,
when I insert a new record in my application, I want to display a ProgressBar, but it has only displayed when insert record finished.
How can I display ProgressBar while?
Thanks a lot!
Michele.
2009-11-08 19:15:19 UTC by michy80
-
mcarniel committed revision 301 to the OpenSwing SVN repository, changing 1 files.
2009-11-08 18:50:48 UTC by mcarniel
-
mcarniel committed revision 300 to the OpenSwing SVN repository, changing 37 files.
2009-11-08 18:44:26 UTC by mcarniel
-
Thanks to answer.
Then, I dont have a form, only Grid. When the user clicks on insert button he insert the data on Grid. When he clicks on save button the data is save on dabase, but the code (auto-increment) dont appear on Grid.
Undertand?
Regards.
2009-11-08 10:47:06 UTC by trelee
-
Try to set the linkGrid on Form and set the correct unique key to pkAttr which will the connection between the grid and form.
2009-11-08 10:30:25 UTC by aszomor
-
Hi,
I have a application maked with OpenSwing and DB MySQL. The tables of DB have auto-increment fields. I use just Grids in my Panels. When I press in Save Button everything occur well, but the code auto-increment of the table in DB dont appear in my Grid of the OpenSwing. The code only appear if I press on Reload Button or if I call the Reload method. I would like refresh the Response to...
2009-11-08 00:58:41 UTC by trelee
-
Ok,
Thanks
Paolo.
2009-11-07 16:21:19 UTC by paologri
-
mcarniel made 1 file-release changes.
2009-11-07 14:39:02 UTC by mcarniel
-
Final release 2.1.1 available
- fixed problem on quick filter panel and filter panel, when using combobox columns where domain is not defined using domain id
- fixed problem on quick filter panel when selecting a date from the calendar popup window
- added "vievFileMenu" to MDIFrame, in order to show/hide "File" menu in MDI frame menubar
- updated CzechOnlyResourceFactory and...
2009-11-07 14:38:59 UTC by mcarniel
-
mcarniel made 1 file-release changes.
2009-11-07 14:35:01 UTC by mcarniel