Microsoft KB Archive/103609

From BetaArchive Wiki
< Microsoft KB Archive
Revision as of 17:49, 18 July 2020 by 3155ffGd (talk | contribs) (importing KB archive)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.