Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form Class
Message
From
03/03/2000 11:32:50
 
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00340494
Message ID:
00341288
Views:
33
>>Technically speaking, none of what we are calling events are really events. For example, we say "Put the code in the Click event of the button". But the event is the actual clicking on the button. The Click event method (this is what JimB calls them) will fire. The OpenTables event method will fire when the OpenTables event happens.
>
>Craig,
>
>Actually OpenTables is not an event method at all. When autoopentables is set to .t. VFP will automatically call the OpenTables method for you, but it is still a method call. The OpenTables methods will open the tables, but before the table are opened the BeforeOpenTables event is fired. If the OpenTables is never called, the tables will not be opened and the BeforeOpenTables will not fire.

I guess it depends on your definition of an event. Since I don't explicitly call OpenTables() or BeforeOpenTables(), I think of them as events.
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform