‎2011 Feb 18 9:13 AM
Hi All,
We have in total some 10 text editors which are to be processed in same way. The only difference will be the table field that is to be updated based on the container. Instead of re-writing the same code by just changing the container object and table field name, I am thinking of writing a subroutine to which I will pass the table field and container name based on which the object is to be created. However I did not find this possible. Or I can say I found this a little tricky.
Please provide your suggestions or pointers.
‎2011 Feb 21 5:24 AM
Hi,
By way of assigning it to field symbols I think this is possible since you have the same structure and class to call.
You just need to assign the table name and the Class Reference to the Symbol, and it should work for your requirement.
Thanks!