Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Skipping inheritance
Message
From
09/06/2003 18:59:24
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00797802
Message ID:
00798152
Views:
37
>Bill,
>
>> (simplest example: _HyperLinkBase.NavigateTo() has a "...Visible=.T." in it that I don't want to execute), so I have to re-write the entire method in my sub-class (without a Dodefault()), but I don't want to lose whatever is in the FFC's parent class.
>
>
>* MyClass.NavigateTo
>Thisform.LockScreen = .T.
>DoDefault()
>...Visible = .F.
>Thisform.Lockscreen = .F.
>
Hi Jim,
What do I do about the Visible_Assign() method? Now it gets executed twice.
Bill Morris
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform