Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Create Container Object Dynamically

Former Member
0 Likes
399

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.

1 REPLY 1
Read only

Former Member
0 Likes
319

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!