App ignoring the .visible setting?
Good day,
I have an app that is suddenly ignoring the .visible setting of a textbox!
the textbox is a multilined one, with scroll bars turned on, is enabled, not locked, and its initial .visible setting is True.
BUT when this line executes:
lblWineType.Visible = True
it ignores it completely!? Suggestions?
Re: App ignoring the .visible setting?
Quote:
I have an app that is suddenly ignoring the .visible setting of a textbox!
the textbox is a multilined one, with scroll bars turned on, is enabled, not locked, and its initial .visible setting is True.
BUT when this line executes:
lblWineType.Visible = True
it ignores it completely!? Suggestions?
what is the name of the textbox? the reason why am i asking this is because I would name a Label with this kind of name
lblWineType
my name of the textbox could be
txtWineType
Just want to be sure...
Also if the initial value is true then why do you want to set it to true again?