Results 1 to 8 of 8

Thread: [RESOLVED] Show Form While Updating

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 2010
    Posts
    94

    Resolved [RESOLVED] Show Form While Updating

    I have a "housekeeping Form" set up that...
    when triggerd by the main form, updates records, sends email, clears and refills an access table all of which runs from a Form.Load Event my problem is the form "PLEASE WAIT WHILE SYSTEM IS UPDATING" will not fully load while all these things are happning I have tried ME.Show and ME. Activate

    I want the form to load completely and be visable during the whole process thill the ME.Close

  2. #2
    PowerPoster stanav's Avatar
    Join Date
    Jul 2006
    Location
    Providence, RI - USA
    Posts
    9,290

    Re: Show Form While Updating

    Go in project properties and on the application tab, set that "please wait..." form as the splash screen. In your main form, remove any code that you manually put in to show that form (because you have made it a splash screen, so it will be shown automatically when your main form loads and closed when your main form done loading)
    Let us have faith that right makes might, and in that faith, let us, to the end, dare to do our duty as we understand it.
    - Abraham Lincoln -

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Jan 2010
    Posts
    94

    Re: Show Form While Updating

    I don't think you understand,
    I have a startup splash screen that shoes when the main form loads, part of the main form load event is a timer this timer fires a tick event at 2PM that loads my "Update" form and performs the update functions I want this form to fully load and show while the updates are happning then close when the updates are done showing the main form (which was still running in the background)

  4. #4
    PowerPoster stanav's Avatar
    Join Date
    Jul 2006
    Location
    Providence, RI - USA
    Posts
    9,290

    Re: Show Form While Updating

    You already has a splash screen, and why would you want to have another "splash-screen-like" form just to show "updating... please wait..." message? Wouldn't it be more logical to display that message on your splash screen? And no, you can't have 2 splash screens at once.
    Let us have faith that right makes might, and in that faith, let us, to the end, dare to do our duty as we understand it.
    - Abraham Lincoln -

  5. #5

    Thread Starter
    Lively Member
    Join Date
    Jan 2010
    Posts
    94

    Re: Show Form While Updating

    In almost any software app I have ever seen there is a "Startup" screen and then there is a seprate "update" screen my startup screen indicates what the app is ect.. all I want is for this update page to load in front of the main page to tell the user to stand by while the system updates I just want to get the page to load completely, Then do the update

  6. #6

    Thread Starter
    Lively Member
    Join Date
    Jan 2010
    Posts
    94

    Re: Show Form While Updating

    Nevermind got it

  7. #7
    Member
    Join Date
    Aug 2010
    Posts
    54

    Re: [RESOLVED] Show Form While Updating

    can I ask how?

  8. #8

    Thread Starter
    Lively Member
    Join Date
    Jan 2010
    Posts
    94

    Re: [RESOLVED] Show Form While Updating

    I just created an update form that runs the update routine as a load event, then when the timer fires, the update form loads and my update routine is run

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