At 10:53 5/22/2001, Allard, Simon wrote:

>on printPDF
>   baPrintFile(gPathPDF & "myPDF.pdf")
>end
>
>Is there something I should know, on how to use this function ?

In addition to Bruce's comments, you might want to get the return code from 
baPrintFile(). The help file lists several return codes along with their 
meanings.

on printPDF
   OK = baPrintFile(gPathPDF &"myPDF.pdf")
   if OK < 32 then
     alert "PrintFile error" &&OK
   end if
end


--
Mark A. Boyd
Keep-On-Learnin' :)


[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/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!]

Reply via email to