Setting Bullzip as the destination printer

MikeConnor13MikeConnor13 Member Posts: 3
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?

Comments

  • edudiazedudiaz Member Posts: 39
    Have you looked at "Printer Selection" under Administration. From Help - In this table you can assign certain printers to certain users and/or reports so that the Invoice report, for example, is always printed on printer X. You can also specify that only user Y will always print credit memos on printer X, for example.
Sign In or Register to comment.