BUG: CTRL+Q Doesn't Exit from a READ (120080)



The information in this article applies to:

  • Microsoft FoxPro for Macintosh 2.6a
  • Microsoft Visual FoxPro for Macintosh 3.0b

This article was previously published under Q120080

SYMPTOMS

FoxPro does not exit from a READ when the CTRL+Q key combination is pressed.

STATUS

Microsoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article.

MORE INFORMATION

In other FoxPro products, the CTRL+Q key combination exits from a READ without saving any changes.

Steps to Reproduce Problem

  1. Type the following code in the Command window:
          x = 'TEST'
          @ 1,1 SAY x GET x
          READ
  2. Press CTRL+Q to exit from the READ.
Note that nothing happens. To exit successfully, press ESC or CTRL+W.

Modification Type:MajorLast Reviewed:10/15/2003
Keywords:KB120080 kbAudDeveloper