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?
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?