canceling adp changes

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I am looking for a way of canceling any changes a user may have made on a
adp form if they cancel out of that form.

I have found that if the user is unhappy with the changes they have made
hitting escape before they leave the page will undo all their changes. Is
there an easy way to trigger the event mapped to the escape key, so I can add
this to my cancel button?
 
you should have the form either

a) unbound
b) bound to a temp table

then when they save changes apply to the real table

if you just want a single step; it is a little bit easier; drop a new
button on your form and look for the word 'undo'

from there you can get the script to just undo the last change I
believe

-Aaron
 
Back
Top