|
PROFESSIONAL NEWSGROUPS WINDEV, WEBDEV and WINDEV Mobile |
| | | | | |
Strange behaviour TableDisplay in 75 205su |
Started by maat, Jul., 19 2003 2:24 PM - 1 reply |
| |
| | | |
|
| |
Posted on July, 19 2003 - 2:24 PM |
Hi all, I'm experiencing some 'new' behaviour with some(?) tablecontrols: - in a window there are several tablecontrols, some are on tabs - when a record is retrieved, filters are set for foreign tables and the tables are refreshed using tabledisplay Thhe problem is this: - since 205su some (not all) tables do not display their data on the first tabledisplay(). When I retrieve the same data (or another record) for the second time (while the window remains open), the table does display its data. - I have not yet been able to determine why some tables work fine and others don't. Although I do suspect it has something to do with the fact that the tables concerned are all on a tab that is initially not selected. At first I thought it might just be a bug, but when I run the same code using WD 75 204 it works just fine. Anyone else having this problem? Any ideas where to look for a solution? Thanks in advance
http://www.appenta.nl |
| |
| |
| | | |
|
| | |
| |
Posted on July, 24 2003 - 2:13 PM |
Trace the code to see if it is executed or not... may NO assumption on the fact that a Table code is executed or not : try it... I saw "strange" behavior depending on table column types (especially combo and switch) I reported some bugs to pcsoft about that... maybe they'll fixed in a new version?
"Edwin de Maat" <maat@appenta.nl> a écrit dans le message de news:3f1929c8@news....
Hi all, I'm experiencing some 'new' behaviour with some(?) tablecontrols: - in a window there are several tablecontrols, some are on tabs - when a record is retrieved, filters are set for foreign tables and the tables are refreshed using tabledisplay
Thhe problem is this: - since 205su some (not all) tables do not display their data on the first tabledisplay(). When I retrieve the same data (or another record) for the second time (while the window remains open), the table does display its data. > - I have not yet been able to determine why some tables work fine and others don't. Although I do suspect it has something to do with the fact that the tables concerned are all on a tab that is initially not selected.
At first I thought it might just be a bug, but when I run the same code using WD 75 204 it works just fine.
Anyone else having this problem? Any ideas where to look for a solution? Thanks in advance http://www.appenta.nl |
| |
| |
| | | |
|
| | | | |
| | |
| | |
| |
|
|
|