Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Forms Dont Release (COMCTL32 objects)
Message
From
30/09/1998 11:38:03
 
 
To
30/09/1998 10:13:41
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00142378
Message ID:
00142425
Views:
22
Hi Terry.

>I have been trying to figure out why my forms dont release after using TreeView or ListView.

I had this problem when I referenced some of the "other node" properties, such as Child or Next. I really only used these properties because I wanted to scan through the tree looking for a particular node. Turns out there's a *way* faster way: using Thisform.oTree.Nodes[""] (I hadn't realized you could specify the key as the node index). I don't know if this is necessarily what's causing your problem, but since I eliminated that code, the problem has gone away.

Doug
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform