Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Dropdown List
Message
 
À
08/12/1999 13:56:55
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00300507
Message ID:
00300554
Vues:
22
>>If its a single column combo box, in the INIT
>>try using:
>>
>>This.ColumnCount = 1
>>This.ColumnWidths = This.Width
>There is a second column.
>Mark

Mark,

Extrapolate;
This.ColumnCount = 2
This.ColumnWidths = ALLTRIM(STR(INT(This.Width/2))) + "," + ;
                    ALLTRIM(STR(INT(This.Width/2)))
In other words make the sum of the columnwidths equal to the combo's width.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform