Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Memo field to string
Message
 
 
To
09/01/2008 09:45:56
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01280515
Message ID:
01280533
Views:
13
>how can I change the memo field into string and put into several data field ?
>
>When I change the data type from memo into char. All data are disappear .
>
>Please help

Add few character fields with 254 char length. Then try:
replace char1 with substr(myMemo,1,254) all
replace char2 with substr(myMemo,255,255+254) all
etc.
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