I've a report. I need to run it passing two parameter.
I've build a function (named setparameter) that I call before run report. But report not RUN. Using debig I see only INIT trigger running.
Why?
This is my code:
CreateMovSim.SetParameter(dtFromDate,dtToDate,TRUE,TRUE,TRUE);
CreateMovSim.RUN;
0
Comments
It's unlikely, this has anything to do with your parameter passing.
What code do you expect to run, and is this warranted by the data selected by the Dataitem(s)?
Add a request form for testing purposes. If required use USEREQUESTFORM in the parameter passing function to suppress it in programmed use.