BUG: Grid Activation Causes Form to Move If Form Title HiddenLast reviewed: May 5, 1997Article ID: Q136669 |
The information in this article applies to:
SYMPTOMSMany people set the Top property of a form to a negative number so they can hide the form's title bar. However, if you have a grid on a form and the Top property of the form is set to a negative number, the grid gets the focus and the Top property is reset to zero. This causes the form to move, which is not desired behavior.
WORKAROUNDInstead of using a negative Top property to hide the title bar, set the following form properties, which will hide the title bar without using a negative Top property setting.
Caption= && Leave it empty ControlBox=.F. Closable=.F. MaxButton=.F. MinButton=.F. Movable=.F. Top=0 && Or anything more than 0 STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. 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
|
Keywords : buglist3.00 buglist5.00 FxprgGrid kbui VFoxWin vfpbug5.0a kbbuglist
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |