PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WEBDEV 2024 → How to do logging in webdev?
How to do logging in webdev?
Débuté par Veer, 02 sep. 2018 12:13 - 1 réponse
Membre enregistré
13 messages
Popularité : +1 (1 vote)
Posté le 02 septembre 2018 - 12:13
Hi i need to record all action performed by the user.If user modify the record i need to save the old values and new values as well.
Posté le 03 septembre 2018 - 15:22
Hi

I have an example of such a code available in my WXReplication open
source project available on my web site. I use it to record all changes
that I want to replicate in other DB, but at the same time, it is
creating a history...

The basic principle is to create global procedures overwriting hadd,
hmodify, and hdelete and coding what you need in them before doing the
real file writing


Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

Free Video Courses, free WXShowroom.com, open source WXReplication, open
source WXEDM.

More information on http://www.fabriceharari.com


On 9/2/2018 4:13 AM, Veer wrote:
Hi i need to record all action performed by the user.If user modify the
record i need to save the old values and new values as well.