Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VB to VFP Treeview Question
Message
De
03/04/1999 02:48:11
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
02/04/1999 18:24:22
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00204610
Message ID:
00204901
Vues:
17
>
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform