A presentation space can be either formatted or unformatted.
In an unformatted presentation space, all data is seen as text and arranged by specific location, starting with 0,0 or Home, meaning the top left corner. Attachmate Verastream SDK for Unisys and Airlines objects see the unformatted presentation space as one large field that starts at the first location in the space and ends at the last location.
Because there are no individually defined fields in an unformatted presentation space, your host access application can use SDK objects to write information in any presentation space location. However, when writing a host access application, you must be sure that your application writes data in the location that is read by the host. Some host applications read information from specific locations in an unformatted presentation space; others read the entire space. When designing your host access application, determine how the host application reads an unformatted presentation space.
In a formatted presentation space, the data is generally structured into individual fields, such as labels and text boxes. Fields in a formatted presentation space are defined by the attributes of each individual control.
The SDK screen object cannot modify the field or extended attributes; it can only read the attributes using the findField, findFieldEx, and getExtPS methods (Javadoc and .NET). |
Each field has attributes that define the type of information that can be typed in that field, as well as the appearance of the field on the screen. For example, field attributes can specify the following types of information:
Failure to take these attributes into account can cause your application to send erroneous data to the host. |
The Presentation Space | |
Fields and Attributes | |
Keystroke Reference |