Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Showing memofield in a ListBox.
Message
From
20/07/1998 13:57:23
 
 
To
20/07/1998 13:30:09
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00119360
Message ID:
00119388
Views:
17
>I do a Select-SQL to query data from different tables and put it in a cursor to show in a listbox. My problem is if one field is a Memo field and should be shown in the listbox it just writes out Memo instead of the first characters from the memo.
>
>I've tried to do like this with the select but it's not possible:
>
>select substr(memofield, 1, 30)....
>
>Is there any easy way to do a select-sql and show a memo-field in the listbox?
>
>Thanks in prior!
>
>/Mårten

You can use Select Left(memofield,10)... I don't know what's happened with SUBSTR(), but it really generates error (bug?).
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform