All Events inheritable but not onShow() ?

With “Extends Form” (tagged with “1”):
The printscreen shows lots of inheritability (tagged with red cross), but not for the
onShow() there is no inheritance (tagged with “2”)

[attachment=0]Prtscrn_01.jpg[/attachment]

So my first thought (and previous post) about this facts was: There is no inheritance for
Events (like Commands). But, as you can see, its not true, because the onUnload is inherited !

This doesnt make sense for me.
Thanke you for any suggestions.

Alessandro,

The properties view shows the INHERITED tag when the property is not defined on the selected form itself but on one of its ancestors in form hierarchy.

You probably have defined the onShow method on the sub-form also.
Try right-click->restore default value on the onshow property in the subform, it will clear the property on the subform and when the onshow has the same value on the superform, the INHERITED tag will also show.

Rob

Thanke you Rob !
It works. I was wondering about the “reset to default” might be not available, but the trick is, to rightclick on the Property-Columne and not the Value-Columne of the onload. So simple sometimes… :)

Regards