Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Bindevents doubt
Message
From
24/07/2012 12:19:49
Luis Santos
Biglevel-Soluções Informáticas, Lda
Portugal
 
 
To
24/07/2012 12:05:21
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01549082
Message ID:
01549106
Views:
48
>pretty sure Fabio means
>
>function SPO.Pageframe1.Page2.Process.InteractiveChange
>*
>return dodefault()
>
>when coding in an instance form or just
>
>function InteractiveChange
>*
>return dodefault()
>
>on a checkbox-class used as Process in SPO.Pageframe1.Page2
>
>But while Eventhandling code allows you to add something like aspect-like programming
>to classes belonging different base classes, such things can be handled via inheritance alone in vfp easier than in static languages.
>
>Overwrite your specific InteractiveChange at first with a direct call into MyChange(), perhaps adding a this as Parameter,
>to get you going and decide later if you need eventhandler or if 2 or 4 overrides in specific controls with 1-liners are enough.
>
>Experiment later with eventhandler, when there is no deadline, but first get the fuctionality running via inheritance ;-)
>
>my 0.02€
>
>thomas


Hello Thomas

Thanks for your explanation and help.

Best regards
Luis
Previous
Reply
Map
View

Click here to load this message in the networking platform