I have a bound form where the value in field A determines if field B is editable. The lost focus event for field A enables or disables field B.
This works fine unless the user presses Escape. The original values of field A and field B display but the enabled status of B is not changed. I either need to find a way to:
> Turn off the escape key so the user can only undo the changes using a
command button I will write OR
> Find an event triggered by the Escape key's action where I can then enable or
disable field B again.
I have looked at the different form events and properties and have found nothing.
Any ideas?
This works fine unless the user presses Escape. The original values of field A and field B display but the enabled status of B is not changed. I either need to find a way to:
> Turn off the escape key so the user can only undo the changes using a
command button I will write OR
> Find an event triggered by the Escape key's action where I can then enable or
disable field B again.
I have looked at the different form events and properties and have found nothing.
Any ideas?