BlankLines Property
Description
The number of blank lines the emulator reserves at the bottom of the screen.
Property type
Read-write property
Syntax
Visual Basic |
---|
Public Property BlankLines As Long |
Return Value
Any positive integer.
Remarks
Some emulators reserve blank lines at the bottom of the screen. If the screen size changes, these lines may distort OpenText Functional Testing's calculation of field locations. This option enables you to specify the number of blank lines at the bottom of the emulator screen. It is recommended to use the Terminal Emulator Configuration Wizard to configure this setting, but you can also modify the setting using this option.
Enter the number of lines that your emulator reserves at the bottom of the screen. OpenText Functional Testing includes this value in its algorithm for identifying field locations.
This property value is emulator-specific and is saved with the selected emulator.
Example
See Also