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
Titre:
TreeView Not Showing Nodes
Divers
Thread ID:
00925507
Message ID:
00925507
Vues:
62
Not sure why this is not working. The first node appears, but all
others are hidden.
LOCAL oNode
oNode = ThisForm.oleTreeview.Nodes.Add(,,"_root", cName, "Root")
ThisForm.oleTreeview.Nodes.Add(oNode.Key, 4, "_node2", "Node2")
The property
ThisForm.oleTreeView.Nodes(2).Visible
returns False, not visible.

Whats going on here?
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform