Kofax DM API Manual do Utilizador Página 495

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 528
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 494
DM API TOKENS 475
%TITLE
%TITLE
The Execute method that PCDLookup supports returns both data and
metadata about the object specified in the lookup operation. The
%TITLE token is used to retrieve the title in the lookup list box for this
column.
Syntax
PCDLookup.GetMetaPropertyValue(“%TITLE”)
Parameters
Example
'Create the object.
Set pClient = CreateObject("PCDClient.PCDLookup")
'Set the DM security token.
pClient.SetDST( myDST)
'Set the form.
pClient.SetSearchObject("cyd_defprof")
'Set the lookup ID.
pClient.SetLookupId("DEPL_PACKAGES")
'Set the target property.
pClient.SetTargetProperty("PACKAGE_ID")
'Add the search library.
pClient.AddSearchLib( strMyLib )
'Execute the search.
pclient.Execute
'Retrieve the title.
Set strTitle = pClient.GetMetaPropertyValue("%TITLE")
%TITLE The token identifier used to request the
title in the lookup list box for this
property.
Vista de página 494
1 2 ... 490 491 492 493 494 495 496 497 498 499 500 ... 527 528

Comentários a estes Manuais

Sem comentários