Subject | Version 4.7.16 Error Message changes? |
---|---|
Author | Paul Hope |
Post date | 2007-09-27T15:01:38Z |
Hi
On storing a record Firebird generates an exception 'Cannot end-date
a Principle dentist'. This used to be reported to the user like
that ie 'Cannot end-date a Principle dentist' - now I get
_______________________
ISC ERROR CODE:335544517
ISC ERROR MESSAGE:
exception 2
Cannot end-date a Principle dentist
STATEMENT:
TIB_Statement:
"<TApplication>,HFMMain.fDenFind.DentistForm.iboqDen.IBOqriboqDen.<TIB
_UpdateSQL>.<TIB_Statement>
STATEMENT:
TIBOInterna.
_________________________
The users will think the end of the world has come ;-)
Is there an easy way of switching this behaviour off? I've tried
using OnError to present my message and setting RaiseException to
false but the message is then followed by a 'Record not located for
update' error.
If it isnt possible already I think it would be a great idea if a
global option at connection or session level could be used such that
only the error message is presented and not the code or anything else.
Regards
Paul
On storing a record Firebird generates an exception 'Cannot end-date
a Principle dentist'. This used to be reported to the user like
that ie 'Cannot end-date a Principle dentist' - now I get
_______________________
ISC ERROR CODE:335544517
ISC ERROR MESSAGE:
exception 2
Cannot end-date a Principle dentist
STATEMENT:
TIB_Statement:
"<TApplication>,HFMMain.fDenFind.DentistForm.iboqDen.IBOqriboqDen.<TIB
_UpdateSQL>.<TIB_Statement>
STATEMENT:
TIBOInterna.
_________________________
The users will think the end of the world has come ;-)
Is there an easy way of switching this behaviour off? I've tried
using OnError to present my message and setting RaiseException to
false but the message is then followed by a 'Record not located for
update' error.
If it isnt possible already I think it would be a great idea if a
global option at connection or session level could be used such that
only the error message is presented and not the code or anything else.
Regards
Paul