DOCUMENT:Q107512  23-NOV-1993  [B_DFOXPRO]
TITLE   :PRFOX: SHIFT or CTRL Key Removes Second Line of Wait Window
PRODUCT :FoxPro For MS-DOS
PROD/VER:2.50a
OPER/SYS:WINDOWS
KEYWORDS:buglist2.50a fixlist2.50b

--------------------------------------------------------------------
The information in this article applies to:

 - Microsoft FoxPro for Windows, version 2.5a
--------------------------------------------------------------------

SYMPTOMS
========

A WAIT WINDOW command with an embedded carriage return (CR) incorrectly
redisplays the WAIT WINDOW if the SHIFT or CTRL key is pressed and
released. The second line disappears and the WAIT WINDOW resizes itself to
display only the string on the first line.

RESOLUTION
==========

Microsoft has confirmed this to be a problem in FoxPro 2.5a for Windows.
This problem was corrected in FoxPro 2.5b for Windows.

MORE INFORMATION
================

Steps to Reproduce Problem
--------------------------

1. In the Command window, issue the following command:

      WAIT WINDOW 'hello' + chr(13) + 'this is a test'

2. Press and release either the SHIFT or CTRL key. The WAIT WINDOW will be
   resized to display only "hello".

Additional reference words: 2.50a buglist2.50a fixlist2.50b more than lines
re-size newline

=============================================================================

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.

Copyright Microsoft Corporation 1993.