Question { 7697 }
How to call Report from other Report ?
Answer
We can use the following code on the when_button_pressed
trgger of the button taken on the report layout.
SRW.RUN_REPORT
SRW.RUN_REPORT executes the specified R25RUN command.
Type: Procedure
Syntax:
SRW.RUN_REPORT (command_line CHAR);
Parameters:
command_line Is a valid R25RUN command.