Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Vfp50 - How do I change a MEMO field to a CHARACTER fiel
Message
 
To
14/05/1997 09:54:00
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00032148
Message ID:
00032198
Views:
36
To make sure your new character field is long enough, type the following in the command window:

SELECT MAX(LEN(ALLTRIM(MyMemoField))) AS length FROM MyTable

This will give you the length of the longest memo field data string in your table and you can create your character field to be at least that long.

HTH
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform