W
William Benson
Hi,
I have some form in change event for each text box on form which, on change,
will check if form is dirty and if so, hide the "Add New" button and replace
with "Save" and "Cancel" buttons. Problem is, if user hits Escape, then
really no change was made but there is no "Textbox1_Unchange" event to use
to undo the changes I have made to controls.
If I used the timer event to keep checking if the form is dirty, and if not,
assume that the user canceled his change? that's a lot of processor
overhead, is there another way?
TIA,
Bill
I have some form in change event for each text box on form which, on change,
will check if form is dirty and if so, hide the "Add New" button and replace
with "Save" and "Cancel" buttons. Problem is, if user hits Escape, then
really no change was made but there is no "Textbox1_Unchange" event to use
to undo the changes I have made to controls.
If I used the timer event to keep checking if the form is dirty, and if not,
assume that the user canceled his change? that's a lot of processor
overhead, is there another way?
TIA,
Bill