FIX: Exiting ON SHUTDOWN Window Disables GET Objects (124348)
The information in this article applies to:
- Microsoft Visual FoxPro for Windows 3.0
- Microsoft FoxPro for Windows 2.5a
- Microsoft FoxPro for Windows 2.5b
- Microsoft FoxPro for Windows 2.6
- Microsoft FoxPro for Windows 2.6a
This article was previously published under Q124348 SYMPTOMS
If an ON SHUTDOWN procedure calls a window that is then exited, the mouse
can only access the current GET object in the READ that was active when the
ON SHUTDOWN procedure was called.
CAUSE
Control is not passed from the ON SHUTDOWN procedure back to the previous
READ level if the RELEASE WINDOW command is used.
WORKAROUND
Replace the "RELEASE WINDOW window1" command with the "DEACTIVATE WINDOW
window1" command to send control back to the previous screen.
STATUS
Microsoft has confirmed this to be a problem in the Microsoft products
listed at the beginning of this article. This problem has been fixed in
Visual FoxPro 5.0 for Windows.
Modification Type: | Major | Last Reviewed: | 12/3/2003 |
---|
Keywords: | kbBug kbfix kbvfp500fix KB124348 |
---|
|