PRB: "Unrecognized Phrase/Keyword in Command"; @ ... GET-PopupLast reviewed: December 31, 1996Article ID: Q105285 |
The information in this article applies to:
SYMPTOMSThe error message "Unrecognized phrase/keyword in command" occurs on an @ ... GET-Popup command during compilation of a generated screen code file (.SPR).
CAUSEThe @ ... GET-Popup command has a PICTURE clause that exceeded the 255-character limitation for a character string used with a command. The PICTURE clause contains the caret (^) popup-specification code and the popup options. For example:
@ ... GET <memvar> PICTURE "@^ <option1>; <option2>; <option3>; ..." RESOLUTIONTo prevent this error from occurring, do the following in the Screen Builder:
To use an Array Popup instead, use the following steps:
|
KBCategory: kbprg kberrmsg kbprb
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |