Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Please! Somebody help me with OutLine
Message
From
21/09/1999 08:48:32
 
 
To
18/09/1999 15:50:20
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00266377
Message ID:
00267041
Views:
24
>This sounds very much like a treeview. I am more familiar with the treeview. >Are you using a treeview. Can you use a treeview?

Hi, Dan! Following your tip, I've did my form with a treeview, instead of outline... now, I have a doubt:

I populated my treeview, as below:
oNode = o.Nodes.Add(,1,ALLTRIM(RepoView.cCodigo)+"_",RepoView.cDescricao,,)
or
oNode = o.Nodes.Add(pkey,4,ALLTRIM(RepoView.cCodigo)+"_",RepoView.cDescricao,,)

and know I just don't know how I could expand programmatically a node... what is the syntax?

I've tried

ThisForm.oleTreeView.object.onode.Expanded(10)=.T.
and
ThisForm.oleTreeView.onode.Expanded(10)=.T.

but it doesn't works...

What I have to do?
Claudio Lassala
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform