D
Damien Sawyer
Hi all,
Let's say that I have an object oPerson as type clsPerson.
clsPerson has a string property called, say, sName.
Now - I have a database table which has 'as strings' the names of the
properties of clsPerson for which I need to get values.
So - given my string "sName" and instantiated object oPerson, how do I
return the value of "sName" from oPerson.
Can someone please point me in the right direction?
Thanks very much in advance,
Damien Sawyer
Let's say that I have an object oPerson as type clsPerson.
clsPerson has a string property called, say, sName.
Now - I have a database table which has 'as strings' the names of the
properties of clsPerson for which I need to get values.
So - given my string "sName" and instantiated object oPerson, how do I
return the value of "sName" from oPerson.
Can someone please point me in the right direction?
Thanks very much in advance,
Damien Sawyer