Not sure where to post this... how do you lock the screen after the user pushes a key...

  • Thread starter Thread starter Gary J. Dikkema
  • Start date Start date
G

Gary J. Dikkema

And then have a pop-up say... All Done! or some such thing?

Stupid question I know.

Gary D
 
And then have a pop-up say... All Done! or some such thing?

After WHAT is all done?

Context, please! What are you doing, how can Access tell whether
you're done or not, why would you WANT to lock up a user's computer (a
gross violation of Windows standards)?

John W. Vinson[MVP]
 
OK John, take it easy.

I don't want to lock down the complete system...I only want to prevent
Access from accepting any keystrokes while scripts/queries/macros etc run.

I have been asked to have a popup appear AFTER macros/queries etc are
complete... perhaps something pushed to the Status line saying... action
complete or something is what is needed.

Ideas?

TIA.
 
People usually only start to pound on the keyboard when they aren't sure if
the computer is doing something, or has just hung up. You could try putting
up a message at the beginning of the script/query/macro, stating that the
database is working on something (and say that it could take up to five
minutes), and then a message at the end, saying that the database is finished
working. This could reassure the users that something is actually happening.
Sometimes a little information can go a long way towards achieving postive
results. Besides, if you tell them that it could take five minutes, and then
it takes 20 seconds, it makes them think that their machine must be really
good.
 
Good idea.

The thing is some will want it some won't. Some will be annoyed at having to
acknowledge the pop-up. How hard is it to put something in the Status line?

It's not slowness that is the issue... it's some blazingly fast macros and
not being sure they have completed that is the issue here.

TIA.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top