Methods
- Last UpdatedNov 03, 2021
- 1 minute read
You can use the following methods with BatchGuiConfig.
AltSetCancelMsgBox()
The AltSetCancelMsgBox method is an alternative way to cancel a message box raised by the ActionError event. (see ActionError event below). This method has no arguments.
GetOcxBatchObject()
The GecOCXBatchObject method returns a reference to the underlying OcxBatch control. This allows for more custom control of the interface in programming environments. Since this method returns an object reference, it cannot be used by InTouch. This method has no arguments.
Init()
The Init method initializes the connection to the Batch Server. This is needed only when the connection is lost if the AutoInit property is set. This method has no arguments.
Term()
The Term method terminates the connection to the Batch Server. This method has no arguments.