ACC: What's This Button Invisible When Close Button Set to No

Last reviewed: March 11, 1998
Article ID: Q177588
The information in this article applies to:
  • Microsoft Access versions 7.0, 97

SYMPTOMS

Novice: Requires knowledge of the user interface on single-user computers.

When you set the WhatsThisButton property to Yes on a form to activate the What's This button, and you have also set the CloseButton property of the form to No, the What's This button will be unavailable (is not visible) until you click its position next to the dimmed Close button.

CAUSE

If you set the CloseButton property to No, the Close button remains visible but appears dimmed. This causes the What's This button to be unavailable.

RESOLUTION

Do not set the CloseButton property to No when you are using the What's This button.

STATUS

This behavior is by design.

MORE INFORMATION

Steps to Reproduce Behavior

  1. Open the sample database Northwind.mdb.

  2. Open the Categories form in Design view.

  3. On the View menu, click Properties to display the Form properties box.

  4. In the Form properties box, set the following properties:

          ControlBox = Yes
          MinMaxButtons = None
          CloseButton = No
          WhatsThisButton = Yes
    

  5. Switch the form to Form view. Note that the What's This Button is not visible.

  6. Click in the area next to the Close Button. Note that the What's This Button appears.


Additional query words: prb grayed out
Keywords : FmrProb
Version : WINDOWS: 7.0, 97
Platform : WINDOWS
Hardware : x86
Issue type : kbprb
Solution Type : Info_Provided


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: March 11, 1998
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.