Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Expanding to a node on a tree
Message
 
To
02/06/2008 17:01:51
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Environment versions
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01321137
Message ID:
01321143
Views:
13
>After I refresh a tree I would like to go to a certain node on the tree and expand the tree to that position.
>
>Any help would be greatly appreciated.
>
>Thanks
with thisform.yourTree
	.SelectedItem			= .Nodes(lcKey)
	.SelectedItem.Expanded		= .t.
endwith
"The five senses obstruct or deform the apprehension of reality."
Jorge L. Borges?

"Premature optimization is the root of all evil in programming."
Donald Knuth, repeating C. A. R. Hoare

"To die for a religion is easier than to live it absolutely"
Jorge L. Borges
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform