Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem releasing form with TreeView control
Message
From
10/09/1998 16:32:01
Renato De Giovanni
Via Fractal Information Systems
São Paulo, Brazil
 
 
To
10/09/1998 13:37:05
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00132847
Message ID:
00135228
Views:
10
>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...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform