Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combobox not showing contents of memo field
Message
From
11/01/1999 18:49:33
 
 
To
11/01/1999 18:39:21
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00174871
Message ID:
00174901
Views:
27
>>>>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.
>
>John,
>
>The 2nd and 3rd columns don't show at all, or they don't show in the form you want them in?
>
>There is no problem assigning a memo field as a column in a combobox. It will not display "memo", but the actual memo content.
>
>Be sure columncount = 3 and that columnwidth for each column is adequate.
>
>regards,

My combobox is displaying my 2nd column which is based on a memo field all as "Memo" instead of its content. My columncount is set to 4 and the RowSourceType is set to Alias. What do I need to do?
It's "my" world. You're just living in it.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform