Kofax DM API Manual de usuario Pagina 424

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 528
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 423
404 CHAPTER 5
%LOOKUP_ID
%LOOKUP_ID
This token is used to set the ID of the hit-list form that controls the data
that will be returned by the look-up operation.
Syntax
PCDDocObject.SetProperty(“%LOOKUP_ID”, _
strHitlistName)
Parameters
Example
'Create a doc object.
Set pHitlist = CreateObject("PCDClient.PCDDocObject.1")
'Set the DM security token.
pHitlist.SetDST(strDST)
'Set the object type equal to the hit-list form that
'controls this look-up operation.
pHitlist.SetObjectType("Hitlist")
'Set the target library.
pHitlist.SetProperty("%TARGET_LIBRARY", library)
'The system ID of the hit-list form.
pHitlist.SetProperty("%LOOKUP_ID", hitlistName)
'Run the search.
pHitlist.Fetch()
Related Items
See the PCDDocObject object.
%LOOKUP_ID The token identifier that informs the DM
Server of the name of the hit-list form it
will use in the current look-up operation.
strHitlistName A string variable or literal string in double
quotes that resolves to the name of the
hit-list form that is to be used in the look-
up operation.
Vista de pagina 423
1 2 ... 419 420 421 422 423 424 425 426 427 428 429 ... 527 528

Comentarios a estos manuales

Sin comentarios