Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
TreeView caused form refuse to release()
Message
De
15/03/1999 14:08:40
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Titre:
TreeView caused form refuse to release()
Divers
Thread ID:
00197716
Message ID:
00197716
Vues:
45
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