Flynet Simulated Host

SimHost Tag

SimHost Tag

Previous topic Next topic  

SimHost Tag

Previous topic Next topic  

Each Simulated Host custom script file must have the SimHost tag as the root for the document.

 

The SimHost tag's attributes are as follows:

 

Attribute

Default / Required

Description

protocol

tn3270

Select the protocol for this script-- at present, only tn3270 is supported

normalRows

24

For screens coded as "normal" the number of rows

normalColumns

80

For screens coded as "normal" the number of columns

altRows

27

For "alternate" screens, the number of rows

altColumns

132

For "alternate" screens, the number of columns

trimChar

" "

Specify a character that is trimmed from the end of an entry field when comparing values to the script.  Needed when hosts pad all entry fields with underscores, dashes or other characters.  Default is a blank, which should have no impact...

codePage

CP850.dat

Sets the codepage presumed for the host session--must match the codepage of recordings providing screen images.

version

1.0

File Version of the SimHost script

 

Child Tags Allowed:

 

Screen Tag

 


Example:

 

<SimHost protocol="tn3270" normalRows="24" normalColumns="80"

        altRows="27" altColumns="132" trimChar="_">

<Screen ...>

</Screen>

</SimHost>