|
-
March 13th, 2001, 08:30 PM
#1
Still having trouble adding form to Setup1
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|