Hello,
I want to change the textbox property visible depending on the value of I, something like this:
the names of my textboxes are LBL1 LBL2 LBL3 …..
depending of the result of a value I want to set the textbox property to visible.
i = 5 (5 is the result of a test)
”LBL” + i.visible= true
Is it possible?
Thanks in advance,
Erika
I want to change the textbox property visible depending on the value of I, something like this:
the names of my textboxes are LBL1 LBL2 LBL3 …..
depending of the result of a value I want to set the textbox property to visible.
i = 5 (5 is the result of a test)
”LBL” + i.visible= true
Is it possible?
Thanks in advance,
Erika
Last edited: