To specify the generation parameters for an Event Adelia program, you need to do one of the following:
Select the Generate option in the 4GL Editor's Program menu, or click the corresponding toolbar icon.
Select the Generate option in the PGM block's contextual menu in the 4GL Editor's tree view.
Click the Generate button in the Object Manager's Programs tab after checking the Source and Parameters boxes.
Select the Generate with parameters suboption of the Submit for generation option in the contextual menu for the Maintenance Manager's Results and Storage tabs.
Select the Generate with parameters suboption of the Submit for generation option in the contextual menu for the Multisource Search tool's Results and Storage tabs.
This dialog box lets you edit the 3GL generation parameters and run the generation procedure.
Shared
Check boxes
Implicit management rules
Default value: choice set in the environment attributes.
Create object
Checked |
The generated source will be compiled. |
By default: box checked.
Delete sources
Checked |
The generated source files will be deleted after the object has been compiled. |
By default: box checked.
Debug
Checked |
The necessary data for debugging the generated program is kept. The program can then be debugged. |
Default value: choice set in the environment attributes.
Multilingual generation
Checked |
The program will be generated in all of the translation manager's maintained languages. It will then be possible to execute the program in those languages. |
If the program has not been extracted in the translation manager: the box is unchecked and shaded.
If the program is public: by default, the choice is made in the environment attributes.
If the program is private: by default, the choice is made in the application area attributes (or in some cases inherited from the environment attributes).
Connection conservation
Checked |
Specifies that the program is generated in "connection conservation" mode. |
Unicode generation
Checked |
The program will be generated in Unicode mode. |
Default value: choice set in the environment attributes.
Note: generating in Unicode mode also allows the activation of the support for Windows themes.
Buttons
Characteristics
Opens a dialog box that lets you specify the program's generation characteristics.
Event client
Buttons
Options
This button opens a dialog box which allows you to specify the generation directories of the selected generation platforms (clients and servers).
Check boxes
Default
Checked |
The parameters defined in the environment attributes are assigned by default. |
Servers
Check boxes
These boxes let you select the generation platforms for each logical server used in the program.
Win
Checked |
The code for the logical server is generated in the corresponding server module on a Windows platform. |
Java
Checked |
The code for the logical server is generated in the corresponding server module on a Java platform. |
400
Checked |
The code for the logical server is generated in the corresponding server module on an AS/400 platform. |
Loc
Checked |
The code for the logical server is generated locally in the client part. There is therefore no corresponding server module. |
Note: the Win, Java and 400 boxes can be checked simultaneously, but the Loc box is incompatible with the other 3 boxes.
Dft
Checked |
The Win, Java, 400 and Loc box combination is as defined in the corresponding logical server definition box. |
Not checked |
It is possible to choose different combinations of the Win, Java, 400 and Loc for each server. |
Note: If the Win, Java, 400 and Loc boxes are all unchecked, the Dft box is automatically checked again.
____
Check boxes
Submit
Checked |
The Generate button submits the generation job for the program. |
This box is only enabled if the generation job is run from the 4GL Editor.
When the box is enabled (as it is by default), the value is shown in the Submit 3GL generation box in the Environment tab in the Editor Options dialog box.
When it is not enabled, it takes the value of the Submit box specified at program management level.
Buttons
Generate (validation)
Validates any changes and runs the requested generation job.
Cancel
Closes the dialog box without validating any changes or running the generation job.
Keyboard shortcut: Esc. ↑ Top of page