Feb 10, 2005 #1 hudo Programmer Joined Dec 4, 2003 Messages 94 Location DE Like to set a Node or Leaf of a hierarchical tree as "selected" without clicking it with the mouse.
Feb 10, 2005 #2 lewisp Programmer Joined Aug 5, 2001 Messages 1,238 Location GB Code: FTREE.SET_TREE_SELECTION('block.tree', node, [SELECT_ON|SELECT_OFF|SELECT_TOGGLE]); Upvote 0 Downvote