In the following situations, a T27 screen might need to be recaptured:
A new design for the new interface is needed.
The MCP application screen has changed and the ePortal data source project needs to reflect that change.
When a screen is added that already exists in the ePortal data source project, the following options are available:
Use the existing server message and all of the existing design work.
Overwrite the existing server message and existing design work.
Merge the new screen with the existing server message and save the existing design work on the fields that are common to both.
Overview
Recapturing T27 screens involves the following:
Connecting to the T27 application.
Navigating to a screen.
Capturing the screen again and resolving differences between the existing server message and the new server message.
Refining the new interface layout and content.
Overwriting a screen
In Solution Explorer, open the ePortal data source project.
Double-click T27Emulator.t27cfg.
Note: he T27 application is accessed based on the connection properties of the ePortal data source project. Refer to Modifying the Connection Properties.
On the T27Emulator.t27cfg tab, do the following:
Navigate to the screen that needs to be recaptured.
Right-click in the screen area and then click Add Screen to Project.
On the Duplicate Screen dialog box, select Overwrite the existing screen definition, and click OK.
Go to Procedure 3 in Creating a T27 Data Source Project.
Merging a modified server message with an existing server message
In Solution Explorer, open the ePortal data source project.
Double-click T27Emulator.t27cfg.
Note: The T27 application is accessed based on the connection properties of the ePortal data source project. Refer to Modifying the Connection Properties.
On the T27Emulator.t27cfg tab, do the following:
Navigate to the screen that needs to be recaptured.
Right-click in the screen area and then click Add Screen to Project.
On the Duplicate Screen dialog box, select Merge this screen definition, and click OK. As the new screen is captured, existing names are automatically associated with input fields. The names are assigned in sequence in the order in which they appear on the new screen.
If the new screen layout is very different from the existing server message, the location of a field on the existing server message and the name that has been associated with it can be determined by clicking on the field of new server message. The name of the field that is associated with the new field appears in the Properties pane.
If the new server message has changed the relative location of existing fields, or added fields, do the following for each input field of the new server message:
Select an input field area of the new server message and right-click.
If the field existed on the existing server message, click the appropriate existing field name.
If the field is new, click New Field, and in the New Field dialog box, type in the new input field name, and then click OK.
If the location of the dynamic field or fields are different from the existing server message location or locations, do the following for each field:
Select the appropriate area of the new server message with the mouse and right-click.
Select the existing dynamic field name that needs to be associated with the area.
If needed, modify the ControlStyle property in the Properties pane.
Note: If the ControlStyle property is changed from TextBox or Hidden to any other style, and that input field was associated with other controls on the previously generated <name of screen>.aspx page, those controls are deleted from the <name of screen>.aspx when you synchronize the markup.
On the Screen menu, click Accept Merged Screen.
In Solution Explorer, right-click the presentation project node, and then click Build. The presentation project is populated with the appropriate items. Refer to Building Your ePortal Solution for more information.