Simple thing baffling me

Kelly Burgess kellyb at montana.com
Fri Nov 11 05:52:23 UTC 2022


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


More information about the omnisdev-en mailing list