Re: Convert a scrolling field to PDF

2014-08-10 Thread Dr. Hawkins
On Sat, Aug 9, 2014 at 9:49 PM, Paul Hibbert wrote: ... > >open printing to pdf tPath >revPrintField the name of field "sortField" >close printing > end mouseUp > Also, look into the options for from/to, to control the area where it lands, or deal with taller than page height, or .

Re: Convert a scrolling field to PDF

2014-08-09 Thread Paul Hibbert
This should start the ball rolling… on mouseUp answer page setup as sheet if the result is "cancel" then exit mouseUp ask file "Save as PDF…" with "listPDF.pdf" as sheet if the result is "cancel" then exit mouseUp put it into tPath open printing to pdf tPath revPrintFi