FIX: CANCEL After "Object in Use" Error Closes Visual FoxProID: Q135385 3.00 WINDOWS kbprg kbfixlist kbbuglist The information in this article applies to:
SYMPTOMSAfter suspending an error, using the CLEAR ALL command produces this error:
Using the CANCEL command after this error causes Visual FoxPro to close
(crash). This happens only after using a version 2.x READ WHEN command.
WORKAROUNDThere is no problem if you reverse the command sequence:
STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. This problem was corrected in Visual FoxPro 3.0b for Windows.
MORE INFORMATION
Code to Reproduce ProblemDEFINE WINDOW one FROM 1,1 TO 20,20 FLOAT ACTIVATE WINDOW one @ 1,1 GET x DEFA 1 NAME bob READ WHEN test() PROC test * When the error dialog appears, select SUSPEND
* In the Command window, enter the following lines of code:
CLEAR ALL CANCEL
Additional reference words: 3.00 VFoxWin fixlist3.00b buglist3.00 KBCategory: kbprg kbfixlist kbbuglist KBSubcategory: FxprgGeneral
|
Last Reviewed: October 31, 1997 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |