VCL-class EVariantTypeCastError with message...
Hi,
I get this error message while debugging inside Delphi immediately after call the report file for preview
It appears twice before displaying the report. but if I run myapp outside debugger (from the exe) no error message apear.
The problem is I can not find which memo(s) cause this error the report has many and the error message does not display any more info. please advise
Thanks
I get this error message while debugging inside Delphi immediately after call the report file for preview
Debugger Exception Notification
Project myapp.exe raised exception class EVariantTypeCastError with message 'Could not convert variant of type (String) into type (Double)'.
Break Continue Help
It appears twice before displaying the report. but if I run myapp outside debugger (from the exe) no error message apear.
The problem is I can not find which memo(s) cause this error the report has many and the error message does not display any more info. please advise
Thanks
Comments
I faintly remember having had this problem. Quite annoying when debugging. I never had a problem anywhere after turning the message off.
Yes that worked.....thanks a lot technisoft