Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VB to VFP Treeview Question
Message
From
03/04/1999 02:48:11
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
02/04/1999 18:24:22
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00204610
Message ID:
00204901
Views:
18
>
>I can successfully assign the property in a treeview,
>the problem I'm having is once having assigned it, to
>set it back to nothing (.null).
Tom,
I'm always in trouble with treeview. I can set it to "nothing" with a dummy workaround :
with ThisForm.Oletreeview
	oNode = .nodes.add(,1,"myDummy") && Add dummy node
	.drophighlight = oNode           && set drophighlight to dummy
	.nodes.remove(oNode.key)         && remove dummy
endwith	
BTW could you assign it with hittest ?
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
Next
Reply
Map
View

Click here to load this message in the networking platform