Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Treeview - Move in cursor based on current node
Message
From
07/10/2004 13:10:48
 
 
To
07/10/2004 13:02:21
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00949603
Message ID:
00949635
Views:
11
This message has been marked as a message which has helped to the initial question of the thread.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cmctl198/html/vbobjtreeview.asp

>I've looked, but I can't find detailed descriptions on the node properties. Do you have a link for them? Honest, I'm not lazy; I just couldn't locate them. Wrong search phrases I guess.
>
>
>>Don't you already have a cursor that matches NodeKey to Node's key?
>>=seek(Node.Key,'myCursor','NodeKey')
>>
>>If your array is something like:
>>aNodes[recno()] = "NodeKeyInTV"
>>
>>lnRecord = ascan(aNodes,Node.Key,1,-1,1,6)
>>if lnRecord # 0
>>   go lnRecord in myCursor
>>endif
>>
Cetin
- Jeff
Previous
Reply
Map
View

Click here to load this message in the networking platform