Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Difference in clicking
Message
From
15/02/2016 10:41:40
Lutz Scheffler
Lutz Scheffler Software Ingenieurbüro
Dresden, Germany
 
 
To
15/02/2016 10:24:08
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 7
OS:
Windows 7
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01631466
Message ID:
01631481
Views:
55
>Thanks Tore. Could you point me to somewhere I can learn to do that?

The concept is called Event call Method. It means nothing then to have an extra method on every event. The baseclass event just call the method. The trick is that you can call the method without raising the possible (side) effects of the original event.

You need have subclassed each and every baseclass into your own class and allways use this class.

IOW instead of instances of textbox you have to have my_textbox in some vcx and replace every textbox instance with this. (One can USE the vcx / scx to do this with a simple REPLACE)

And (to your last message) this does not belong to the form.
Words are given to man to enable him to conceal his true feelings.
Charles Maurice de Talleyrand-Périgord

Weeks of programming can save you hours of planning.

Off

There is no place like [::1]
Previous
Reply
Map
View

Click here to load this message in the networking platform