Hi All,
I've created some parent layers, say parent1, parent2,.. they all have the same children say Ch1, Ch2, Ch3,... How do a set 'Current' the layer Ch3 of parent2? rs.CurrentLayer(Ch3) sets as current the first layer with this name (probably that one that is child of parent1) and I don't know how to get the GUID of a layer (that should be the way to identify exactly the layer I want). If I had Ch3_GUID I could call something like rs.CurrentLayer(Ch3_GUID).
Thanks a lot
Silva