Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Disappearing tree
Message
From
28/03/2000 12:43:36
 
 
To
28/03/2000 09:30:06
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00351365
Message ID:
00351459
Views:
20
I had that same problem once, a few months ago. I can't remember what I did to fix it. Thats not much help. I would try the following:

THISFORM.Refresh() in the form.

Toggling the TreeView's Visible property in the FORM.Init Method.

Selecting the first item in the tree. tv_tree.SelectedItem = tv_tree.Nodes(0)
I can't remember if that was tv_tree.Nodes(0) or tv_tree.Nodes(1) for the first node

Well, good luck.

Rob.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform