Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getting TreeView Nodes
Message
From
02/09/1999 04:06:14
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00260196
Message ID:
00260493
Views:
16
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
Previous
Reply
Map
View

Click here to load this message in the networking platform