Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do I make a Multicolumn Combo
Message
De
26/07/2000 16:23:05
Jimmy Ditta
Twin City Electronics
Monroe, Louisiane, États-Unis
 
 
À
26/07/2000 16:08:14
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Divers
Thread ID:
00397268
Message ID:
00397294
Vues:
13
>1. How do I make the fields show up in the combo?
>
Combobox.RowSourceType = 6 && Fields
>Combobox.RowSource = "myview.Field1, Field2"
>Combobox.ColumnCount = 2
>Combobox.ColumnWidths = "100,100"
>You'll need to play around with the numbers in ColumnWidths to get it just right.
>
>2. How do I address the value in the 1st field in my search code?
>
Combobox.BoundColumn = 1
Thanks, that works perfectly. It has a little twist that I wasn't expecting, though. The second field is a Memo, which is exactly what its displaying..."memo" (duh). I want it to display what's in the memo. How do I do that?

JD
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform