Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copy to File with memo
Message
De
16/05/2001 09:37:03
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Copy to File with memo
Divers
Thread ID:
00507772
Message ID:
00507772
Vues:
53
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform