Hi Das, > I am using this notation to remove objects > > Do $cinst.$objs.$remove(8) > > But it doesn’t work I couldn't make $remove work using an object's $ident or $order or $name, but a reference works... Do $cinst.$objs.$remove($cinst.$objs.pbExpendableButton) Do $cinst.$objs.$remove($cinst.$objs.efEntryField) Kelly