Hello,
I have a form that contains among other things a label whose caption changes according to what the user does.
(ie: when it is necessary, I update the label's caption with the command: me.lblMyLabel.caption = "qwerty"
When I close the form and open it again, the label
is blank.
How can I force the label to keep its latest caption, when the form is closed (and then reopened)?
Thanks
Alex
I have a form that contains among other things a label whose caption changes according to what the user does.
(ie: when it is necessary, I update the label's caption with the command: me.lblMyLabel.caption = "qwerty"
When I close the form and open it again, the label
is blank.
How can I force the label to keep its latest caption, when the form is closed (and then reopened)?
Thanks
Alex