Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select, substr(), and MEMO.... HELP!!!
Message
 
 
To
21/11/2000 17:59:06
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00444398
Message ID:
00444452
Views:
8
>I am trying to use SQL select to get the first 60 chars of a memo field that represents the description of some work to be done. I need it to result in a 60 char text field that I can display in a browse window.
>
>...
>Select item, substr(desc,1,60), price from WorkTable into table Items
>Browse
>...
>
>What I get is a browse window that has the item number and price, but it says MEMO. I want the user to see the first 60 chars!!
>
>I have tried the mline() function, but it is only returning 1 character, even thought MEMOWIDTH is set to 60.


Try left(descr,60) as FullDesc. Also it was mentioned here hundred of times, that desc is VFP reserved word (descending) and it's better not to use it in your tables. If it's not too late, change this field to descrip. Otherwise you may suffer...
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform