PRB: Error: MS-DOS & Windows Setup Code Different ParametersID: Q124128 2.50x 2.60 2.60a | 2.50x 2.60 2.60a | 2.50x 2.60 2.60a | 2.6
The information in this article applies to:
SYMPTOMS After transporting a screen to a different platform, the following error may occur when attempting to generate the screen:
The screen is not generated.
CAUSEThe setup code in one or more platforms specifies a different number of variables on the parameter statement from that of the setup code in the current platform. GENSCRN.PRG uses the screen file (.SCX) as a database and attempts to do a text merge into one large program, with DO CASE constructs for each platform. This large program can contain only one parameter statement at the beginning of the file, regardless of how many platforms are present in the screen file (.SCX). GENSCRN.PRG looks at the setup code on each platform for a parameter statement. When the number of variables specified in this statement differ from one platform to another, GENSCRN.PRG is unsure of which parameter statement should take precedence and displays the error message.
WORKAROUNDSThere are two possible resolutions to eliminate the error:
STATUSThis behavior is by design.
MORE INFORMATION
Steps to Reproduce Behavior1. Create a screen file using FoxPro on any platform. In the setup 2. Save the file. Transport it to any other platform.
3. Edit the screen file and change the code as follows:
4. Attempt to generate the screen. An error will occur and the screen
Additional reference words: FoxWin FoxDos FoxMac FoxUnix 2.50 2.50a 2.50b
2.50c 2.60 2.60a errmsg err msg message
KBCategory: kbprb
KBSubcategory: FxtoolSbuilder
|
|
Last Reviewed: May 22, 1998 © 1999 Microsoft Corporation. All rights reserved. Terms of Use. |