Integra for Notes Banner
  QuickReports Integra4Notes Integra Family of Products

Integra Script Library Documentation


Context:

Function

Library/Class:

Utilities



Function GetUserProfile() As

GetUserProfile () As Notesdocument

This function returns an object handle (NotesDocument) to the user’s personal profile created in the Integra database. The very first time a user is running an Integra import or export a personal user profile is created in the Integra database to store temporary runtime information.

The user profile can be utilised to temporarily store variables between the different event calls of the Callback Script. Refer also to SetUserProfileVar() and GetUserProfileVar()

Return Value:

    NotesDocument object handle.

    Sample:
     



      Dim prof As NotesDocument
    Set prof = GetUserProfile()

    If prof Is Nothing Then
    Call MessageDialog(“An error has occurred while getting the user profile”, 0, ”Get User Profile”)
    End If
     

 
QUICK LINKS
 
 

 

  © Shireburn Software Ltd. 2008 - 2024