Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combobox weirdness
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00942417
Message ID:
00942434
Vues:
20
This message has been marked as the solution to the initial question of the thread.
It's known behavior of ComboBoxes.

Try this:
BoundColumn = 2
BoundTo = .t.
ControlSource = m.f_desc
RowSourceType = 3
RowSource = "SELECT tempcat.rc_desc,rc_pk FROM TempCat INTO CURSOR cTemp"
Value = 0
ColumnCount = 2
ColumnLines = .f.
ColumnWidths = 200,0
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform