Printer dialog

DuhastDuhast Member Posts: 42
edited 2006-08-01 in Navision Attain
I have set up a printer in "Printer selection" form. Can I print skiping printer dialog but showing request filters window.

I don't want to use REPORT.RUNMODAL(number, requestWindow, SystemPrinter,Table) , because I need it for whole application.

Comments

  • ara3nara3n Member Posts: 9,256
    It automatically selects that printer when the printer dialog is opened, otherwise you have find the documents that they want this feature, and add the code you've written above.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • RachelSoonRachelSoon Member Posts: 202
    Hi All,
    I would like to find out how can i use the record in "Printer selection" table when i use the command as below :
    REPORT.RUNMODAL(number, requestWindow, SystemPrinter,Table)

    If i choose SystmerPinter = NO, the system will print on the printer defined through the Printer Selection table. However, how do i specify which record from the "Printer selection" table to be used?

    Thank you.

    Regards
    Rachel
  • ara3nara3n Member Posts: 9,256
    Well you insert a record before running the report, for the given user and then delete the record afterwards.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • RachelSoonRachelSoon Member Posts: 202
    Hi,
    Thank you for replying.

    However, how do i add record to Printer Selection table? as i am not able to lookup to Printer Name at the Printer Name column.

    Regards
    Rachel
  • ara3nara3n Member Posts: 9,256
    you need to run the form, not the table to be able to do lookup. run printer selectioin form
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
Sign In or Register to comment.