Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
TreeView NodeClick
Message
From
18/01/2000 12:25:59
 
 
To
18/01/2000 09:20:29
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00319408
Message ID:
00319502
Views:
12
Well, here are a few... (these apply to treeview 6.0)

bold (T/F)
checked (T/F)
child (node object)
children (not sure, could be a collection)
expanded (T/F)
expandedimage (numeric)
firstsibling
fullpath
key
lastsibling
next (node obj)
parent (node obj)
previous (node obj)
selected (T/F)
selectedimage (numeric)
sorted


John, another way to get information about the properties of an activeX control, is to (in this case) put a SET STEP ON in the node_click event and open up the debugger and put 'node' in the watch window or look at the locals window. The window will show the 'node' as an object, which you can expand and look at the properties and their values.

Rob.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform