New Server Dialog wizard

Enter the fields of this wizard to create a Server Dialog or the derived instance of a Server Dialog.

Project
Select a project in the list or enter the name of the project in which the instance is to be saved.

A project represents the physical distribution of your instances in your workspace. It groups directories and files. It is used to organize resources that can be built, shared, or versioned.

A Pacbase project contains a subset of file that correspond to the models and the generated sources that constitute an application.

Package
A package corresponds to a logical group of information in a project.

If you are maintaining a Pacbase application, selecting a package is not advised. The instance override mechanism is then made easier because the overriding instance is always in the same package as the overridden instance. You do not need to manage the presence of both the instances in the same package, which is the requirement of an override.

Dialog type
In this field, you initialize the Server Dialog/Server type.
Table 1. Values of the Server Dialog or Server type
Values Comments
MS: server monitor For TUI applications
S: Business Component For TUI and graphic applications
IT: initialization/termination Business Component For graphic applications with the development of a Folder
FM: communication monitor For graphic applications
MV: communication monitor, simple mode No comment
E: error message server For TUI and graphic applications
SI: initialization server No comment
ST: termination server No comment
Name
Enter the name here.

A Server Dialog name must be 2 characters long and must be constituted of alphabetic or numeric characters only.

If the Create a derived entity box is checked, you can use the whole length of the edit field. The name of the derived instance can start with the name of its reference instance. The name can also include the generation Library. If you do not enter a name and specify a reference instance in the <Entity> to derive field, the name is automatically initialized with the name of the reference instance.

Generation parameters
Generation parameters are specified in Libraries. These parameters are related to the adaptation to the operating system in use.

You select the Library by clicking Browse.

Label
Enter the label that identifies the instance. It will constitute a search criterion for a subsequent search.
Open editor on finish
Select this check box if you want to open the editor of the instance you are creating. The editor opens on the Overview tab. From there, you can access the other tabs to specify all the characteristics of the instance.
Create a derived entity
Select this check box if you want to create a derived entity instance that points to a reference instance. The derived instance contains a link to the reference instance and a link to a Library that contains the generation parameters. From the derived instance, you can generate the reference instance from a different Library, without duplicating its design. The generation parameters of the derived instance Library produce a COBOL source that is different from the source that is generated from the reference instance Library.

If you select this box, the <Entity> to derive field is displayed. In the wizard, <Entity> is replaced by the actual entity (such as Program, Screen, or Data Structure). You must select the reference instance that contains the design for the derived instance.


Feedback