Hello guys,
I would like to do the following in BC 14:
I have a report 116. In this report there is a request page. There I have added a variable as an option. This is called "PrintOnPaper".
If this option is then checked by the user, that means it is set to the value true, not the report 116 should be printed, but the report 50116.
This is a modified copy of 116.
How can I make this possible?
In the OnitReport-trigger I tried this:
IF PrintOnPaper = TRUE THEN
REPORT.RUNModal(50116,FALSE,False,"Issued Reminder Header");
CurrReport.SKIP;