Options

Printer selection

RoelofRoelof Member Posts: 377
Hi,

Is there any way to have a flexible way to choose which printer you want to use for a report. I know there is a Report Selection setup, but I want to be dynamic in selecting a printer, based on what criteria I use on a printer request form.

Any ideas?

Thanks.

Roelof de Jong.
Roelof de Jonghttp://www.wye.com

Comments

  • Options
    jjbogartjjbogart Member Posts: 4
    hello Roelof

    we have a similar problem. we have two types of labels for the warehouse there are two label printers .In Navision printer selection we have adressed each label to each printer.

    however windows keep asking to which printer installed in the system we do want to send the output.

    can anyone help me.

    thanks
  • Options
    dick11dick11 Member Posts: 60
    A solution is to change codeunit 1

    I have done that for a client:

    In function FindPrinter(ReportId: Integer) you can add some code that change your standard Printername.
    For example for that specific Report and ...: exit('Printer X');

    After you have changed this codeunit do not forget to reopen your company otherwise it seems not to work (codeunit 1 must be reread).

    Succes
    Dick van der Sar

    www.dasautomatisering.nl
Sign In or Register to comment.