Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can't execute parent class method
Message
 
À
14/08/1998 11:50:35
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00126940
Message ID:
00127659
Vues:
24
>This code executes just fine until I get to the SetFocusToFirst method. FoxPro gives me an error "Property SETFOCUSTOFIRST is not found" I am baffled because in the watch window, THIS, THIS.Parent.Name, PEMSTATUS(THIS.Parent, "SetFocusToFirst") all show the correct values. What am I missing here?

Pamela,

Your SetfocusToFirst() method is certainly PROTECTED, therefore you cannot access it from outside of the class or subclass definition.

More about this in help under DEFINE CLASS.


José
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform