Kofax DM API Manual do Utilizador Página 191

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 528
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 190
DM API METHODS AND PROPERTIES 171
FetchTrustees
Set objDOC = CreateObject( _
"PCDClient.PCDDocObject")
'Create the property list object.
Dim objPropList As New PCDPropertyList
'Set the library.
objDOC.SetProperty "%TARGET_LIBRARY", strLib
'Set the DST.
objDOC.SetDST strDST
'Set the Form.
objDOC.SetObjectType "DEF_PROF"
'Identify the document object whose trustee
'properties are to be updated.
objDOC.SetProperty "%OBJECT_IDENTIFIER", _
txtDocNum.Text
'Create variables to store security data.
Dim LDefaultRights As Long
Dim LEffectiveRights As Long
Dim LAccessControl As Long
'Get the document.
objDOC.Fetch
'Check for any errors.
If objDOC.ErrNumber <> 0 Then
lstResultSet.AddItem "Unable to fetch doc: " _
& txtDocNum.Text
GoTo bye
End If
'Retrieve properties from the fetched document.
Set objPropList = objDOC.GetReturnProperties
'Store the results.
Vista de página 190
1 2 ... 186 187 188 189 190 191 192 193 194 195 196 ... 527 528

Comentários a estes Manuais

Sem comentários