Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
TreeView NodeClick
Message
From
18/01/2000 14:03:56
 
 
To
18/01/2000 12:25:59
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00319408
Message ID:
00319549
Views:
12
THanks for the info and the tip on debugger...

That helped alot


>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
Reply
Map
View

Click here to load this message in the networking platform