NetTalk Central

Author Topic: Audit changes in Form  (Read 3926 times)

Alberto

  • Hero Member
  • *****
  • Posts: 1872
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Audit changes in Form
« 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
-----------
Regards
Alberto

kevin plummer

  • Hero Member
  • *****
  • Posts: 1195
    • View Profile
    • Production Accounting and Software Payroll
Re: Audit changes in Form
« Reply #1 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.

Alberto

  • Hero Member
  • *****
  • Posts: 1872
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Re: Audit changes in Form
« Reply #2 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.
-----------
Regards
Alberto

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: Audit changes in Form
« Reply #3 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