Hi, Personally I would recreate the form myself then replace the banner menu (using hiGetBannerMenus , hiGetMenuItems ...) and the 'I' shortcut to display it The form is quite simple so it should be easy to create using ddHiCreateLibraryComboField , ddHiCreateCellComboField and ddHiCreateViewComboField (just remember to instantiate the form before linking the fields: hiInstantiateForm , ddHiLinkFields ) For filtering your instances, you could improve clarity and efficiency: (defun SCLRemoveElementWithValueFromList (toRemove full "ll") (setof elt full (not (member elt toRemove)))) Cheers, Aurel
↧