Label visible property

G

Guest

I have a label [lblWarn] that is set display when the form loads and when a
selection is chosen from a combobow, it is set to visible=false and a second
label [lblWarn2] is set to visible=true. When a second combobox is selected
from, the lblWarn2 is set to visible=false. The problem is that users need to
change the first combobox again during the same session sometimes which
triggers the lblWarn2 to be set to visible=true again. I only want this label
visible the first time. Any suggestions?
 
G

Guest

Why not just have a single warning label, and change the caption as
appropriate?

Dale
 
G

Guest

Perfect...never woulda thought of that. Thanks

Dale Fye said:
Why not just have a single warning label, and change the caption as
appropriate?

Dale
--
Email address is not valid.
Please reply to newsgroup only.


robertm600635 said:
I have a label [lblWarn] that is set display when the form loads and when a
selection is chosen from a combobow, it is set to visible=false and a second
label [lblWarn2] is set to visible=true. When a second combobox is selected
from, the lblWarn2 is set to visible=false. The problem is that users need to
change the first combobox again during the same session sometimes which
triggers the lblWarn2 to be set to visible=true again. I only want this label
visible the first time. Any suggestions?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top