|
-
Mar 1st, 2010, 12:25 PM
#1
Thread Starter
Lively Member
[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
-
Mar 1st, 2010, 12:42 PM
#2
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 -
-
Mar 1st, 2010, 12:50 PM
#3
Thread Starter
Lively Member
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)
-
Mar 1st, 2010, 01:07 PM
#4
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 -
-
Mar 1st, 2010, 01:15 PM
#5
Thread Starter
Lively Member
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
-
Mar 1st, 2010, 01:23 PM
#6
Thread Starter
Lively Member
Re: Show Form While Updating
-
Sep 3rd, 2010, 05:14 AM
#7
Member
Re: [RESOLVED] Show Form While Updating
-
Sep 3rd, 2010, 07:12 AM
#8
Thread Starter
Lively Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|