Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help on Combobox please!
Message
From
18/11/1999 11:08:50
 
 
To
11/11/1999 06:31:04
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00290010
Message ID:
00292486
Views:
23
If I understand your problem correctly, then you have a cursor containing several columns, one of which is the displayed name and another is the numeric key value.

If you have a key value in a variable, then you don't need to try and find it yourself.

Set the ConrolSource = variable_name
Set the RowSourceType = 6 - Fields
Set the RowSource = cursor.displayfield, keyfield
Set the BoundColumn = 2
Set the ColumnCount = 1

This will bind to the combo the variable in such a way that setting the variable to the desired key value and refreshing the combo will display the correct name.

Jason
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform