473,396 Members | 2,147 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

SysCmd acSysCmdInitMeter

I use SysCmd to show progress of functions

' Show the progress meter

s = SysCmd(acSysCmdInitMeter, "Process Run " & Count & " Step", Count)

For i = 0 To Count - 1
' Do something

' Update the meter
s = SysCmd(acSysCmdUpdateMeter, i)
Next

' Hide the Meter
s = SysCmd(acSysCmdSetStatus, " ")

The problem is Access status information is hidden by the last command.
How do I hide the progress meter without disabling Access status
information?
Nov 13 '05 #1
3 15563
s = SysCmd(acSysCmdClearStatus)
--

Ken Snell
<MS ACCESS MVP>

"paii, Ron" <pa**@packairinc.com> wrote in message
news:J9********************@athenet.net...
I use SysCmd to show progress of functions

' Show the progress meter

s = SysCmd(acSysCmdInitMeter, "Process Run " & Count & " Step", Count)

For i = 0 To Count - 1
' Do something

' Update the meter
s = SysCmd(acSysCmdUpdateMeter, i)
Next

' Hide the Meter
s = SysCmd(acSysCmdSetStatus, " ")

The problem is Access status information is hidden by the last command.
How do I hide the progress meter without disabling Access status
information?

Nov 13 '05 #2
Thanks!

Don't know how I missed it.

"Ken Snell" <kt***********@ncoomcastt.renaetl> wrote in message
news:VO********************@comcast.com...
s = SysCmd(acSysCmdClearStatus)
--

Ken Snell
<MS ACCESS MVP>

"paii, Ron" <pa**@packairinc.com> wrote in message
news:J9********************@athenet.net...
I use SysCmd to show progress of functions

' Show the progress meter

s = SysCmd(acSysCmdInitMeter, "Process Run " & Count & " Step", Count)

For i = 0 To Count - 1
' Do something

' Update the meter
s = SysCmd(acSysCmdUpdateMeter, i)
Next

' Hide the Meter
s = SysCmd(acSysCmdSetStatus, " ")

The problem is Access status information is hidden by the last command.
How do I hide the progress meter without disabling Access status
information?


Nov 13 '05 #3
paii, Ron wrote:
I use SysCmd to show progress of functions

' Show the progress meter

s = SysCmd(acSysCmdInitMeter, "Process Run " & Count & " Step", Count)

For i = 0 To Count - 1
' Do something

' Update the meter
s = SysCmd(acSysCmdUpdateMeter, i)
Next

' Hide the Meter
s = SysCmd(acSysCmdSetStatus, " ")

The problem is Access status information is hidden by the last command.
How do I hide the progress meter without disabling Access status
information?


s = SysCmd(acSysCmdRemoveMeter)

--
[OO=00=OO]
Nov 13 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

13
by: Mike MacSween | last post by:
I'm doing this: strAccessPath = SysCmd(acSysCmdAccessDir) & "msaccess.exe" in a vb executable to do what it looks like. If I remove the reference to the access object library this seems to...
3
by: windandwaves | last post by:
Hi Folk I have the following nifty little function that I can call to put messages on the status bar. However, I don't know how to clear it and show the normal messages (e.g. in a control on a...
1
by: MLH | last post by:
Here's what I copied from A97 Help... Call the SysCmd function with the acSysCmdGetObjectState action argument and the objecttype and objectname arguments to return the state of a specified...
8
by: BillCo | last post by:
I'm updating a legacy app with table naming that makes baby jesus cry. It's a bit of a spider web though... no telling when and where the tables will be called by name. So I wrote this for renaming...
9
by: abprules | last post by:
Can somehow tell me the best way for multi user development to occur in MS Access? The situation is: We are creating a new database for a small company. There are 2 of us who want to...
30
by: Mikael | last post by:
I am using Access 2003. I would like to use BLOB to display an image on a form. I have referred to the kb article: http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q103257& But the code...
2
by: cranfan | last post by:
I'm using a relink method.It works fine but i have a question about making it work fast. If .Tables(tdfRelink.name).Type = "LINK" Then in this line i put a breakpoint and look for the table...
5
by: bobh | last post by:
Hi All, This should be simple enough but I'm not getting it working for some reason so, what's the code and in what events In AccessXP on a form when a user clicks on a button(btnGetData) I...
23
ADezii
by: ADezii | last post by:
Many Access Users fail to realize that it has a built-in Progress Meter that can display the relative completion percentage of various processes. It is fairly limited, but nonetheless, does provide...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.