Pass parameter to report

tulliotullio Member Posts: 39
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;

Comments

  • vaprogvaprog Member Posts: 1,141
    There is too little information in your post.

    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.
Sign In or Register to comment.