A
AlexD
I'm trying to change text (caption) of a lable or text box.
Initially
lblLable.Visible = False
lblLable.Visible = True
lblLable.Caption = "text1"
or
txtTextBox.Value = "text1"
even with adding
Me.Refresh
isn't working. It doesn't appear on a Form at all.
Only, when I'm doing it with a debug step by step it's
working.
Please, advise something.
Initially
lblLable.Visible = False
lblLable.Visible = True
lblLable.Caption = "text1"
or
txtTextBox.Value = "text1"
even with adding
Me.Refresh
isn't working. It doesn't appear on a Form at all.
Only, when I'm doing it with a debug step by step it's
working.
Please, advise something.