Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Treeview - Invalid Key
Message
From
08/10/2004 15:23:45
 
 
To
08/10/2004 14:27:25
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00949695
Message ID:
00950019
Views:
50
I just don't get it... Why isn't there something like a GiveMeTheKeyForTheCurrentNode property? Or is there and I'm missing it?

The TreeView has a SelectedItem property that gives you an object reference to the currently selected node (if there is one)
loNode = Thisform.oTree.SelectedItem
IF VARTYPE( loNode ) = [O]
  ?loNode.Key
ENDIF
Previous
Reply
Map
View

Click here to load this message in the networking platform