fdmAPI.API.DataWindow.DBTools.API Call
Table 7-12 DB Tools Class (clsDBTools)
API Call | Methods/Properties/Object Reference | Description |
---|---|---|
fGlobalOptionExists | Method | Determine when the global system option exists.
Inputs: ByVal strOptionName As String Output: Boolean |
fGlobalOptionGet | Method | Retrieve a global system option as a string containing the current value of the option.
Inputs: ByVal strOptionName As String Output: String |
mLog | Method | Write an entry to the database activity log (AIF_PROCESS_LOGS table).
Inputs: ByVal intProcessID As Integer, ByVal strEntityType As String, ByVal strEntityName As String, ByVal intLogSequence As Integer, ByVal strLogMessage As String Output: None |
mLogError | Method | Write an error to a user runtime error log. The log is located in the
outbox
directory of the application under the file name "LoadID_FDM_API.log".
Inputs: ByVal lngErrorCode As Integer, ByVal strErrorDesc As String, ByVal strErrorSource As String Output: None |