The BlueZone Host Automation Object Methods can be incorporated into scripts just like any other scripting command. Select a method to view details about functionality, parameters, and return codes. Examples are written in VBScript.
Val CloseSession( SessionTypeVal, SessionIdentifierVal );
Val Connect( SessionShortNameStr, !, [Blank] );
Val Disconnect;
Val Focus;
Val GetCursor( RowVal, ColumnVal );
Val GetSessionId( );
Val GetSessionName( );
Str InputBox( PromptStr, DefaultStr );
Val MsgBox( MessageStr, FlagVal );
Val OpenSession( SessionTypeVal, SessionIdentifierVal, ConfigFileStr, TimeoutVal, WaitPaintVal );
Val Pause( PauseTimeVal );
Val ReadScreen( BufferStr, LengthVal, RowVal, ColumnVal );
Str ReceiveFile( ReceiveStr ); *
Str Run( CommandStr );
Val Search( SearchStr, RowVal, ColumnVal );
Str SendFile( SendStr ); *
Str SendKey( KeyStr );
Val SetBrowserWnd;
Val SetCursor( RowVal, ColumnVal ); *
Str SetDLLName( NameStr );
Str SetHostPort( SessionType, SessionId, TCPPort );
Str StartTrace( FileName );
Val StopTrace;
Val Str( ValueVal );
Val Val(StringVal );
Val Wait( WaitVal );
Val WaitCursor( TimeoutVal, RowVal, ColumnVal, ExtraWaitVal );
Val WaitForText( TextStr, RowVal, ColumnVal, TimeOutVal );
Val WaitReady( TimeoutVal, ExtraWaitVal );
Val WriteScreen( WriteStr, RowVal, ColumnVal ); *
* Not supported in BlueZone VT