Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ComboBox Table input
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
CodeMine
Versions des environnements
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01003021
Message ID:
01003053
Vues:
27
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform