Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
TreeView.HitTest returns invalid reference
Message
De
02/03/2004 12:19:48
 
 
À
02/03/2004 05:52:36
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00882283
Message ID:
00882382
Vues:
21
oNode = TreeView.HitTest(x,y) && CAN RETURN NULL
*? TYPE('oNode') && returns "O" because it is typed to "O", but the value is NULL
* use
? ISNULL(m.oNode)
* or
? VARTYPE(m.oNode) && print X
IF !ISNULL(m.oNode)
? M.oNode.Text && for me this is good
ENDIF
Fabio
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform