Integra for Notes Banner
  QuickReports Integra4Notes Integra Family of Products

Integra Script Library Documentation


Context:

Procedure

Library/Class:

Utilities



Sub SetUserProfileVar

SetUserProfileVar (VarName As String, Value As Variant)

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. This procedure is saving any value that can be stored in a Notes document field temporarily in the user’s personal profile and can be retrieved back using the GetUserProfileVar() function.

Parameters:

    VarName (String)
      Name of the variable (field) under which the contents of Value is to be saved in the user's personal profile.
    Value (Variant)
      Any value of the following types: String, Numeric, Boolean, DateTime or an Array of these data types.

Sample:
 



  See GetUserProfileVar()
 

 
QUICK LINKS
 
 

 

  © Shireburn Software Ltd. 2008 - 2024