AlastairOz
Technical User
Can I use variables to create an object reference,
for instance:
thisform.textbox1.visible=.t.
can I use a variable for the "textbox1" part?
thisform.variable.visible=.t.
or
thisform.textbox + variable.visible=.t.
I have 252 objects on a form that I wish to vary the properties for, without doing a very big CASE/ENDCASE.
for instance:
thisform.textbox1.visible=.t.
can I use a variable for the "textbox1" part?
thisform.variable.visible=.t.
or
thisform.textbox + variable.visible=.t.
I have 252 objects on a form that I wish to vary the properties for, without doing a very big CASE/ENDCASE.