OutputTo PDF save to directory

FLCoderMike

Registered User.
Local time
Today, 09:26
Joined
Nov 14, 2007
Messages
29
Hi all, looking for a solution to a problem I am working on. I read about OutputTo method, I would like to OutputTo a PDF, is this possible or if not is there a way to automatically save a report without user interaction other than clicking an event button?

Scenario:
I have 200 customers, and invoices need to be printed once a month, but I do not want to have to go thru each customer and print individually,I already have a function that loops thru and gets the info for each customer and updates my tables, now I need to save the invoices to print later.

Any help is greatly appreciated.

Fl Mike
 
you can loop the invoices table and can export all invoices one by one with a single command
 
What would that command be?
 
You can send it to print and set your printer to to a program like CutePDF which will save it as a PDF.
 
Okay , have set up cutePDF. My question now is, how do I save the file without user interaction, is there a way of doing that?
 

Users who are viewing this thread

Back
Top Bottom