|
-
Oct 1st, 2001, 01:24 PM
#1
One form, different Steps
I have 5 steps for the user to go through. Instead of creating 5 forms, what would the recomended way to accomplish each step inside of one form?
-
Oct 1st, 2001, 01:27 PM
#2
Hyperactive Member
Tabstrip would be a good way to do it
-
Oct 1st, 2001, 01:30 PM
#3
Lively Member
Alternatively...
Or using frames?
Or enabling / disabling controls as they're needed?
-
Oct 1st, 2001, 01:31 PM
#4
Create a single form wizard using 5 frames. Put the frames in a control array, set the visible property of frames 1 through 4 to False with frame 0 set to Visible=True.
Set the height, width, top and left properties of each frame to be identical and walk through them with < Back and Next > command buttons.
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
|