Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid With A Combo Box
Message
De
01/08/2000 20:42:46
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00399668
Message ID:
00399672
Vues:
10
Kevin,

This should do it:

thisForm.grid1.column4.controlSource = 'childTableName.stoneID'
thisForm.grid1.column4.rowSourceType = 3 && SQL
thisForm.grid1.column4.rowSource = 'select stoneID, description from stonesTable order by stoneID into cursor aTemporaryCursor'

Where 'stonesTable' is the table that you want to populate the combo box, and 'childTableName' is the recordSource for the grid.

>How do I add a combo box to the grid, which is bound to one
>table while being populated from another?

Good luck,
Steve Gibson
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform