Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combo box with linked tables
Message
 
 
To
29/06/1999 18:30:20
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00235577
Message ID:
00235580
Views:
21
>I am having problems getting my combo box to refresh when it is bound to a linked table. I have nav buttons that move the record pointer in the parent table and I want the combo box to show only a list based on the child tables values. Typically, the combo box just shows all the values in the child table regardless of where the record pointer is in the parent table. I would also like it to show the first value from the field in the child table. Can anyone supply a few helpful hints on this? Thanks in advance...

The contents of the list of a combo won't change as does a combobox by issuing a form refresh. You will need to put code into the refresh method of the combo, then possibly issue a requery to get it to display the values.
Previous
Reply
Map
View

Click here to load this message in the networking platform