Integer Overflow when going to preview for large report
Version 11.08 Enterprise
Delphi 2010
I have a report setup as a one pass report. It calculates, then
displays the first page in the preview window. If I hit the last page,
it calculates the pages and on small reports everything works ok. But
if I have a large report, on Page 779 I think, I get an integer overflow
error. I have seen other posts in here about this. I cannot update to
a different version, but I have been trying to find out where the
integer overflow is coming from. However, I cannot find the routine
that actually goes thru and calculates then prints the last page. Do
you have any advice to help me track this down.
Thanks
Delphi 2010
I have a report setup as a one pass report. It calculates, then
displays the first page in the preview window. If I hit the last page,
it calculates the pages and on small reports everything works ok. But
if I have a large report, on Page 779 I think, I get an integer overflow
error. I have seen other posts in here about this. I cannot update to
a different version, but I have been trying to find out where the
integer overflow is coming from. However, I cannot find the routine
that actually goes thru and calculates then prints the last page. Do
you have any advice to help me track this down.
Thanks
This discussion has been closed.
Comments
compile with the Delphi debug .dcu's. Run in the debugger, when the error
occurs, examine the call stack.
-
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com