Hi.
Pointers. I have a text field that contains a pointer to the object, i am looking to get the value of the object, any thoughts?
eg: strTest = "Forms!frmSetup!txtSerial"
and if you look at the form frmSetup, in the box txtSerial it contains the string: "PM719"
using code to manipulate strTest, can i return "PM719"
I know I can do it, if I write my own .dll in c++...( but i'd rather not)
Gzep.
Pointers. I have a text field that contains a pointer to the object, i am looking to get the value of the object, any thoughts?
eg: strTest = "Forms!frmSetup!txtSerial"
and if you look at the form frmSetup, in the box txtSerial it contains the string: "PM719"
using code to manipulate strTest, can i return "PM719"
I know I can do it, if I write my own .dll in c++...( but i'd rather not)
Gzep.