NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Alberto on February 15, 2009, 05:01:24 AM

Title: Audit changes in Form
Post by: Alberto on February 15, 2009, 05:01:24 AM
Hi,
I need to check the data changes in every field of a form to audit the record.
How can I save the original record to compare the values in the save button?
Thanks
Alberto
Title: Re: Audit changes in Form
Post by: kevin plummer on February 15, 2009, 01:22:10 PM
Set your form up as a memory form - that way in the validate embed at the end you have control of what gets updated. Or just change the fields you want to audit to local variable and then update them manually in your validate embed.
Title: Re: Audit changes in Form
Post by: Alberto on February 15, 2009, 03:26:00 PM
Mmhh no way.
So much work, I have a lot of fields, I need to do it with a field form.
Title: Re: Audit changes in Form
Post by: Bruce on February 15, 2009, 10:48:56 PM
Hi Alberto,

there are embed points for "before change" and "post change".
So do it the way you would with a normal clarion form.

Cheers
Bruce