![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
#4
| |||
| |||
|
|
Stefan, I used the following Dim lngCounter As Long Dim varReturn As Variant varReturn = SysCmd(acSysCmdInitMeter, "Updating ...", 1000000) For lngCounter = 1 To 1000000 varReturn = SysCmd(acSysCmdUpdateMeter, lngCounter) Next varReturn = SysCmd(acSysCmdClearStatus) nothing seem to happen and varReturn always seem to have an "empty" value. Any ideas, John |
#5
| |||
| |||
|
|
I am developing an application where there is a lot of processing and the user may have to wait for 1-2 minutes sometimes 10 minutes for the result. I could create a progress meter with a textbox which becomes bigger as time goes by etc. Does anyone have a better idea or some example of a progress meter? Thanks, John |
#6
| |||
| |||
|
#7
| |||
| |||
|
#8
| |||
| |||
|
#9
| |||
| |||
|
|
John Spencer, The links you gave me would solve the problem nicely. Jon Lewis, How do you enable the status bar within the db? Thanks for your replies and Stefan's, John |
#10
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |