I have an application written in Delphi 5 that makes use of standard QuickReports. I am creating them on the fly using something like 'ReportQR := TReportQR.Create(Self)' and then calling 'ReportQR.Free' and setting 'ReportQR := Nil' after use.
This has seemed to work OK up til now but I have just develioped a problem with it - its OK the first five or six times but then creates a problem causing an access violation indicating that the component 'ReportQR' already exists.
Anyone suggest the problem and a solution ?
Steve
This has seemed to work OK up til now but I have just develioped a problem with it - its OK the first five or six times but then creates a problem causing an access violation indicating that the component 'ReportQR' already exists.
Anyone suggest the problem and a solution ?
Steve