Reset Statusbar Text

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



In a previous post I found a workaround for an issue with the statusbar text
defaulting to "Ready" after focus returns from a form opened as acDialog.
The solution was to create a form with no controls and open and close it
(normal) after the dialog form is closed. This works fine for dialogs I open
programmatically, but not if the user opens the built-in Zoom form via
Shift+F2. I've tried to use the KeyUp event with Key Preview set to Yes to
intercept the command, but to no avail.

Any ideas?

BTW - I'm using 2000RT.
---
terri
.



Relevant Pages

  • Re: Access 2000: No events when hiding & reopening dialog box-a glitch in attempt to speed up ap
    ... The acDialog option will only work when you open the form, ... you are doing the unhiding so also do the requery. ... > I have a question about hiding dialog boxes in Access 2000. ... the DoCmd.OpenForm command opens the dialog box without ...
    (microsoft.public.access.formscoding)
  • Re: Change the text of a label on a modal form
    ... What I'd suggest you do is open the form modally (using the acDialog ... Public SomeSub As Sub ... the form opens and stops the code before the line that ... form in hidden mode first and change the label and then re-open it in it's ...
    (microsoft.public.access.formscoding)
  • Re: Opening a continuous form as acDialog, Access 2002 - Udate!
    ... frmSearchResults BEFORE activating the OpenForm action. ... opened) frmSearchResults opens as an acDialog continuous form. ...
    (microsoft.public.access.forms)
  • Re: How to update main form when closing pop up form and...
    ... acDialog is a window mode option when opening a form via the DoCmd.OpenForm ... 'Requery the main form now that changes have been ... The pop up opens from code created by the wizard when placing a ...
    (microsoft.public.access.modulesdaovba)
  • Re: Updateing a combobox
    ... specified WindowMode as acDialog, ... so you are passing acDialog as the *fifth* argument ... >> You update the list in the combo box with the Requery method: ... This opens another form in which the user inputs ...
    (microsoft.public.access.formscoding)