SYNTAX
Public Sub PrintLog(str As Variant)
DESCRIPTION
This sub procedure is used to add any entry data to the journal tab
on the client terminal.
PARAMETERS
Key
Description
Str
The entry data that want to add, a value of type String
...
SYNTAX
Public Sub AddEntry(entry As String) As Boolean
DESCRIPTION
This function is used to add any string to the log file.
PARAMETERS
Key
Description
entry
Specific string to be added to the log file, a value of type
String.
RETURN V...
SYNTAX
Public Sub AlertMessage(Msg As String, Optional Title As String = “”)
DESCRIPTION
This function is used for displaying a dialog box with a
predefined message.
PARAMETERS
Key
Description
Msg
Text message of the Alert Message
...
SYNTAX
Public Sub PrintData(ParamArray vVal() As Variant)
DESCRIPTION
This function enters a message in the log file with the number of
parameters separated by commas, the log file stored in "C:\USER\[YOUR
USERNAME]\APPDATA\ROAMING\VERTEXFX CLIENT TER...
SYNTAX
Public Property Let LogEnabled(vVal As Boolean)
DESCRIPTION
This property is used to enable or disable the logging process.
PARAMETERS
Key
Description
vVal
A boolean value can be either true or false value to enable or
disable l...
SYNTAX
Public Property Let FileLogName(vVal As String)
DESCRIPTION
This property is used to set name and location for a log file.
PARAMETERS
Key
Description
vVal
The name and path for a log file, value of type String.
RETURN VALUE
No...