|
-
Feb 16th, 2007, 07:21 AM
#1
Thread Starter
New Member
agh n00b problems!
hey all iam a total noob at vb need a bit of help......
Private Sub cmd_cancel_Click()
MsgBox "Are you sure you want to cancel your order?", vbYesNo, "Cancel Order?"
If vbYes Then
frm_page1.Refresh
frm_page0.Visible = True
frm_page1.Visible = False
End If
End Sub
frm_page1.refresh isnt refreshing page... plz help.... ta.
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
|