Hi, you can use the resolveNodes() method, to reference multiple instances in an object.Here's an example. You're creating a node list for all instances of sf0MKT named oSubforms. Then you're using a for loop to process every node in the list.var oSubfoms = form1.Main.resolveNodes("sfOMKT[*]),
i...