Kofax DM API Instrukcja Użytkownika Strona 43

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 528
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 42
THE DM ARCHITECTURE 23
Document Objects
End If
FetchFlag = True
MsgBox "Exported document content to " _
& "designated file: " & FileName
End Sub
.
.
.
Getting and
Updating Trustee
Information
The following example updates the trustees for a profiled document
object.
.
.
.
Attribute VB_Name = "frmTrustees"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Dim bRet As Boolean
Dim Status As String
Dim DocName As String
Dim DefaultRights As Long
Dim EffectiveRights As Long
Dim AccessControl As Boolean
Dim i As Integer
Dim UserOrGroup As String
Dim PDoc As Object
Dim TrusteeList As PCDTrusteeList
Private Function _
GetTrusteesforProfile(docnumber As String) _
As Boolean
Dim docsfound As Long
On Error GoTo ErrorHandler
GetTrusteesforProfile = False
If Val(docnumber) <= 0 Then Exit Function
Dim pclient As PCDSearch
Przeglądanie stron 42
1 2 ... 38 39 40 41 42 43 44 45 46 47 48 ... 527 528

Komentarze do niniejszej Instrukcji

Brak uwag