Thanks for your suggestion. I may not have made the question very clear or maybe I'm a bit unclear with the answer. I am not printing directly from program, I am creating a temporary text file, and then copying that text into a memo field. later on, I send the memo field to the printer. Line and page feeds seem to work great but nothing else.
Here is somewhat of an example of whatI am trying to do.
Set alternate to temp.txt
set alternate on
? 'This is a printing Test'
? 'Page 1'
? chr(12) &&Page Feed
? 'This is also a test
? 'Page 2- The End'
set alternate off
set alternate to
What I would like to do is to add a line after ?chr(12) something like below to change the 2nd page to landscape.
? chr(27)+"&l1O"
I've tried this but &l1O actually prints out.
If you can help, a million and half thanks
Hal Johnson