Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Where is my logic this morning?
Message
De
22/10/2003 10:01:38
 
 
À
22/10/2003 09:34:46
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00841000
Message ID:
00841017
Vues:
23
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform