Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Why do I need to open outlook to send e-mail, part II ?
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00231324
Message ID:
00232529
Views:
18
Hi David,

My problem is off of this message subject.

I have problem (again) with the object reference in a form. I have your ObjRef application, but I cant solve the problem.

The form have a TreeView and a ListView. The internal reference appear when I do the follow code:

At TreeView.NodeClick event:
Lparameter node
Local oNode

oNode = node.Child
With .oleList.Object.ListItems
  .Clear()
  Do While Type( "oNode" ) == "O" And !IsNull( oNode )
    itmX = .Add(, oNode.Key, oNode.Text, oNode.Image, oNode.Image)
    oNode = oNode.Next
  EndDo
EndWith
If I comment this code block, when I close the form I have not problems. If I run this code when I click a node in the TreeView, when I close the form, it is remaining on screen and I need to write CLEAR ALL at command window to release the form.
I you can help me with this problem, please do it.
Thanks very much in advance.
Lic. Esteban Bruno
Gerente de Sistemas
TASSO S.R.L.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform