Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Memo Field Support
Message
 
To
13/07/1996 17:45:00
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00003951
Message ID:
00003961
Views:
28
>I need text management in VFP.
>
>I'm converting a 2.6 application that stores Job
>Description information for thousands of positions to
>VFP. The 2.6 developer (rest his soul) didn't use
>memo fields - he created a record with 7 80 character
>text fields and displayed them alto

Hi Chris,
Once again Tom is right! Your code would look something like
this:

USE NEWTABLE IN 0

USE OLDTABLE IN 0

SCAN (oldtable)
M.NEWMEMOVAR=OLDTABLE.LINE1+' '+OLDTABLE.LINE2+' '+....
INSERT INTO NEWTABLE (JOBMEMOFIELD) VALUES (M.NEWMEMOVAR)
ENDSCAN

Good luck!
Hugh
Microsoft hears loudest what the VFP community says about Visual FoxPro by looking at the bottom line!

Support the product. Buy the latest version!

Hugh Winters @ WorldData 408-512-1131
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform