FIX: Screen Builder Doesn't Recognize #ELIF & #UNDEFLast reviewed: October 20, 1997Article ID: Q119939 |
2.60 | 2.60 | 2.50b 2.50cWINDOWS | MS-DOS | MACINTOSH kbprg kbbuglist kbfixlist The information in this article applies to:
SYMPTOMSThe Screen Builder program (GENSCRN.PRG) doesn't recognize #ELIF and #UNDEF as preprocessor directives. The .SPR program file generated for a screen that has code snippets containing these directives isn't correct. NOTE: This problem does NOT occur in prior versions of FoxPro for Windows or MS-DOS.
STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. This problem was corrected in FoxPro version 2.6a for Windows, FoxPro version 2.6a for MS-DOS, and FoxPro version 2.6a for Macintosh.
MORE INFORMATION
Steps to Reproduce Problem
#REGION 1
#IF 'WINDOWS' $ UPPER(VERSION())
? 'This is FoxPro for Windows'
? 'This is FoxPro for Macintosh'
? 'This is FoxPro for UNIX'
#ELSE
? 'This is FoxPro for MS-DOS'
#ENDIF
#DEFINE testconst 10
|
Additional reference words: FoxMac FoxDos FoxWin 2.50b 2.50c 2.60 2.60a
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |