Dialogpage -> Print spezific Page/Query

Hello,

my report consists of 2 Pages / Querys.. I want a Dialogpage to choose, wich page (or Both) should be printed. I tried Page1.Visible = True but Report means: No Data exists if i close DialogControl. W/o DialogPage my Report works well and i see both pages.

What could i do or try?

Thanks a lot!

Comments

  • edited 8:24AM
    I solved this Problem.

    Simple as Possible (Basic-Script)

    [CODEBOX] Page1.Visible = CB_ProdPlan.Checked ' CB_ProdPlan is my CHECKBOX
    Page2.Visible = CB_WarLief.Checked 'CB_WarLief is my CHECKBOX

    DP_Ausdruck.ModalResult = 1 'DP_Ausdruck is my DIALOGPAGE[/CODEBOX]

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.