Soooooo, now I'm having problems printing using PrintOMatic (my first time)
I have authored the CDRom in Dir 7.02 due to low end users and am using
Printomatic version 1.6, authored on Mac Power G4, will be cross-platform CD
someday.......if the computer "pushkins" accept my "offerings"............
The manual sounded "simple" .........sigh.................
Can anyone tell me what I'm doing wrong? PrintoMatic keeps telling me it
can't change a page setup on a document that's not empty.........HUH?
on printDoc me
set doc = new(xtra "PrintOMatic")
if not objectP(doc) then exit
setDocumentName doc, "Action Plan"
newPage doc -- add a new page
append doc, sprite 8, TRUE
append doc, [member "entry_duration", member "entry_vision"], TRUE
append doc, castLib"printout", TRUE
if doPageSetup(doc) = TRUE then print doc
set doc = 0
end
Any help is greatly appreciated!
Chris
[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!]