You can use a macro to change the dimensions (rows and columns) of an Open Systems display.
This sample applies only to Open Systems terminals.
Sub ChangeDisplay() 'Set the number of rows and columns ThisScreen.DisplayColumns = 100 ThisScreen.DisplayRows = 40 End Sub
You can run this macro automatically when certain strings are returned by the host or when specific events occur (see Navigating Sessions and Using InfoConnect Events).