On Apr 23, 2006, at 7:05 PM, Charles Ross wrote:
I'll change the order and see how it goes, but I put the window's
constructor call before my initialization line and it worked fine,
so perhaps the window's constructor doesn't call the control open
events.
Sub Constructor()
super.Window
db = App.Database
End Sub
Thanks,
Chuck
It does BUT I believe that the Open Events actually fire AFTER the
constructor completes.
I don't have a definitive reference for that but it does seem to be
the case.
However, I do usually call the super class constructor at the end
JUSt in case
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>