Error in TppPDFXref.Destroy
Hi there.
I use the PDF device and Output stream to store copies of the Report into
the Database.
When I go to PDFDevice.free and trace it through a exception is caused in
TppPDFXref.Destroy
liCount := FPDFObjectList.Count - 1;
for liIndex := liCount downto 0 do
begin
TppPDFObject(FPDFObjectList[liIndex]).Free;
end;
The exception for this particular report always happens when liIndex = 4
Any help would be appreciated
Dan
I use the PDF device and Output stream to store copies of the Report into
the Database.
When I go to PDFDevice.free and trace it through a exception is caused in
TppPDFXref.Destroy
liCount := FPDFObjectList.Count - 1;
for liIndex := liCount downto 0 do
begin
TppPDFObject(FPDFObjectList[liIndex]).Free;
end;
The exception for this particular report always happens when liIndex = 4
Any help would be appreciated
Dan
This discussion has been closed.
Comments
Which version of ReportBuilder are you using? If possible, please send a
small example of this in .zip format to support@digital-metaphors.com and
I'll work on finding the issue for you.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
You will not be able to compile, sorry to busy to re do it into a example
but you will be able to see what methods i am calling and how
Dan