Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Insert Page Break in TXT file
Message
From
04/05/2007 15:36:09
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Insert Page Break in TXT file
Miscellaneous
Thread ID:
01222595
Message ID:
01222595
Views:
87
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
Next
Reply
Map
View

Click here to load this message in the networking platform