Printing a field content
Posted: Fri Apr 12, 2013 11:41 am
I'm trying this code but nothing appens...
I'm sure I do something wrong but I do not know what, any idea? 
Code: Select all
on printOutputField
open printing with dialog as sheet
if the result is "Cancel" then exit printOutputField
revPrintField field (the name of field "outputField") -- Prints the text in the field using the field's text properties.
close printing
end printOutputField
