Supressing printer setup

edited 5:23PM in FastReport 4.0
Is is possible to supress the printer setup dialog ?

I'm always printing on the same printer and I don't want to be asked to select the printer ever time I print.

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 5:23PM
    turn of the report printoptions showdialog property.
    you can either set it from the report designer or from delphi as a tfrxreportcomponent property.
  • edited 5:23PM
    < you can either set it from the report designer >

    Where please ?

    < or from delphi as a tfrxreportcomponent property >

    I did that but the dialog still appears.

  • gordkgordk St.Catherines On. Canada.
    edited 5:23PM
    IanT wrote: »
    < you can either set it from the report designer >

    Where please ?
    gk> report tree window select report in object inspector select print options set the showdialog to false

    < or from delphi as a tfrxreportcomponent property >
    gk> object inspector printoptions showdialog
    I did that but the dialog still appears.
    if the report had been saved previously with showdialog true it will override.
    works fine here

Leave a Comment