Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form with MS Treeview control will not close
Message
From
11/08/2005 10:39:04
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
11/08/2005 10:22:30
Barbara Hill
B.L. Hill Applications Limited
Halifax, Nova Scotia, Canada
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:
01039638
Message ID:
01040243
Views:
22
>David,
>
>Thanks for the information.
>
>I tried to use the objref utility but I recevied errors during the find references (line 24 Error 11) and was unable to use it. To the best of my knowledge I have no unreleased objects. However, I do use FOR EACH node...
>
>>It's also possible that FOR EACH iterators are creating internal object references that you can't do anything about. If that's the case then you can iterate over the collection using an indexed collection reference.
>
>I have no idea how to "iterate over the collection using an indexed collection reference". Can you point me in the right direction?
>
>Thanks
>
>Barb

Do not use for each with TV. Instead code it like:
for ix=1 to TV.nodes.count
 TV.Nodes(m.ix).Something()
endfor
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform