Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Treeview Control will not release
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Title:
Treeview Control will not release
Environment versions
Visual FoxPro:
VFP 7
OS:
Windows XP
Network:
Novell 2.x
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01002257
Message ID:
01002257
Views:
70
I cannot close a form (child) after looping through my treeview nodes for a search. If I open the treeview form and do not search (loop) through it, it closes without problem.

This part of my search loop code is what causes the problem:


If ThisForm.oleTree.Nodes.Count > 0
For Each loNode In ThisForm.oleTree.Nodes
lonode.selected = .f.
lonode.checked = .f.
m.nodecounter = lonode.index
EndFor

note: the search code would be below, but through debugging, this code is all it takes to cause the problem.

Endif

Here is my form.destroy code:

wait window ' One Moment Please ....' nowait
Thisform.oletree.nodes.clear

I have spent 2 days trying to fix this with no success. Can anyone please help???

THANK YOU!!!
Next
Reply
Map
View

Click here to load this message in the networking platform