Kofax DM API Bedienungsanleitung Seite 389

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 528
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 388
DM API TOKENS 369
%FORM_TITLE
%FORM_TITLE
This token is used to get the form title from the search result set. It is
usually used when searching for a particular form or a collection of
forms.
Syntax
PCDPropertyList.GetPropertyValue(“%FORM_TITLE”)
Parameters
Example
'Ccreate a doc object.
Set pClient = CreateObject("PCDClient.PCDDocObject.1")
'Check for errors.
checkError(pClient, "ERROR_CREATESEARCH")
'Set the DM security token.
pClient.SetDST(strDST)
'Set the search object.
pClient.SetObjectType("DocsForm")
'Set the library that is to be searched.
pClient.SetProperty("%TARGET_LIBRARY", library)
'Set the form ID.
pClient.SetProperty("%OBJECT_IDENTIFIER", formId)
'Retrieve the search values.
pClient.Fetch()
'Get the returned properties.
Set pProperties = pClient.GetReturnProperties()
'Get the form name.
formName = pProperties.GetPropertyValue("%FORM_TITLE")
%FORM_TITLE The token that indicates the title of the
form is to be returned by the fetch
operation.
Seitenansicht 388
1 2 ... 384 385 386 387 388 389 390 391 392 393 394 ... 527 528

Kommentare zu diesen Handbüchern

Keine Kommentare