Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using tables with FoxPro 2.6 and VFP 7.0
Message
From
28/02/2003 10:01:59
 
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Miscellaneous
Thread ID:
00742197
Message ID:
00759381
Views:
26
If you don't have to use SCATTER MEMVAR and GATHER MEMVAR, I've used the following commands with great success:
COPY MEMO {memo field} TO {filename} AS 1252
APPEND MEMO {memo field} FROM {filename} AS 1252

Using the 1252 codepage seems to work well for our applications... no problems checking out the contents in either FP2.6 or VFP.

I checked... didn't see "AS" available in SCATTER MEMVER or GATHER MEMVAR, don't know if that is available there.
Previous
Reply
Map
View

Click here to load this message in the networking platform