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:
00942453
Vues:
16
Blagodaria! That worked.

Whats the 'known behavior'? Being bound to a (numeric?) memvar while using a rowsource type of 2 or 3? This app uses quite a few combos w/o problem, but the rowsource for most is an array, unlike this case.



>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
>
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform