khanzain , this does not work. First of all, your bindkey is not a string (it will try to execute the group of functions immediately) and secondly you have omitted 'string from the first envSetVal. It should be (for example): hiSetBindKey("Schematics" " J" lsprintf("%L" '{ envSetVal("schematic" "descendTarget" 'string "viewNameList") envSetVal("schematic" "viewNameList" 'list "schematic") schHiDescendRead() })) However, even that doesn't work, because regardless of the desendTarget and viewNameList settings, if you are in a configured design, the bound view is used by default rather than the viewNameList. That was why the question was asked in the first place. Andrew
↧