On 21/03/2010 13:18, Sarah Reichelt wrote:
On Sun, Mar 21, 2010 at 8:19 PM, Richmond Mathewson
<[email protected]>  wrote:
  on mouseUp
  revPrintField the name of fld "TTEXT"
end mouseUp

gives me (on Mac OS X) a standard print dialog (without the print to PDF
option)
If you do:

on mouseUp
    showPrintDialog false, true
    revPrintField the name of fld "TTEXT"
end mouseUp

Then you will get the print dialog and be able to use OS X's standard
print to pdf.

Lovely! Thank you so much.
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to