PRB: "Attempt to Use FoxPro Function as an Array" in BROWSEID: Q114576 The information in this article applies to:
SYMPTOMSThe following error message occurs during a BROWSE:
CAUSEA command is being used on a field in the BROWSE.
RESOLUTIONCreate a calculated field that uses the command. For an example, see "Workaround" in the "More Information" section below.
STATUSThis behavior is by design.
MORE INFORMATION
Steps to Reproduce Behavior1. Use the CUSTOMER.DBF database file located in the TUTORIAL subdirectory. 2. Perform a BROWSE that uses the ALLTRIM() command on a field. For
The error will occur.
WorkaroundUse a calculated field that calls the ALLTRIM() command. Instead of the BROWSE command shown in step 2 above, use the following command:
Additional reference words: FoxMac FoxDos FoxWin 2.50 2.50a 2.50b errmsg
err msg
KBCategory: kbprg kberrmsg kbprb
KBSubcategory: FxprgBrowse
|
|
Last Reviewed: June 27, 1995 © 1999 Microsoft Corporation. All rights reserved. Terms of Use. |