FIX: GENSCRN: "Variable Not Found" Message with Array PopupLast reviewed: October 14, 1997Article ID: Q104795 |
2.50
WINDOWS
kbprg kbfixlist kbbuglist kberrmsg
The information in this article applies to:
SYMPTOMSWhen you are using a popup array in the Screen Builder, placing an extra carriage return in either the 1st Element or # Elements text boxes causes a "Variable not found" error message when the generated code is run.
STATUSMicrosoft has confirmed this to be a problem in FoxPro 2.5 for Windows. This problem was corrected in FoxPro 2.5a for Windows.
MORE INFORMATIONThe 1st Element and # Element entries provide the values used by the RANGE clause in the GET statement generated for the popup. When an additional carriage return is entered in the text box after either of these entries, the generated code contains a semicolon on the line following the RANGE clause, instead of at the end of the line containing the RANGE clause. (The semicolon is the line-continuation character.)
Steps to Reproduce Problem
The TEST.SPR file is automatically opened. Note that the RANGE clause does not end with a semicolon as it should in order to continue the GET command.
|
Additional reference words: FoxWin 2.50 buglist2.50 fixlist2.50a errmsg err
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |