I'm using Crystal Report 6. When my application printing a report (to printer), it also set to create another report to a file in "rpt" format. I suppose when i open that saved report file, i should get the same data as the printed report. The problem is when i open the saved report from my application, the saved report will get the lastest data instead of the data during the printing. It seems to me that the saved report has been refreshed and retrieving the lastest data instead of displaying the "saved data". So, any solution that just to display the "save data with report" record?