I've got an issue where I need to scan through left over .rpt and .tmp files.
These files are left over because (we assume) the export to the printer has failed in such a way that Dispose or Close wasn't called.
We can't instruct the user to print the report again, because printing is happening automatically and the user isn't aware of the result (printed yes or no).
The printouts are picked up by another department that is unaware of how many reports should have been printed.
Can the report be printed again using the .rpt and or .tmp?
If not, can we distill the parameters that the report export was started with from either the .rpt or .tmp file?
Thank you for your effort.