[EMAIL PROTECTED] wrote: > I believe these will do the trick: > > answer printer > if (the result is "cancel") then > ... > end if > > open printing with dialog > if (the result is "cancel") then > ... > end if
Not on OS X, at least not reliably. In OS X, the print dialog is not actually triggered by the open printing commamd that specifies it; accordingly the result for the open printing command will always be empty. So instead of the behavior we've come to expect, it seems the print job dialog open only when the print command is issued, but by that time you're too far away from the open printing command to have any usefulness in checking the result. Hmmm.... -- Richard Gaskin Fourth World Media Corporation Developer of WebMerge 2.2: Publish any database on any site ___________________________________________________________ [EMAIL PROTECTED] http://www.FourthWorld.com Tel: 323-225-3717 AIM: FourthWorldInc _______________________________________________ metacard mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/metacard
