Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cannot access Node properties in TreeView
Message
De
29/01/2009 09:31:18
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Titre:
Cannot access Node properties in TreeView
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Divers
Thread ID:
01378086
Message ID:
01378086
Vues:
49
Hi again,

I should know this one, but it escapes me now. I added the TreeView control (via OLE container) to my form. I add a node to it.
loTree = thisform.tvTree
n = loTree.Add( ,1, sys(3), "Test" )
The variable "n" have a object reference to the new node, right. Well Intellisense sees the properties, but when attempting to access or assign to them Foxpro reports that the property does not exist. This applies to all the properties I have tried so far.
n.ForeColor = RGB(255,0,0)            <== Error
What am I doing wrong, and does anyone have any suggestion?
Greg Reichert
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform