‎2008 Aug 30 6:25 AM
Hi Experts,
I want the previous value in my field exit. The value which existed before any value was entered or changed in the particular field. How do I get that value?
Warm Regards,
Abdullah
‎2008 Aug 30 6:54 AM
Hi Abdullah,
Try this by capturing it in a variable v_prev. This is to be done before you write your code for any other check.
output = input.
v_prev = output.
Regards,
Firoz.