PRB: CLEAR SCREENS Err: Unrecognized Phrase/Keyword in CommandID: Q113959 The information in this article applies to:
SYMPTOMSThe CLEAR SCREENS command produces an "Unrecognized phrase/keyword in command" error message.
CAUSEFoxPro does not support this dBASE IV command.
RESOLUTIONThe RELEASE command can be used to release a variable that is used to store a screen image. For example, instead of using these commands
you can use these commands:
The RELEASE command will release the memory variable.
MORE INFORMATIONIn dBASE IV, the CLEAR SCREENS command releases memory used by screens that are saved to memory variables with the SAVE SCREEN TO command. This command is not supported in FoxPro regardless of whether the SET COMPATIBLE DB4 command is issued. Additional reference words: FoxDos FoxWin 2.60 differences errmsg err msg KBCategory: kbprg kberrmsg kbprb KBSubcategory: FxinteropDbase |
|
Last Reviewed: June 28, 1995 © 1999 Microsoft Corporation. All rights reserved. Terms of Use. |