Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Execute code form parent class
Message
From
02/02/2005 15:43:43
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Title:
Execute code form parent class
Miscellaneous
Thread ID:
00983208
Message ID:
00983208
Views:
61
I have a base form with code in mSave method.
A form that is sub classed from that form in mSave method calls a method of another control on the form to prepare data for an update.
How can I execute the code from mSave method of the base form in that control?
So, it looks like this:
Baseform.mSave()
Sub classed form.mSave()
Another control.mSave()
Prepare data
ThisForm::mSave() does not work.

Thanks
Next
Reply
Map
View

Click here to load this message in the networking platform