G
Guest
Hi all,
I am trying to use a variable which retrieves an object name, such as
string objObject = databaseobject("Fieldname")
and using the objObject to refer to a object, such as a button, textbox
or form within the current form and changing stuffs like objObject.text =
"blahblahblah".
Is this possible? If so, how?
thanks.
I am trying to use a variable which retrieves an object name, such as
string objObject = databaseobject("Fieldname")
and using the objObject to refer to a object, such as a button, textbox
or form within the current form and changing stuffs like objObject.text =
"blahblahblah".
Is this possible? If so, how?
thanks.