Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Form with MS Treeview control will not close
Message
De
11/08/2005 10:39:04
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
11/08/2005 10:22:30
Barbara Hill
B.L. Hill Applications Limited
Halifax, Nouvelle-Écosse, Canada
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Versions des environnements
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01039638
Message ID:
01040243
Vues:
19
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform