I’d like to select all groups (or everything) and ungroup all groups at all levels. Here is what I’m trying:objects = rs.AllObjects(True)Here is my error:
ifobject: rs.RemoveObjectFromAllGroups(object)
Message: Parameter must be a Guid or stringrepresenting a GuidHow do I get the GUID of all the objects so that I can pass the ID’sk on to RemoveObjectsFromAllGroups?
Thanks
Brad


Reply With Quote
