
06-17-2005, 07:28 AM
|
|
Newcomer
|
|
Join Date: Jun 2005
Posts: 17
|
|
Showing a form
|
All,
I have a form created but it is not set up as my startup page.
My startup page is :
module globals
Code:
sub main()
databaseglobals()
' I want to make a call here to show the form
end sub
end module
The form is called frmSearchSkills in class frmSearchSkills with load event
called frmSearchSkills_load(...)
What do I need to put where to make this form load from module globals?
Thank you
Moon
|
|