PRB: CLEAR SCREENS Err: Unrecognized Phrase/Keyword in Command

ID: Q113959

The information in this article applies to:

SYMPTOMS

The CLEAR SCREENS command produces an "Unrecognized phrase/keyword in command" error message.

CAUSE

FoxPro does not support this dBASE IV command.

RESOLUTION

The RELEASE command can be used to release a variable that is used to store a screen image. For example, instead of using these commands

   SAVE SCREEN TO test
   CLEAR SCREENS

you can use these commands:

   SAVE SCREEN TO test
   RELEASE test

The RELEASE command will release the memory variable.

MORE INFORMATION

In 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