Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combobox not showing contents of memo field
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00174871
Message ID:
00175498
Views:
21
>>>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
Previous
Reply
Map
View

Click here to load this message in the networking platform