PDA

View Full Version : Catching data conversion error event


kmeixner
01-07-2008, 11:13 AM
Hi,

I am trying to catch a "Data Conversion Error" event from a dataset and display the error message in a popup dialog window but the 'onevent' handler of a dataset does not seem to be triggered in this case. I also tried assigning a delegate to catch an 'onerror' event of LzError but this does not catch the error either.

Does anyone know how to catch this error event and have it execute a method?

Thanks,

Kevin

senshi
01-10-2008, 02:48 PM
Do you have got a (small) reproducible testcase for us?