Applicatiion Status Bar Test

  • Thread starter Thread starter Jim Shaw
  • Start date Start date
J

Jim Shaw

BlankAt application startup/AutoExec time, I walk the data tables to see if
any pending actions (based on a future Effectivity Date) need to be applied
to the data tables. This occurs before any forms are opened and can take a
few minuets to complete. This is only done the first time the application
is started each day.

How can I write text to the application's status bar to indicate progress?
Is there a better way to show progress during startup?

Thanks
Jim
 
You can grab my sample word merge code here:
http://www.attcanada.net/~kallal.msn/msaccess/msaccess.html

Give a word merge a try..and notice how a nice progress bar shows....

You can grab the code for the progress bar..and simply go

myProgressBar.IncOne

Each time you check new table..or whatever....

Take a look at the sample form that also have a butiton on it to make the
progress bar go...
 
Back
Top