Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem releasing form with TreeView control
Message
De
10/09/1998 16:32:01
Renato De Giovanni
Via Fractal Information Systems
São Paulo, Brésil
 
 
À
10/09/1998 13:37:05
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00132847
Message ID:
00135228
Vues:
11
>I have encountered the same problem (not being able to release the form with >the treview if I used this sytax: nn=nn.Next), and I dont know what to do.
>
>Help me please: Mikós

Hi Mikós,

To solve this problem you should avoid the syntax above. Instead of storing object references to your variables, see if you can do it with the Index property of the node - for example:

ln_index = lo_Tree.Nodes.Item(ln_index).Next.Index

Then, use this value to do whatever you want...

HTH...
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform