A program for retrieving Web parameters and an input data library are generated when the [Generate a program for retrieving Web parameters] checkbox is selected on the wizard screen. The programs and files generated are the same as those generated by the program generation tool for retrieving Web parameters. See "Generation Rules of Program for Retrieving Web Parameters" for details.
A program to output a result page and an output data library are generated when the [Generate a program to output a result page] checkbox is selected on the wizard screen. The programs and files generated are the same as those generated by the program generation tool to output a result page.
See "Generation Rules of Program to Output a Result Page" for details.
Note
The programs (generated by the wizard) for retrieving Web parameters and to output a result page have the same format as those of programs generated by executing [Generate a Program for Retrieving Web Parameters] and [Generate a Program to Output a Result Page] in the default state. When the contents of generation must be specified, execute each function again.
A program to output an error page and an error HTML page, which are used in error detection in generated application templates.
This program and Web page are generated according to the following rules:
Resource type | Program name | File name |
---|---|---|
Program to output error page | exe/dll-name-ERRPAGE | exe/dll-name-ERRPAGE.COB |
Error HTML page | - | exe/dll-name-ERRPAGE.HTML |
When the code system used at application execution is ASCII, the error Web page uses ASCII. When the system used at application execution is Unicode, the error Web page uses UCS-2 or UTF-8 (selected by the wizard).
The program to output an error page is executed by assuming that the error Web page and related application are being stored in the same folder.
These templates are generated when the [Include in the project a request HTML page] checkbox or [Include in the project a result HTML page] checkbox is checked with [Generate a HTML file] selected.
Resource type | File name |
---|---|
request HTML page | exe/dll-name-INPAGE.HTML |
result HTML page | exe/dll-name-OUTPAGE.HTML |
When the code system used at application execution is ASCII, the request HTML pages and result HTML page use ASCII. When the code system used at application execution is Unicode, these Web pages use UCS-2 or UTF-8 (selected by the wizard).
A module definition file is generated when the [Generate a module definition file for the ISAPI application] checkbox is selected on the wizard screen.
The module definition file required by the ISAPI application is generated so that "-MODULE.DEF" is specified as the .DLL file name.