Updateing property of a label

S

srs

I have a test box with a date in it. Using the date value of the text box I
updated the caption property of a label using the setvalue function. But
when I close the form down and reopen the label is back to it's orginal value
and not the date value I just entered.

How do I keep the updated value in the caption property of the label upon
close?
 
Top