Re: A HELP BOX
- From: LEU <LEU@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 12 Sep 2008 16:41:01 -0700
I'm not sure what you are saying. Are you saying that when I would enter the
textbox a label box would show up that would display the correct format and
then when I would leave the text box the labelbox would turn invisible?
"Jay Freedman" wrote:
The simplest solution for a userform is to put the instructions into a label.
directly on the userform surface. If you want to get fancy, the _Exit()
procedure of the text box could set the label's .Visible property to False when
the user leaves the box; and it could also validate the user's entry and set the
Cancel argument to False so they can't exit until the format is correct.
On Fri, 12 Sep 2008 14:41:00 -0700, LEU <LEU@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
It's a userform. Document control wants it that way for appearance.
LEU
"Jay Freedman" wrote:
On Fri, 12 Sep 2008 12:35:01 -0700, LEU <LEU@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
I have a form that opens from a document. When you go to enter your name, it
needs to be in a set format. Is there a way that when I’m in the name textbox
a help or information balloon opens with the following : “Enter your First
name, CtrlTab twice, your Middle Initial, CtrlTab once, Last Name” and then
closes when they go to the next box?
What kind of "form" are we talking about here? A protected document, containing
form fields? An unprotected document containing a table (guessing because of the
CtrlTab)? A userform? The answer is different for each of these.
Also, it may be possible to avoid the need for an instruction popup by designing
the form properly. What "properly" means depends on how you're going to use the
completed document -- why do you need this specific format?
--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so all may benefit.
- Follow-Ups:
- Re: A HELP BOX
- From: Jay Freedman
- Re: A HELP BOX
- References:
- A HELP BOX
- From: LEU
- Re: A HELP BOX
- From: Jay Freedman
- Re: A HELP BOX
- From: LEU
- Re: A HELP BOX
- From: Jay Freedman
- A HELP BOX
- Prev by Date: Re: A HELP BOX
- Next by Date: Error message automating word 2007
- Previous by thread: Re: A HELP BOX
- Next by thread: Re: A HELP BOX
- Index(es):
Relevant Pages
|