Kofax DM API Manual de usuario Pagina 41

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 528
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 40
THE DM ARCHITECTURE 21
Document Objects
txtStatus = doc.GetReturnProperty("STATUS")
Set doc = Nothing
If txtStatus = 0 Then
cmdCheckOut.Enabled = True
cmdCheckIn.Enabled = False
Else
cmdCheckOut.Enabled = False
cmdCheckIn.Enabled = True
End If
MsgBox "Status field in profile updated " _
& "to 0 (checked in)."
End Sub
.
.
.
Private Sub FetchButton_Click()
Dim rec As New PCDGetDoc
Dim i As Long
Dim lim As Long
Dim opOK As Boolean
Dim row As String
Dim gd As Object
Dim indata As Variant
Dim bdata() As Byte
If docnumber = "" Or versionid = "" Then
MsgBox "Must specify the document number " _
& "and the version ID."
Exit Sub
End If
FetchFlag = False
FileName = ""
rec.SetDST DST
rec.AddSearchCriteria "%TARGET_LIBRARY", _
library
rec.AddSearchCriteria "%DOCUMENT_NUMBER", _
docnumber
rec.AddSearchCriteria "%VERSION_ID", versionid
rec.Execute
Vista de pagina 40
1 2 ... 36 37 38 39 40 41 42 43 44 45 46 ... 527 528

Comentarios a estos manuales

Sin comentarios