I am using TIBCQuery. When i catch the OnPostError and display an error message, it always appears twice. Does anyone know how to stop this?
thanks,
Lai
post error raise twice
Probably the second message you see is an exception message that the application shows automatically when an exception occurs in the application. You can assign daAbort to the Action parameter in the OnPostError event handler. In this case the exception will not occur, and the second message will not be shown.