OnTranslateMessageEvent

mrmitch

Member
I am trying to use OnTranslateMessageEvent.
I am using it to replace a "unique constraint" error with a friendlier message.
It worked under DOA 3.3 and later when I deployed the application, the message doesn't appear. In fact, when I remove the code so that the default message will appear, it doesn't either. I can tell by the OracleNavigator on my form that the POST does not happen since the POST button is still active. What would cause it to not appear. I can verify that the code is being executed by stepping through the debugger. The only thing I can remember changing that may be significant is that I upgraded to 3.4.

Any ideas?
 
Back
Top