Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Exists one property or method hidden?
Message
De
14/07/2003 09:00:07
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00809679
Message ID:
00809794
Vues:
30
Thanks Sergey,

this multicommand is ok for property, but for method exist a problem:
_SCREEN.CLS
cibo=CREATEOBJECT("Peperone")
? 'Pippo is Hidden',PEMSTATUS(CIBO,"pippo",5) and !PEMSTATUS(CIBO,"pippo",2) and TYPE('GETPEM(CIBO,"pippo")')='U'
? 'Click is Hidden',PEMSTATUS(CIBO,"Click",5) and !PEMSTATUS(CIBO,"Click",2) and TYPE('GETPEM(CIBO,"Click")')='U'
cibo.Click()

DEFINE CLASS Peperone AS Hyperlink
	pippo = 45
	HIDDEN pippo
	
	HIDDEN	PROCEDURE Click
		RETURN 'Ciao'
	ENDPROC
	
ENDDEFINE
Fabio
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform