Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ComboBox Table input
Message
General information
Forum:
Visual FoxPro
Category:
CodeMine
Environment versions
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01003021
Message ID:
01003053
Views:
26
Hi Bill,

>Put a cboComboBoxCustom on a form and want to populate it with a validation table (not an array) & when the client selects an item have it put into a field in a data table. I think that should be defined in the ControlSource property.
>Have checked the documentation & lurked in the UT but to no avail.
>What properties need to be set to make this work?
>All help appreciated.
>Bill

The cboComboBoxCustom is pretty much like a regular combo box. If you want to populate the list with data from an existing cursor, then you could set the RowSourceType to 6 (fields) and specify the Rowsource as ValidationTableName.ValidationColumn. Then, just bind the controlsource to the "field in a data table".

HTH
-=Gary
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform