|
-
Jan 17th, 2004, 11:41 PM
#1
Thread Starter
Fanatic Member
How come?
How come?
how come i can show from form1 to form2 but not from form2 to form3?
error:Object reference not set to an instance of an object.
though i did exactly the same...
Private Sub cmdNext_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmdNext.Click
Dim OpentheForm3 As frmPurchaseRequisition3
OpentheForm3.Show()
Me.Hide()
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
|