Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Bind the combobox
Message
From
21/04/2007 08:20:58
 
 
To
20/04/2007 15:43:38
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01218463
Message ID:
01218586
Views:
17
This message has been marked as the solution to the initial question of the thread.
My combobox is bounded to a field in a table (RowSource = MyTable.MyField; RowSourceType = 6). When I move the record pointer in the table MyTable, I want it to display MyField of the current record pointer. I tried calling Refresh (), but still no luck.

After you move the record pointer:
Thisform.MyCombo.Value = MyTable.MyField
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform