Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to call the parent class in VFP?
Message
 
To
17/03/1997 14:14:49
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00024551
Message ID:
00024569
Views:
31
>>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)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform