Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Insert Page Break in TXT file
Message
De
04/05/2007 15:36:09
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Insert Page Break in TXT file
Divers
Thread ID:
01222595
Message ID:
01222595
Vues:
84
I'm using the following code to create a text file. The user will be using Notepad to open the file. I want to force page breaks at certain points in the text document but I can't seem to get it to work. When I open the document in Notepad, I can see the little square character representing a FF but it has no effect on the printing.

What am I doing wrong?

Thanks,
Robert Wright
SET TEXTMERGE TO
SET TEXTMERGE ON NOSHOW
SET TEXTMERGE TO text.txt
\Some text
\<<CHR12>>
\some more text
SET TEXTMERGE OFF SHOW
SET TEXTMERGE TO
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform