
POSTED: Apr 21, 2009 2:30 PM (GMT)
If you are calling the report from a Forms application, I would recommend not to use the report’s parameter form, but a small Forms window. From there, you can insert the parameter values the user has entered into a table, and then call the report, sending the values in a parameter list.
Next time the user wants to run the report, you retrieve the parameter values from the database table before calling the report.
More details are really needed in order to provide better help.
















