Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
2 Objects with the same name
Message
From
19/04/1999 17:03:34
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00209904
Message ID:
00209916
Views:
19
Kevin,

The child class inherit the parent class objects.

So, delete the cmdOk button from the child form.

The cmdOk button will still be there on the child form since it will be inherited from the parent class.

You can put code in the parent class cmdOk.Click() which will be
automatically called when clicking on the cmdOk of the child form.

You can always override the cmdOk.Click() default behavior by
putting code in the cmdOK.Click() in the child form.

HTH

Pascal
Previous
Reply
Map
View

Click here to load this message in the networking platform