Home » U++ Library support » U++ SQL » Strange (perhaps) DropList ctrl behaviour
Strange (perhaps) DropList ctrl behaviour [message #33057] |
Tue, 05 July 2011 16:00  |
 |
forlano
Messages: 1207 Registered: March 2006 Location: Italy
|
Senior Contributor |
|
|
Hello,
I am playing with the reference example SqlArray.
I have modified the schema description, in the lay file added a droplist, and feeded this one with some values
dl.Add(1,"uno");
dl.Add(2,"due");
dl.Add(3,"tre");
Then I connected it to 'detail'
detail.AddCtrl(DL, dl);
When I enter the values it seems to work (the keys of droplist are stored in the table).
But when I click to resume the stored values in the table the droplist remains empty while the others are populated with data.
It looks for me a strange behaviour but I could mistake. Any hint?
Thank you,
Luigi
-
Attachment: SqlArray.rar
(Size: 2.45KB, Downloaded 392 times)
|
|
|
Goto Forum:
Current Time: Fri May 09 13:39:08 CEST 2025
Total time taken to generate the page: 0.02497 seconds
|