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:08:14
 
 
À
26/07/2000 15:39:56
Jimmy Ditta
Twin City Electronics
Monroe, Louisiane, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Divers
Thread ID:
00397268
Message ID:
00397289
Vues:
15
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
Insanity: Doing the same thing over and over and expecting different results.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform