Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
TreeView question
Message
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00259855
Message ID:
00260840
Views:
11
>Have you tried this?

Yup, works like a champ. I essentially copied it from some production code.

>I pass in the starting node
>as oRootNode. I tried:
>
>FOR EACH Node IN oRootNode
>
>ENDFOR

In that case, you'd probably want to access the Child collection, so you'd use:

For Each Child In oRootNode
Mike Stewart
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform