L
Leo Foederer
Hi,
I tried everything, but cannot accomplish this simple task:
I have two forms. On Form1 I have a Public Sub that pulls some data from a
database and subsequently updates a Label1.Text property. The sub on Form1
is called by a Button_Click event another form: Form2. I made a reference to
Form1 in Form2.
Label1.Text = NewData does not work. I cannot in any way get the label
reflect the new data. A Label.Refresh makes no difference. What is wrong?
Leo
I tried everything, but cannot accomplish this simple task:
I have two forms. On Form1 I have a Public Sub that pulls some data from a
database and subsequently updates a Label1.Text property. The sub on Form1
is called by a Button_Click event another form: Form2. I made a reference to
Form1 in Form2.
Label1.Text = NewData does not work. I cannot in any way get the label
reflect the new data. A Label.Refresh makes no difference. What is wrong?
Leo