Subject order of events
From Gaetano <gaetanodd@hotmail.com>
Date Sat, 19 Sep 2020 10:57:25 +1000
Newsgroups dbase.getting-started


Hi All,

I was trying to use the beforeConnect event for an ADO query and it
fired before the canOpen event. While I do know the basics about the
order for canEvents, beforeEvent and onEvents for a same event type, I
don't know how they relate to some other events like in this case
beforeConnect.

I guess that my underlying question is whether there is always a
built-in order for each and every event to be fired for a given object
or do some events fire according to the order they appear in the code?
and if there is a hard-coded order, is there somewhere that I can look
up the  order for a given object?

Cheers,
Gaetano.