Integra for Notes Banner
  QuickReports Integra4Notes Integra Family of Products

Integra Script Library Documentation


Context:

Function

Library/Class:

Utilities



Function ResponseDocLevel() As

ResponseDocLevel (Note As NotesDocument) As Integer

This function returns the response document level of a document. A return value of 0 (zero) indicates that the document is a (top level) parent document; any value larger than zero represents the response level to the top level parent document.

Parameters:

    Note (NotesDocument)
      Object handle to a Notes back-end Document.

Return Value:
    Integer.

    Sample:
     



      Dim ws As New NotesUIWorkspace
    Dim doc As NotesDocument
    Dim level As Integer

    Set doc = ws.CurrentDocument.Document

    level = ResponseDocLevel(doc)

    Call MessageDialog("Level = " & level,0,”Response Document Level”)
     

 
QUICK LINKS
 
 

 

  © Shireburn Software Ltd. 2008 - 2024