PRB: Windows Defined Side-by-Side May Overlap

Last reviewed: June 27, 1995
Article ID: Q111511
The information in this article applies to:
  • Microsoft FoxPro for Windows, versions 2.5x, 2.6, and 2.6a

SYMPTOMS

Two windows that are defined with a common side may overlap each other when you are using smaller screen font point sizes.

STATUS

This behavior is by design.

MORE INFORMATION

Steps to Reproduce Behavior

  1. Start FoxPro for Windows.

  2. While holding down the SHIFT key, open the Text menu and then choose Screen Font.

  3. In the Font dialog box, select Courier New, Regular style, 9 point size. Choose OK.

  4. In the Command window, issue the following commands:

          DEFINE WINDOW test1 FROM 1,1 TO 20,20
          DEFINE WINDOW test2 FROM 2,20 TO 20,40
          ACTIVATE WINDOW test1
          ACTIVATE WINDOW test2
    

Note that the two windows overlap. However, if you increase the screen font size to 10 point and reexecute the code above, the windows will have a gap between them.


Additional reference words: FoxWin 2.50 2.50a 2.50b 2.60 2.60a cover up
over lap
KBCategory: kbprg kbprb
KBSubcategory: FxprgGeneral


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: June 27, 1995
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.