Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Forms Programming / June 2008

Tip: Looking for answers? Try searching our database.

How to show status on a form.

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
albert.repasky@bnymellon.com - 27 Jun 2008 16:52 GMT
I would like to show the status when a process is running on the
form.  I do that now in the Access status bar, but that can be turned
off and I would like to have it more evident so people see it.  It
would be nice if it blinked also.

Does anyone know how to do this?

Thanks,
Arep
Jay - 27 Jun 2008 18:58 GMT
Put a label (I'll call it StatusLabel) on the form and set it's Visible
property to false.  When you start your process, set StatuLabel.Caption =
"Something is happening" (or whatever you want your status message to be) and
set StatusLabel.Visible = True.  To make it blink, look at the help for the
Form's TimerInterval property and OnTimer event.   You could alternate
between visible = true and false on each OnTimer event, or between two
colors, or something similar.  However, I'm not sure if you'll get OnTimer
events while other code is processing.  I haven't used the Timer features
myself.

Jay

> I would like to show the status when a process is running on the
> form.  I do that now in the Access status bar, but that can be turned
[quoted text clipped - 5 lines]
> Thanks,
> Arep
albert.repasky@bnymellon.com - 30 Jun 2008 13:55 GMT
> Put a label (I'll call it StatusLabel) on the form and set it's Visible
> property to false.  When you start your process, set StatuLabel.Caption =
[quoted text clipped - 20 lines]
>
> - Show quoted text -
Jay,

I have already tried that, so I tried that and it still did not work.
I thought that would work.  So I have the status in the status bar on
the bottom of the page, so I will have to go with that.  It is not
that important.

Arep
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.