FIX: Exiting Wizard-Generated Form Causes Several ErrorsLast reviewed: October 29, 1997Article ID: Q135613 |
|
3.00
WINDOWS
kbtool kbfixlist kbbuglist
The information in this article applies to:
SYMPTOMSWhen you try to exit from a wizard-generated form, the following errors occur:
FOR i=1 to m.nTablesUsed Error: 27 Not a numeric expression Method: destroy Line: 52followed by:
If USED(aTablesUsed[m.i,1] AND
ATC(".TMP",DBF(aTablesUsed[m.i,1]))=0 &&skip for views
Error: 31
Invalid subscript reference
Method: destroy
Line: 53
followed by two more error messages.
CAUSEThe form generated by the Form Wizard has been placed into a form set. The Form Wizard code is not currently designed to work in a form set.
WORKAROUNDRemove the form from the form set to resolve the issue.
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
Steps to Reproduce Problem
|
Additional reference words: 3.00 VFoxWin fixlist3.00b buglist3.00
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |