G
Guest
Hello,
I want to ensure that users do not delete a tick in a check box as they tab
through a form. Once the box has been ticked (to show that we can claim back
tax on donations) I want the tick to be secure against accidentally removing
it. The field is used to run automatic tax reclaims and if the tick has
gone, we don't get the tax back!
Ideally I would like a little pop up window to say something like "Are you
sure you want to remove the tick from this box?", which they can respond to
with a 'yes' or 'no'.
I guess I need to insert some code into 'on exit' or 'lost focus' event.
PS there is already an [event procedure] in the 'on exit' property which
concerns entering a date in another field when the box is ticked.
Any help is much appreciated. I am a newbie to coding but slowly beginning
to understand it on a 'need to know' basis. Thanks.
I want to ensure that users do not delete a tick in a check box as they tab
through a form. Once the box has been ticked (to show that we can claim back
tax on donations) I want the tick to be secure against accidentally removing
it. The field is used to run automatic tax reclaims and if the tick has
gone, we don't get the tax back!
Ideally I would like a little pop up window to say something like "Are you
sure you want to remove the tick from this box?", which they can respond to
with a 'yes' or 'no'.
I guess I need to insert some code into 'on exit' or 'lost focus' event.
PS there is already an [event procedure] in the 'on exit' property which
concerns entering a date in another field when the box is ticked.
Any help is much appreciated. I am a newbie to coding but slowly beginning
to understand it on a 'need to know' basis. Thanks.