ID: Q130824
The information in this article applies to:
You cannot close an open table in a work area by choosing Close from the File menu. According to the message displayed in the FoxPro message bar, the Close option "Closes the front-most file." Logically, that would seem to also include an open table in the current work area, but even during a browse of a table only the browse or top-most active window is closed.
According to the FoxPro version 2.6 documentation:
"Close closes the frontmost file. You can also close a window by
double-clicking on the Control-menu box in the upper-left corner
of the window." (FoxPro User's Guide, p. U2-22)
There are two ways to close a table in a work area:
-or-
SELECT n1 USE CLOSE DATABASES
This behavior is by design.
1. In FoxPro, open a table in any work area.
2. Open the Command window, and choose View from the Window menu.
3. Choose Close from the File menu. The currently active window closes.
4. Repeat this process until all open windows are closed. At this point,
The Close option on the File menu is no longer available.
Additional reference words: FoxWin 2.60 2.60a
KBCategory: kbother kbdocerr
KBSubcategory: FxotherGeneral
Last Reviewed: June 27, 1995