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
   revPrintField the name of field "sortField"
   close printing
end mouseUp

Paul

On 2014-08-09, at 9:01 PM, Charles Szasz <csz...@me.com> wrote:

> I have a scrolling that I use for printing in my app.  How do you save a 
> scrolling field as a PDF?  Or is this possible?
> 
> Sent from my iPad
> _______________________________________________
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to