BUG: READ Not Terminated When Window Is Closed
  
PSS ID Number: Q103609
Article last modified on 06-27-1995
 
2.50 2.50a
 
WINDOWS
 

--------------------------------------------------------------------
The information in this article applies to:
 
 - Microsoft FoxPro for Windows, versions 2.5 and 2.5a
--------------------------------------------------------------------
 
SYMPTOMS
========
 
When a READ command is pending, choosing Close from the window's
Control menu or choosing Close from the File menu does not terminate
the READ command. The READ command should be terminated regardless of
how the window is closed.
 
STATUS
======
 
Microsoft has confirmed this to be a problem in FoxPro for Windows
versions 2.5 and 2.5a. We are researching this problem and will post
new information here in the Microsoft Knowledge Base as it becomes
available.
 
MORE INFORMATION
================
 
The following code demonstrates this problem:
 
   DEFINE WINDOW testread FROM 1,1 TO 20,20 SYSTEM FLOAT GROW CLOSE
   ACTIVATE WIND testread
 
   @ 2,2 GET x DEFA "Hello"
   READ CYCLE
 
   WAIT WIND "Read Terminated"
 
Additional reference words: FoxWin 2.50 2.50a read terminate close control
menu buglist2.50 buglist2.50a
KBCategory: kbprg kbbuglist
KBSubcategory: FxprgGeneral
=============================================================================
Copyright Microsoft Corporation 1995.
