Subject Re: INHERITANCE
From Mustansir Ghor <mustan31@hotmail.com>
Date Tue, 18 Jul 2017 05:21:21 -0400
Newsgroups dbase.getting-started

Dear Andy

I did not work and gave following error message "Not member of Class or Base class:  ONSELCHANGE"

Regards
Mustansir

Andy Taylor Wrote:

> Mustansir,
>
> There are two ways, either use the super:: designation which refers to the same method in the immediate ancestor, or call the code in the original custom object diectly (assuming you have a set procedure command that refers to the cc file).
>
> so your first line in the new code is either:
>
>    super::onSelChange()
>    or
>    MyTabBox::onSelChange()
>
> Andy
>  
> > Dear All
> > There is custom control MyTabBox which I have used in my form. It has an event OnselChange inherited. How do I add code to this event because if I do It overrides the custom code in cc file.
> > Best Regards
> > Mustansir
>