EConvertError in frxParsePageNumbers
Hello,
on a report which has been created by our application suddenly an exception occured during processing of the pagenumbers. The report already has been generated and printed hundreds of times without any problems. The report is visible at the screen, so all other rendering and processing obviously has been completed. The interesting part of the callstack is:
exception class : EConvertError
exception message : ''1;2'' is not a valid integer value.
Main ($13dc):
010afaf9 +019 Pathfinder.exe SysUtils 3783 ConvertErrorFmt
010b13f8 +02c Pathfinder.exe SysUtils 6198 StrToInt
02154fe4 +0f4 Pathfinder.exe frxUtils 941 frxParsePageNumbers
0218e6d2 +372 Pathfinder.exe frxPreviewPages 2220 TfrxPreviewPages.Print
I have no clue, where to look for that error, what happened or about any significant differences about configuration of the customer's pc.
Any help appreciated,
Thanks,
Stefan
on a report which has been created by our application suddenly an exception occured during processing of the pagenumbers. The report already has been generated and printed hundreds of times without any problems. The report is visible at the screen, so all other rendering and processing obviously has been completed. The interesting part of the callstack is:
exception class : EConvertError
exception message : ''1;2'' is not a valid integer value.
Main ($13dc):
010afaf9 +019 Pathfinder.exe SysUtils 3783 ConvertErrorFmt
010b13f8 +02c Pathfinder.exe SysUtils 6198 StrToInt
02154fe4 +0f4 Pathfinder.exe frxUtils 941 frxParsePageNumbers
0218e6d2 +372 Pathfinder.exe frxPreviewPages 2220 TfrxPreviewPages.Print
I have no clue, where to look for that error, what happened or about any significant differences about configuration of the customer's pc.
Any help appreciated,
Thanks,
Stefan
Comments