Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Treeview caused form refuse to release()
Message
De
23/03/1999 08:49:25
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Groupes d'usagers
Titre:
Treeview caused form refuse to release()
Divers
Thread ID:
00200862
Message ID:
00200862
Vues:
34
I'm using VFP 6.0, Win98. I need to search through those same level nodes in a TreeView control, my code is as
below:

********

With Thisform
lnNodes=.oleTree1.nodes("ROOT").children
loNode=.oleTree1.nodes("ROOT").child
for x = 1 to lnNodes
lcCatKey=loNode.key
if lcCatKey==lcCatCode
lbKeyExist=.t.
exit
endif

loNode=loNode.next
endfor
EndWith


********
When finished comparing for all nodes, the form contained the TreeView control refuse to close. I'm quite sure
this is cause by reassign of Treeview reference variable (loNode). Any ideas, please help, please....

Thanks in Advance.
Lim Boon Eam
limbe@pc.jaring.my
Répondre
Fil
Voir

Click here to load this message in the networking platform