Kofax DM API Manual de usuario Pagina 379

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 528
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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.
Vista de pagina 378
1 2 ... 374 375 376 377 378 379 380 381 382 383 384 ... 527 528

Comentarios a estos manuales

Sin comentarios