|
-
Mar 3rd, 2006, 12:11 PM
#1
Thread Starter
Junior Member
[RESOLVED] Cancel Form
Is there a way to detect if someone pressed cancel on form?
I have a procedure that call two form after each other. The first if the use click ok updates some registry entries. The second on then show the display with the new enties. If The user presses cancel I do not want the second for to show.
Right now I am just doing
frmSetUp.Show vbModal
frmDisplay.Show vbModal
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
|