Subject RE: [IBO] OnError Event
Author Jason Wharton
OnError is in general for any error that is returned by a call to the API.
OnPostError happens if there is any error, whether API related or otherwise,
during the post phase of a dataset.

Jason Wharton

-----Original Message-----
From: Ross Garbig [mailto:ross@...]
Sent: Tuesday, May 04, 2004 10:43 AM
To: ibobjects@yahoogroups.com
Subject: [IBO] OnError Event


Using IBO 4.3.A, In the TIBODatabase and TIBOQuery components, there are
specific error events like OnPostError.
What is the OnError event used for? Is it fired no matter what the error?
Thanks