Page 1 of 1

Audit log with Unidac

Posted: Sun 24 Jan 2010 02:38
by eliesermorais
Hello!

What is the best way to make audit log of changes in fields of a UniQuery component inside Delphi?

Thanks,
Elieser

Posted: Wed 27 Jan 2010 08:54
by Plash
You can use the BeforePost event of TUniQuery. In this event you can store old and new values of the fields in the log.