Integra for Notes Banner
  QuickReports Integra4Notes Integra Family of Products

Integra Script Library Documentation


Context:

Procedure

Library/Class:

Utilities



Sub AgentLogEntry

AgentLogEntry (EntryType As Integer, EntryText As String)

This procedure creates an entry in the Integra agent log database. The procedure can be used for debugging purposes and is particular useful for scheduled or web-browser driven profiles.

Parameters:

    EntryType (Integer)
      0 (zero) indicates a simple log message.

      1 indicates a runtime error.
    EntryText (String)
      Message to be shown in the log.

      Sample:
       



        Dim ws As NotesUIWorkspace
        If ws Is Nothing Then
          Call AgentLogEntry(1,”The Notes Workspace object cannot be set”)
        End If
         

 
QUICK LINKS
 
 

 

  © Shireburn Software Ltd. 2008 - 2024