Kofax DM API Instrukcja Użytkownika Strona 379

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 528
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 378
DM API TOKENS 359
%FORM_APPLICATION
%FORM_APPLICATION
When used with the PCDPropertyList object, this token retrieves
the application ID associated with the form. When used with the
PCDDocObject
object, this token can be used to set the application ID
that is associated with a form.
Syntax
PCDPropertyList.GetCurrentPropertyValue( _
“%FORM_APPLICATION”)
PCDDocObject.SetProperty(“%FORM_APPLICATION”, _
appID)
Parameters
Example
'Create a document object.
Set pDocObject = CreateObject("PCDClient.PCDDocObject.1")
'Check for errors.
checkError(pDocObject, "ERROR_CREATESEARCH")
'Set the DM security token.
pDocObject.SetDST(strDST)
'Set the object type.
pDocObject.SetObjectType("DocsForm")
'Set the destination library.
pDocObject.SetProperty("%TARGET_LIBRARY", "CurrentLibrary")
'Set the form name.
pDocObject.SetProperty("%FORM_NAME", frmName)
'Set the app ID for the form.
pDocObject.SetProperty("%FORM_APPLICATION", appID)
%FORM_APPLICATION The token identifier that indicates the
application ID for the specified form
either is being set or retrieved.
appID The application ID for this form.
Przeglądanie stron 378
1 2 ... 374 375 376 377 378 379 380 381 382 383 384 ... 527 528

Komentarze do niniejszej Instrukcji

Brak uwag