G
Guest
I have a form that calculates and writes/appends to a database. It could
take up to an hour as the data could be very large. I would like to display
what process is running so the user see's that the application has not locked
up.
I have a label that I am setting as each process is run but for some reason
it does not display on the form.
For instance, as the routine which updates the tariff schedule is running,
my label should read "Updating Tariff Schedule", and then when calculating
the duty it would change to "Calculating Tariff Duty". The code is simple.
As I get to the next process I have me.lblProcessLable = "Updating Tariff
Schedule". Then the next process the label changes.
Am I going about this the wrong way?
Any advice is much appreciated!
Thanks so much!
Janis in Minne-SNOW-ta
take up to an hour as the data could be very large. I would like to display
what process is running so the user see's that the application has not locked
up.
I have a label that I am setting as each process is run but for some reason
it does not display on the form.
For instance, as the routine which updates the tariff schedule is running,
my label should read "Updating Tariff Schedule", and then when calculating
the duty it would change to "Calculating Tariff Duty". The code is simple.
As I get to the next process I have me.lblProcessLable = "Updating Tariff
Schedule". Then the next process the label changes.
Am I going about this the wrong way?
Any advice is much appreciated!
Thanks so much!
Janis in Minne-SNOW-ta
