Hide / Supress report request form and print dialog

Nav-NoobNav-Noob Member Posts: 5
Hi

I have a report that i print without showing the request form and print dialogs. Is this possible?

Regards
Jan Schneider

Comments

  • Luc_VanDyckLuc_VanDyck Member, Moderator, Administrator Posts: 3,633
    The request form can be supressed setting ReqWindow to FALSE when running the report:
    REPORT.RUN(Number [, ReqWindow] [, SystemPrinter] [, Record])
    REPORT.RUNMODAL(Number [, ReqWindow] [, SystemPrinter] [, Record])

    ReqWindow
    Type: Boolean

    Specifies whether the request window for the report will be displayed. The request window is part of the report object.

    Specify true (default) to display the request window before running the report. Specify false to run the report without showing the request window.

    The print dialog, showing the page counter and printer name while printing, cannot be supressed as this is handled by Windows.
    No support using PM or e-mail - Please use this forum. BC TechDays 2024: 13 & 14 June 2024, Antwerp (Belgium)
Sign In or Register to comment.