How can I access a field in a DBF when the alias name is stored in a object's property ?
For exemple:
oo.aliasname = 'INVOICE_2001'
I want to access the CUST_ID of this DBF, but obviously I can't use
oo.aliasname.cust_id
What way I can use so I don't need to do too much "&" substitution ?
For exemple:
oo.aliasname = 'INVOICE_2001'
I want to access the CUST_ID of this DBF, but obviously I can't use
oo.aliasname.cust_id
What way I can use so I don't need to do too much "&" substitution ?