Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Getting TreeView Nodes
Message
De
02/09/1999 04:06:14
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00260196
Message ID:
00260493
Vues:
17
What happened to code view ? :)
LPARAMETERS node
WITH this
   If node.Children > 0
	  activate screen
      ? Node.Child.Text
      lnIndex  = Node.Child.Index
      do while lnIndex # Node.Child.LastSibling.Index
         ? .Nodes(lnIndex).Next.Text
         lnIndex = .Nodes(lnIndex).Next.Index
      enddo
   EndIf
endwith
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform