Kofax DM API Bedienungsanleitung Seite 419

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 528
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 418
DM API TOKENS 399
%HITLIST
%HITLIST
This token is used with the %FORM_LIST_TYPE token to retrieve data
items referenced on a
HITLIST form.
Syntax
PCDDocObject.SetProperty(“%FORM_LIST_TYPE”, _
“%HITLIST”)
Parameters
Example
'Create an object to get property info about forms.
Set pDocObject = CreateObject("PCDClient.PCDDocObject.1")
'Set the DM security token.
pDocObject.SetDST(strDST)
'Check for errors.
checkError(pDocObject,"ERROR_CREATESEARCH")
'Identify the form to search.
pDocObject.SetObjectType("DocsFormsList")
'Set the destination library.
pDocObject.SetProperty("%TARGET_LIBRARY", library)
'Set the form type.
pDocObject.SetProperty("%FORM_LIST_TYPE", "%HITLIST")
'Run the search.
pDocObject.Fetch()
%FORM_LIST_TYPE The token identifier that indicates the
current command line identifies the type
of form that the list operation is to
retrieve.
%HITLIST The token identifier that indicates a
HITLIST search is to take place.
Seitenansicht 418
1 2 ... 414 415 416 417 418 419 420 421 422 423 424 ... 527 528

Kommentare zu diesen Handbüchern

Keine Kommentare