Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combo box binding - nothing is displayed
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00191002
Message ID:
00191033
Vues:
55
Paul,

Try something like this (assuming that your fk is a numeric or integer.

BoundColumn = 3
BoundTo = .T.
ColumnCount = 3
ColumnWidths = 100,100,100,0 && or whatever shows the data you want
ControlSource = v_estimates.fk_insurance
RowSource = v_insurance.company,division,iid
RowSourceType = 6, Fields

Dump the code to move the record pointer in v_insurance as the combo will move it automatically to the selected value's record. BTW, the combo will show the boundcolumn whenever it is not dropped down.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform