Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Where is my logic this morning?
Message
From
22/10/2003 10:01:38
 
 
To
22/10/2003 09:34:46
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00841000
Message ID:
00841017
Views:
22
Hello Tracy;
		tNode = THISFORM.AddNode(oNode) &&  add this top level node
		tNode.Text = al3parnt.cSELF     &&  this record's identity
On VFP6.. I do:
With THIS.oletreeview.nodes
     oNode=.add(,tvwFirst,"root"+padl(.count,3,'0'),tcDirectory,tcImage)
     *.
     *.
     scan
	oNodex = .Add(oNode.Key, tvwChild, crsNodes.NodeKey, oSubFolder.name, "ClosedFolder","OpenFolder" )
     endscan
endwith
Is it not the same ?

HTH

Claudio
"Now to him who is able to do immeasurably more than all we ask or imagine, according to his power that is at work within us, Ephesians 3:20
Previous
Reply
Map
View

Click here to load this message in the networking platform