FIX: "Too Many PICTURE Characters Specified" in @ ... GETLast reviewed: October 20, 1997Article ID: Q111509 |
2.5x 2.6x | 2.00 2.5x 2.6x | 2.50b
WINDOWS | MS-DOS | MACINTOSHkbui kbprg kbtool kbfixlist kbbuglist kberrmsg The information in this article applies to: - Microsoft FoxPro for Windows, versions 2.5x, 2.6x - Microsoft FoxPro for MS-DOS, versions 2.0, 2.5x, 2.6x - Microsoft FoxPro for Macintosh, versions 2.5b
SYMPTOMSThe error message "Too many PICTURE characters specified" occurs when you attempt to run a screen program.
CAUSEThe screen program contains an @ ... GET command, based upon a character memory variable, that includes a SIZE clause in which the result of the number of rows multiplied by the number of columns is greater than 250.
RESOLUTIONIf the Screen Builder was not used, replace the @ ... GET command with an @ ... EDIT command. If the screen was built using the Screen Builder in FoxPro for Windows or FoxPro for Macintosh, replace the GET object with an EDIT region. If the screen was built using the Screen Builder in FoxPro for MS-DOS, change the GET object to an EDIT object. In FoxPro for Windows, version 2.6 and later, you also can replace the GET with an EDIT region, then clear the Scroll Bar on Edit Region box.
STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. This problem was corrected in Visual FoxPro 3.0 for Windows.
MORE INFORMATION
Steps to Reproduce Problem
|
Additional reference words: FoxMac FoxDos FoxWin VFoxWin 2.00 2.50 2.50a
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |