I
iccsi
I would like to set the unbound text of text box at run time like
following:
txtMyText = "My String"
I got error message that can not assign text at run time.
I can set label caption at run time if I change it to label.
Because I need can grow property of text box, I can not use lable
controls.
Are there any solutions for this?
Your help is great appreciated,
following:
txtMyText = "My String"
I got error message that can not assign text at run time.
I can set label caption at run time if I change it to label.
Because I need can grow property of text box, I can not use lable
controls.
Are there any solutions for this?
Your help is great appreciated,