Givea command button top priority
- From: inquirer <noreply@xxxxxxxxxxx>
- Date: Sat, 10 Sep 2005 12:40:15 +1000
I have a userform in which a user enters data into various test boxes. It also has a number of command buttons which perform various options and become visible or not, and control the flow of the program. I also have data validation for when a user enters data into text boxes.
Is it possible to have one command button which is visible all the time and takes priority over all others when it is pressed? I am trying to give the user the option of saving to a file everything that has been entered in the textboxes at any time and then either continuing with entering more data or exiting the program.
The problem I have at the moment is that when the "save" button is pressed, textboxes which should contain data (but it hasn't yet been entered) are validated and give an error saying they are empty. I would like to override the data validation when the "save" button is pressed.
Thanks Chris .
- Follow-Ups:
- Re: Givea command button top priority
- From: Someone
- Re: Givea command button top priority
- Prev by Date: Re: Reading dbx files from vb?
- Next by Date: Re: Givea command button top priority
- Previous by thread: Change Mouse cursor/icon in VB6
- Next by thread: Re: Givea command button top priority
- Index(es):
Relevant Pages
|