Hi All,
I want to implement the functionality like, I have loaded one form. When I load the form "Reset" button will be disabled as there is no any original value changed. Now when I change any of the value then the "Reset" button should be enabled.
To implement this I have one approach to create replica of each field and write a rule to compare the values and disable control. But in this I have to create copy of all the fields which is an overhead.
I would appreciate for any suggestion.
Thanks in Advance.