Popup to Display Progress of Query (1 Viewer)

ootkhopdi

Registered User.
Local time
Today, 14:16
Joined
Oct 17, 2013
Messages
181
Hi,,

i m doing some events in loop
in this loop
a update query run "n" times
then another select query runs and closed
then again update query runs..

it loop "n" times

i want to create a pop up form for displaying query run "n1" times and to run "n2" times where n1+n2=n
and displaying massage "Please Wait, Updation in Progress"

please give me solution

how can i do it,,

Thanks in advance
 

gemma-the-husky

Super Moderator
Staff member
Local time
Today, 09:46
Joined
Sep 12, 2006
Messages
15,634
try the inbuilt progress bar first.
it uses acsyscmd, to add a small progress bar in the status line at the bottom.

acsyscmd initmeter arguments
acsyscmd updatemeter arguments
acsyscmd removemeter (when done)

if you get the logic worked out for this, then you could replace that meter with a larger "progress form" of your own - a bit more work, but a similar idea.
 

arnelgp

..forever waiting... waiting for jellybean!
Local time
Today, 16:46
Joined
May 7, 2009
Messages
19,226
here is a sample db, you should be able
to incorporate the form (frmStatusMeter and
the Module to your db.

examine the code behind the TestForm.
 

Attachments

  • 09-10.mdb
    236 KB · Views: 585

MW4

New member
Local time
Today, 01:46
Joined
Nov 1, 2017
Messages
8
Where do you put the queries that you want to show progress for?
 

Users who are viewing this thread

Top Bottom