Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combobox not showing contents of memo field
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00174871
Message ID:
00175498
Vues:
22
>>>Is there a way to display contents of a memo field in the combobox instead of the "Memo" display?
>>
>>Yes:
>>
>>Rowsource = alltrim(tablename.fieldname)
>
>Sorry. I wasn't specific enough. This memo field is the 2nd of 3 fields that needs to be displayed when dropdown appears. I could set RowSource = code+ALLTRIM(descript)+STR(amount,10,2) but the columns don't show lined up.

RowSource = Alltrim(code),Alltrim(descript),Alltrim(Str(amount,10,2))
ColumnCount = 3

You'll have to play with the ColumnWidths to get the to come out to the right sizes, but that's simply a matter of trial and error.

Travis
Travis Vandersypen
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform