Subject Re: [IBO] Exceptions and Error Messages
Author Paul Vinkenoog
Tag Markus,

> Im realtively new to IB Objects and I'm trying to find a way to show
> customized Error Messages on Posting a Dataset. For Example if my
> 'ITEM_NUMER' field has not been entered, I want to show a message
> which says 'Please enter a correct Item Numer' or similar, and not
> 'ITEM_NUMER is a required field. Is this possible?

You can intercept exceptions before they are raised by assigning an
event handler to OnError for the component in question. According to
the help text, this can also be used to show alternative error
messages.

Good luck,
Paul Vinkenoog

-- errare humanum est