Hello all, Doing a simple routine to print a PDF document as follows:
on mHit me sPDFFileToPrint = themoviePath & pPDFPathName & "\" & gCurrentLanguage & pPDFFileName & ".pdf" returnError = baPrintFile(sPDFFileToOpen) if returnError < 32 then -- issues a number of calls and then returns an alert dialogue printingProblemAlert() end if end If a printer is not connected, it just opens a blank PDF document in the background and doesn't call the printingProblemAlert() handler. Is there a better way to do this. Just want it to print in the background and only alert if there is issue. Thanks! -_Craig Craig Taylor Renegade Digital Media inc. [EMAIL PROTECTED] [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!]
