Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
TreeView Not Showing Nodes
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00925507
Message ID:
00925514
Vues:
14
It looks like your top node has one too many parameters. So,
oNode = ThisForm.oleTreeview.Nodes.Add(,,"_root", cName, "Root")
should probably be
oNode = ThisForm.oleTreeview.Nodes.Add(,"_root", cName, "Root")
Note that there's only 1 comma before the other parameters.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform