Lifeseeker
Registered User.
- Local time
- Today, 14:26
- Joined
- Mar 18, 2011
- Messages
- 273
Hi,
I have a form on which there is a textbox control that I would like to add a bit more security.
There is a search button on the form and when it is clicked, users will be able to search the record based on the textbox.
When a user cancels out of the search box, the cursor focus is now back in the textbox field. I fear that if a user accidently hits ECS, that will wipe out the content of the textbox, which is the PK.
So is there a way around it so that after the search box has been cancelled, the cursor is focused on a different textbox that is of no significance?
Many thanks on this.
I have a form on which there is a textbox control that I would like to add a bit more security.
There is a search button on the form and when it is clicked, users will be able to search the record based on the textbox.
When a user cancels out of the search box, the cursor focus is now back in the textbox field. I fear that if a user accidently hits ECS, that will wipe out the content of the textbox, which is the PK.
So is there a way around it so that after the search box has been cancelled, the cursor is focused on a different textbox that is of no significance?
Many thanks on this.