Thanks for previous help on the questions I had....
I have a large text file and I want the text to be printable and appear on multiple pages. I have a registered printomatic. What I did until now was I had to divide the text into a few text members. Otherwise printomatic simply shrinks the whole text onto one paper... And then I printed using the code below. Is there another way?
set doc = new(xtra "PrintOMatic")
if not objectP(doc) then exit
append doc, castLib "manual", TRUE
if doJobSetup (doc) = TRUE then print doc
set doc = 0
Michael Nadel MediArt.Corp "Creativity is more powerful than knowledge" -- Albert Einstein *********************************************************************** Tel: (972-2) 5807-454 Email: [EMAIL PROTECTED] Web: http://www.intelligineering.com/mediart/home.htm
[To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [email protected] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!]
