Results 1 to 3 of 3

Thread: Allowing Multiple Form Views

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Sep 2005
    Posts
    200

    Exclamation Allowing Multiple Form Views

    I have four main forms in my program. The first is a sign in screen, the second(screen selection screen) form allows user to select between the other two forms(Select Screen and Verify Screen) or exit. Users can select in the select screen they then return to the Screen selection screen. However, if the user has selected some items the vierification screen does not show them. Also once the user has already been to the selection screen, when they select the Selection Screen again on the Screen Selection Screen no information is loaded. Can anyone help me with this? I know this could be confusing I'll be happy to clarify if needed.

    Signin Screen
    |
    Screen Selection Screen
    | |
    Selection Screen |
    Verification Screen

    Nenio foriras ĝis ĝi havas instru ni kiu ni devas scii.

  2. #2
    PoorPoster iPrank's Avatar
    Join Date
    Oct 2005
    Location
    In a black hole
    Posts
    2,729

    Re: Allowing Multiple Form Views

    If you post the project, it will easier for us to understand your problem.

    Anyway, by what I've understand,

    If you unload any of the last 2 forms, all changed data in them will be lost.

    You can,
    1.) save those temporary data in a global-variable/temporary-file and load them everytime those forms gets loaded.
    or,
    2.) You can Hide/Unhide the forms instead of unloading. (needs more memory)
    Usefull VBF Threads/Posts I Found . My flickr page .
    "I love being married. It's so great to find that one special person you want to annoy for the rest of your life." - Rita Rudner


  3. #3
    Fanatic Member Comintern's Avatar
    Join Date
    Nov 2004
    Location
    Lincoln, NE
    Posts
    826

    Re: Allowing Multiple Form Views

    I would guess that you are unloading the forms someplace and when you call them again they are reinitializing.

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