Right. I don't see anything crazy about setting the visible a group's children to false when the visible of the group itself is set that way, in other words, that they track the visible of the group.Imagine it would be as you see it, then we would need to set the visible of ALL controls in the group to visible again
What is the advantage of doing it the way LC seems to, having an invisible control that has its visible set to "true"? In other words, what is the disadvantage of having it track the group? Fooled me, as evidenced by my handler failing the way it did, for the reasons that it did.
I see that Bernd, as usual, has found the "real" visible property that I was seeking. And with a much shorter name.
I had set a custom property to do the job, which works fine, but using the effective visible is simpler. I wonder how many effective properties are out there.
Thanks all.
Craig