aussiecyclone
March 13th, 2001, 07:30 PM
Hi,
I have added a form to Setup1(frmSearch) After clicking the frmWelcome.cmdOK in Setup1, I want to load the new form and show it while it looks for a file.
I cannot get frmSearch to show no matter what I have put in the code. What I have is below.
Any help Appreciated.
Regards,
Alan.
Private Sub cmdOK_Click()
frmWelcome.Visible = False
frmSearch.Show vbModal
frmSearch.Visible = True
Load frmSearch
Unload Me
End Sub
I have added a form to Setup1(frmSearch) After clicking the frmWelcome.cmdOK in Setup1, I want to load the new form and show it while it looks for a file.
I cannot get frmSearch to show no matter what I have put in the code. What I have is below.
Any help Appreciated.
Regards,
Alan.
Private Sub cmdOK_Click()
frmWelcome.Visible = False
frmSearch.Show vbModal
frmSearch.Visible = True
Load frmSearch
Unload Me
End Sub