Minisoft's Terminal OCX
permits programmers to control all aspects of a terminal
emulation session. The display of a functional 700/92 screen or
any of the data from it is controlled by a set of methods,
events and properties. The control can be called from most
ActiveX/COM aware applications. You can use it to guide the user
to the host screen needed and to run a host application without
user intervention supplying data from and/or returning data to a
local application.
MiniSoft's Terminal Emulator ActiveX Control
At this time the control needs to have a visual
component (Windows Handle). However, the screen does not have to
be visible for the control to work. We will work on a version
that does not require an active window for use with ASP and
other Windows Services.
Properties
AllowBlink (Read,Write) : Boolean
AllowHostCommandStatus (Read,Write) : Boolean
BlockMode (Read,Write) : Boolean
ColorFG (Read,Write) : OLE_COLOR
CurrentColorPair (Read,Write) : byte
DataStream (Read) : string
DispFunc (Read,Write)
ErrorMessage (Read)
ErrorNumber (Read)
FontName (Read,Write)
FontSize (Read,Write)
FormatMode (Read,Write)
Height2 (Read) : integer
InsertMode (Read,Write)
MemoryLock (Read,Write)
RemoteMode (Read,Write)
TerminalID (Read,Write) : string
TimeOut (Read,Write)
TraceFileName (Read,Write)
TraceLevel (Read,Write)
Width2 (Read) : integer
Methods
AboutBox
Connect ( HostAddr, HostPort )
DoBreak
DoDisplayText ( string )
DoFKey ( integer )
DoHPEnter
ScreenChar ( Row, Column ) : string
ScreenRow ( Row ) : string
SendLine ( CmdString ) : boolean
UploadFCopy ( LocalFile, FileCode ) : boolean
Events
OnChange
OnClick
OnDblClick
OnDisconnect
OnDoProgress
OnKeyPress
OnNetworkError
OnPrompt
OnTimeOut
OnHostCommand
OnPrint
|