N
niladri
Hi,
I have multiple .TXT files. I can combine all .TXT files to a SINGLE .TXT
file (say To_Print.txt ) from my (Powerbuilder Coding, FileRead( ),
FileWrite( ) ). My problem is when I print the To_Print.txt, each file
should print separately (each will print from a NEW page). I mean a page
BREAK at the end of each file. How do I do that?
I tried to add a ^m character (by my program) by concatination at the end of
the each file. The ^m shows in the file, at the end of each of the .txt file
but while printing, no page break at ^m!!!!
I prefer this solution in wordpad type .txt file.
I also need the same solution for Word .DOC file too.
Please explain so that I can follow you.
I have multiple .TXT files. I can combine all .TXT files to a SINGLE .TXT
file (say To_Print.txt ) from my (Powerbuilder Coding, FileRead( ),
FileWrite( ) ). My problem is when I print the To_Print.txt, each file
should print separately (each will print from a NEW page). I mean a page
BREAK at the end of each file. How do I do that?
I tried to add a ^m character (by my program) by concatination at the end of
the each file. The ^m shows in the file, at the end of each of the .txt file
but while printing, no page break at ^m!!!!
I prefer this solution in wordpad type .txt file.
I also need the same solution for Word .DOC file too.
Please explain so that I can follow you.