Is there a command to specify the Bullzip printer as the destination printer?
In my Nav code I've written (ok copied) the following thinking it would print to file as PDF. Unfortunately as in runs the target form modally, prints out hard copy at my desktop printer.
BullzipPDF.SetPrinterName := 'Bullzip PDF Printer';
BullzipPDF.WriteSettings(TRUE);
I can work-around this by creating a new Nav report and specifying the Bullzip PDF Printer explicitly, but this seems a waste.
Thoughts?
0
Comments