PRB: Error: MS-DOS & Windows Setup Code Different ParametersLast reviewed: April 30, 1996Article ID: Q124128 |
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:
MS-DOS and Windows setup code have different parametersThe 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 Behavior
|
Additional reference words: FoxWin FoxDos FoxMac FoxUnix 2.50 2.50a 2.50b
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |