Hello!
I wrote a report which starts other self-written reports with REPORT.RUN(<Number>,FALSE).
All of these reports shouldn't generate a output to the printer. Therefore I always set the property "ProcessingOnly" on "Yes".
But if I start my mainreport, the following error-message pops up:
"You can't print a report, there the property "ProcessingOnly" is set on "Yes".
I think, this error depends on the REPORT.RUN-command which seems to generate always an output.
Are there any other commands to automatically start a report out of a report? Or are there any other possibilitys to solve this problem?
Thanks, regards,
Matti
0
Comments
E.g. MyReport as report 5000x
myreport.runmodal;
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
This error means you are trying to print a processing only report. Remove all the sections and it will work like a charm.