OnTranslateMessage problem

Laci

Member
Hi Folks,

I have got a problem with OnTranslateMessage event, because does not work normally, when I tried to use.

Details:

Regarding to HELP file, I tried to set one of the Dataset.OracleDictionary.EnforceConstraints property to [TR] to scan one of the Dataset`s event, , but when I executed an INSERT command, I surprised, gave back an standard error message. I could not rewrite those messages with my message.

Could anybody help me? ASAP, pls.

I have Delphi 5 Enterprise, Oracle 8.1.5, and DOA 343.

Thank you for advance:-))
 
The OnTransateMessage event only fires as a result of an Post or Delete operation, and not if you explicitly fire an insert statement.

------------------
Marco Kalter
Allround Automations
 
Back
Top