Board index » delphi » Quickreport Loading&Saving reports
Henri Zikken
![]() Delphi Developer |
Sat, 17 May 2003 03:00:00 GMT
Quickreport Loading&Saving reports
Hello all!
Could anyone tell me how to get quickreport to load it's own files? For example, I save a report with: MyQuickReport.QrPrinter.Save('myreport.qrp'); I expected to be able to load this report again with: MyQuickReport.QrPrinter.Load('myreport.qrp') but this returns an acces violation wich I can't debug since I don't have I have searched the help-files, the knoledge base, deja and the quickreport I am using Quickreport 3 and Delphi 5 on a Win2k machine. (already tried setting the temp dir to a shorter dirname, but did not work) The reports I'm trying to load are valid since quickreport will load them in Regards, Henri Zikken |