Is it possible from within a report to detect if the User Request Form has been hidden at run-time? If the user has entered (or had the opportunity to enter) parameters, then I want to use those parameters in the report, but if the report is being run with USEREQUESTFORM := FALSE or REPORT.RUN(12345,FALSE...) then I want to retrieve the parameters from elsewhere. Unfortunately I cannot tell from inspecting the parameters because they are all Boolean.
0
Comments
Hope this helps