BUG: Invalid Page Fault When Form Released in Error EventID: Q141737 3.00 3.00b 5.00 WINDOWS kbtool FxtoolFormdes The information in this article applies to:
SYMPTOMSA formset contains a command that releases the form in the form's error event. If the formset is run multiple times and released due to errors, Visual FoxPro will cause an Illegal Operation under Windows 95 and exit to the operating system.
WORKAROUNDPlace RELEASE THISFORMSET in the Error Event of the form instead of using RELEASE THISFORM. Then the form will run successfully.
STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article.
MORE INFORMATION
Steps to Reproduce Problem1. Create a Formset containing one form. 2. In the Activate Event of the form enter the following lines of code:
3. Add a command button, and add the following command to its Click event:
4. In the Forms Error event, enter the following code:
5. Run the form two or three times. Visual FoxPro will return an Invalid
Additional reference words: 5.00 3.00 3.00b VFoxWin page fault buglist3.00
kbvfp300 kbvfp300b kbvfp500
buglist3.00b
KBCategory: kbtool kbbuglist
KBSubcategory: FxtoolFormdes
|
Last Reviewed: October 22, 1998 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |