PRB: Macro Substitution Won't Work in Expression BuilderID: Q130238 3.00 WINDOWS kbprg kbprb The information in this article applies to:
SYMPTOMSWhen you try to add a macro-substituted memory variable in the Expression Builder, you receive a "Syntax Error."
CAUSEMacro substitution is used with command syntax. It is not permitted in the User Interface.
WORKAROUNDUse EVALUATE() or a named expression that is expressed as "(<variable name>)". See the FoxPro "Language Reference" or Help file for more information on how to use the EVALUATE function, named expressions, or macro substitution.
STATUSThis behavior is by design.
MORE INFORMATION
Steps to Reproduce Behavior1. In the Command window type the following two lines of code:
2. Type the following line of code:
3. In the Expression Builder, type &cFilter, and click OK or Verify.
Additional reference words: 3.00 VFoxWin KBCategory: kbprg kbprb KBSubcategory: FxprgGeneral
|
Last Reviewed: May 1, 1996 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |