Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to call the parent class in VFP?
Message
 
À
17/03/1997 14:14:49
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00024551
Message ID:
00024569
Vues:
35
>>I'm a new user of VFP 5.0 and I'm trying to add some code to the button set that is build by the wizard. The problem is that when I add my code in the click method, the parent's code is not working anymore. I tried this.click: but it's not working.
>>
>>Any help please...
>
>Try This.Parent.Click()


use

currentobject::click

(two colons together tell vfp to execute the object's inherited code)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform