PDA

View Full Version : Custom report - pass in order number?


siwalker
04-May-2007, 04:58 PM
Hi,
I have a mildly-modified version of the standard Actinic orders.rpt that I've added to the Report Selection dialog via reports.ini. How do I get it to run only for the currently highlighted order(s) on the main Orders tab rather than for every order in the system as it does now?

Cheers,
simon

Jan
04-May-2007, 07:19 PM
You can't do this unfortunately, you have to specify the report criteria in reports.ini.

Regards,

siwalker
07-May-2007, 03:15 PM
You can't do this unfortunately, you have to specify the report criteria in reports.ini.

Thanks Jan, but these are restricted to dates and/or hardcoded criteria. How do the system reports pick up the highlighted orders?

Cheers,
simon

Jan
07-May-2007, 06:34 PM
The report manager module in the program sets the report formula to the selected orders before running the report.

Regards,