By default, a Web application project is not generated with traditional terminal screen formatting. To create traditional terminal screen formatting, do the following.
For a Web Forms Application Project:
Caution: Any look-or-feel work that is not captured in the ClearPath ePortal data source files is lost when pages are rebuilt.
In Solution Explorer, right-click the ClearPath ePortal data source project, and click Presentation Generation Options....
Select the presentation project.
Click Modify.
Set the PreserveStaticTextWhiteSpace property value to True.
Click OK.
Delete the .aspx files of the presentation project that have the problem. Refer to Delete Presentation Files.
Right-click the presentation project, and then click Build. Refer to Building Your ePortal Solution for more information.
The deleted .aspx files are rebuilt and are populated with appropriate items based on the new property value.
For an MVC Web Application:
Caution: Any look-or-feel work that is not captured in the ClearPath ePortal data source files is lost if views are deleted and rebuilt.
Scaffold the data source using the Scaffold Unisys Controller for ePortal Data Source with Views Dialog.
Ensure that the Preserve Screen Layouts and Styles option is selected.
Click Advanced to open the Terminal Options Dialog, or the AB Suite/EAE Options Dialog to Preserve Screen Layouts and Styles.
Select the Preserve static output text whitespace option, or the Retain painter control positioning option.
Click OK.