Integra for Notes Banner
  QuickReports Integra4Notes Integra Family of Products

Integra Script Library Documentation


Context:

Function

Library/Class:

Utilities



Function MultiValueFdToArray() As

MultiValueFdToArray (Item As Variant, Text() As String) As Integer

This function converts a multi-value form field into an array of strings.

Parameters:

    Item (Variant)
      Array of type variant containing the multi-values of the Notes document field received with NoteDocument.GetItemValue().
    Text (String-Array)
      Dynamic declared blank array of strings.

Return Value:
    Integer. Number of array elements.

    Sample:
     



      Dim ws As New NotesUiWorkspace
    Dim doc As NotesDocument
    Dim item As Variant
    Dim text() As String

    Set doc = ws.CurrentDocument.Document

    item = doc.GetItemValue(“Categories”)

    Call MultiValueFdToArray(item,text)
     

 
QUICK LINKS
 
 

 

  © Shireburn Software Ltd. 2008 - 2024