Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Converting a memo field to a text field w/o losing data
Message
 
 
To
28/12/2004 11:10:52
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 7
OS:
Windows XP SP2
Network:
SAMBA Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00972594
Message ID:
00972595
Views:
15
This message has been marked as the solution to the initial question of the thread.
>Hi All -- Is there a way to get the distinct values of a memo field into a text field in a different table using ALLTRIM() that doesn't truncate all of the values to the length of the first record's value? I can do it by indexing on the length of the field, copying the data to a table while the index is in place and then using ALLTRIM(), but it's cumbersom. I know VFP9 just does it, but I'm constrained to work with VFP70.
>

You can use PADR(ALLTRIM(), 254).
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform