Results 1 to 4 of 4

Thread: One form, different Steps

  1. #1
    johnweidauer
    Guest

    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?

  2. #2
    Hyperactive Member
    Join Date
    May 2001
    Posts
    306
    Tabstrip would be a good way to do it

  3. #3
    Lively Member
    Join Date
    Jul 2000
    Posts
    94

    Lightbulb Alternatively...

    Or using frames?

    Or enabling / disabling controls as they're needed?

  4. #4
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333
    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
  •  



Click Here to Expand Forum to Full Width