Knowledge Base

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

Article ID: 120080

Article Last Modified on 10/15/2003


APPLIES TO


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.

Additional query words: VFoxMac FoxMac 2.50b 2.50c quit control key shortcuts escape buglist2.50b buglist2.50c buglist2.60a buglist3.00b akz

Keywords: KB120080