Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Protected property is italics
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Divers
Thread ID:
00608655
Message ID:
00610179
Vues:
26
The problem I had has been fixed in VFP7!. But they haven't "fixed" your problem. It's a fine line here between an object class and an object instance as others have said. When you drop the object onto the form you aren't really subclassing; even though I believe it is possible at design time to add new properties and methods to an object already on a form (don't ask me how). The form isn't really a subclass either, but it's "real" close. Wave-particle :-)
David



>I don't see this (using Vfp 7). When I access it at the same level then I'm ok. Its when I access it in the click method of the command button on the form that I get the property not found.
>
>-Dave
>
>>No they don't :-), but I agree with Dave now. See my other post. If you create a command button class, and in the click method of the class access a protected property or method of the same class at the same level then drop that button onto a form, the click method fails!
>>
>>>Dave & David,
>>>
>>>Your two statements completely agree with one another...
>>>
>>>>>PMJI,
>>>>>An object on a form can't access a protected property of the form. Only methods in the form class itself can.
>>>>>Is that the problem?
>>>>
>>>>No. An object on the form cannot access its own protected properties. For example, code inside click method cannot access this.protectedproperty.
>>>>
>>>>
>>>>-Dave
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform