Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Memos without returns? (for a 'to file' situation)
Message
De
20/05/1998 13:15:47
 
 
À
19/05/1998 23:50:44
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00100285
Message ID:
00100606
Vues:
55
I had a similar problem creating a text file to be used with a PageMaker file. The only way I found to output the memo field without Foxpro putting in those nice returns where it felt like was like this:

set printer to output.txt
set print on
scan
? field1
? field2
? field3
*** here is where memo comes in
set print off
set printer to
copy memo memofield to output.txt additive
set printer to output.txt additive
set print on
endscan
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform