Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copy to File with memo
Message
From
16/05/2001 09:37:03
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Copy to File with memo
Miscellaneous
Thread ID:
00507772
Message ID:
00507772
Views:
54
I'm trying to copy a table to a txt file but the command doesn't seem to copy the memo field. I've tried:

copy to (lcFile) deli with ; with character tab

(I do it this way because I then run:

STRTOFILE(STRTRAN(FILETOSTR([&lcFile]), [;], []), [&lcFile])

to get a tab delimeted file with no quotes).

I even tryed:

copy to (lcFile) fields field1, memofld, field3, etc...

And that didn't work either. Any suggestions on how to copy a table to a text file and include memos?

TIA!

Rob
Next
Reply
Map
View

Click here to load this message in the networking platform