Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
I'm trying to display memo fields...
Message
From
07/08/2001 11:53:04
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
 
To
07/08/2001 11:51:14
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00540747
Message ID:
00540748
Views:
13
>i'm trying to display memo fields in a listbox. i have the rowsource type as 3-SQL and the rowsource is a SQL-Select into a cursor, this part is working. unfortunately the listbox just displays 'Memo' instead of the contents of the memo field, is there any way to display the contents using this method or will i have to try a different way?

Get the first few characters of the memo field into your cursor. Use a fixed width. Example:
SELECT Field1, Field2, padr(MyMemoField, 200) as MemoField ...
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Reply
Map
View

Click here to load this message in the networking platform