ACC: What's This Button Invisible When Close Button Set to No
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
- Open the sample database Northwind.mdb.
- Open the Categories form in Design view.
- On the View menu, click Properties to display the Form properties box.
- In the Form properties box, set the following properties:
ControlBox = Yes
MinMaxButtons = None
CloseButton = No
WhatsThisButton = Yes
- Switch the form to Form view. Note that the What's This Button is not
visible.
- 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
Issue type : kbprb