What I want to do is store vb code in a database field and depending on what the user selects from a combobox run the code. They call this Macro Substitution in Visual FoxPro.
Any help would be appreciated!
Thanks,
Matt
Code:
Example
dim strCommand as String = database.fieldname.tostring()
&strCommand 'This would be visual foxpro way
Any help would be appreciated!
Thanks,
Matt