FIX: Screen Redraws When Mouse Button Is Released

Last reviewed: April 17, 1995
Article ID: Q88637
The information in this article applies to:
  • Microsoft FoxPro for MS-DOS, version 2.0

SYMPTOMS

In Microsoft FoxPro version 2.0, when a READ MODAL window has been defined and the user is in a child window, the screen redraws itself when the mouse button is released after a system pop-up window has been clicked. This is not the desired behavior.

STATUS

Microsoft has confirmed this to be a problem in Microsoft FoxPro version 2.0 for MS-DOS. This problem was corrected in Microsoft FoxPro version 2.0 for MS-DOS dated March 25, 1992.

MORE INFORMATION

When you are involved in a READ, you can interact with other non-READ windows without terminating the READ. The MODAL option allows you to limit the non-READ windows that can be activated during a READ. When a window is defined as modal, the window assumes the behavior of a FoxPro dialog box. This means that windows outside the screen set cannot be brought to the front of the screen set window and the current window is temporarily dimmed.

To specify the windows that can participate in the READ, you can issue the READ WITH <window title> clause, which automatically makes the screen set modal. Only those windows defined in the screen set and specified in the Associated Window list can be activated.


Additional reference words: FoxDos buglist2.00 fixlist2.00 2.00
KBCategory: kbprg kbfixlist kbbuglist
KBSubcategory:


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