mylevel is a local parameter sorry bout that one. friday jitters. > 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. > > > > > >
©2006 aj |