aj wrote:
Thanks aj - just what I needed
> Maybe this will help > > Try something like this in the NodeClick event. > > procedure NodeClick > lparameters Node,MyLevel > Local lNodePath > lNodePath = Node.FullPath > MyLevel = Occurs("/",lNodePath) + 1 &&This number is the level > *your code here > EndProc > > I hope this is useful. > > A.J. > > > > > > [excessive quoting removed by server]
©2006 Paul Newton |