Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Dropdown List
Message
De
08/12/1999 16:05:52
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00300507
Message ID:
00300587
Vues:
24
>>>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.
But I need to show only one column. The other one is a bound column. ColumnCount is set to 0.
Thanks Mark
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform