ACC97: Toggling Visible Property Makes Calendar Control SmallerLast reviewed: May 14, 1997Article ID: Q164096 |
The information in this article applies to:
SYMPTOMSModerate: Requires basic macro, coding, and interoperability skills. When you toggle the Visible property of a Calendar control on a form from True to False and then back to True again, the control gets smaller on the form. It continues to shrink as you continue to toggle its Visible property.
CAUSEThe BorderStyle property of the Calendar control is set to something other than Transparent.
RESOLUTIONSet the BorderStyle property of the Calendar control to Transparent. Then if you want a border around the Calendar control, drag a Rectangle control around the Calendar control, and set the BorderStyle of the rectangle to the desired effect.
STATUSMicrosoft has confirmed this to be a problem in Microsoft Access 97. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATION
Steps to Reproduce Problem
|
Additional query words: ODE custom
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |