Generating Screen Code by Directly Calling GENSCRN.PRGLast reviewed: April 29, 1996Article ID: Q96290 |
The information in this article applies to:
SUMMARYTo generate the screen code for an .SCX file, choose Generate from the Program menu. The program that is used to generate the screen code file (.SPR) is called GENSCRN.PRG. Screens generated with GENSCRN.PRG are given the default filename of <SCREEN-NAME>.SPR.
MORE INFORMATIONThe GENSCRN program can also be called directly to generate the screen code file. To do this, a project table file (.PJX/.PJT) must be available. The GENSCRN program will take two parameters: the name/location of the project, and the record number in the project table file (.PJX/.PJT) of the screen code. For example:
DO GENSCRN WITH "P_NAME",3To directly call GENSCRN, do the following:
|
Additional reference words: FoxDos FoxWin 2.00 2.50 2.50a
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |