Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
BUG: AMEMBERS incorrect properties
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Titre:
BUG: AMEMBERS incorrect properties
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01022466
Message ID:
01022466
Vues:
54
* sure bug
=AMEMBERS(apem,"DataEnvironment")
? ASCAN(apem,"SCALEMODE")	&& Expected 0

* sure bug
=AMEMBERS(apem,"Label")
? ASCAN(apem,"TABSTOP")		&& Expected 0

* would be better to resolve the bug adding these properties to the baseclass 
=AMEMBERS(apem,"Page")
? ASCAN(apem,"TABSTOP")		&& Expected 0
? ASCAN(apem,"TABINDEX")	&& Expected 0

* would be better to resolve the bug adding these properties to the baseclass 
=AMEMBERS(apem,"Separator")
? ASCAN(apem,"HEIGHT")		&& Expected 0
? ASCAN(apem,"LEFT")		&& Expected 0
? ASCAN(apem,"TOP")		&& Expected 0
? ASCAN(apem,"WIDTH")		&& Expected 0
Fabio
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform