On Apr 23, 2006, at 9: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
Super.Window calls the Open event handlers for the controls and the
window. I've found that the better practice is to either add a
constructor or implement Open events, but not both.
Charles Yeomans
_______________________________________________
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>