Restore default report
Hi,
after loading a .fr3 file in a report there is a method to restore the default report loaded from DFM file?
Thanks!
Mirco
after loading a .fr3 file in a report there is a method to restore the default report loaded from DFM file?
Thanks!
Mirco
Comments
The way I get around it is to have an additional 'blank' frxReport component on the form which is used to load the fr3 file and print the report.
IOW there is a frxDefault, used to store the default report, and a frxPrint, used to print the report.
The default report is saved to a file, e.g. when opening the form. The report printing then loads either the default report or a custom report when needed.