Kofax DM API Manual do Utilizador Página 359

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 528
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 358
DM API TOKENS 339
%DATA
%DATA
The Execute method that PCDLookup supports returns both data and
metadata. The
%DATA token is used to retrieve the data returned by the
lookup operation.
Syntax
PCDLookup.GetMetaPropertyValue(“%DATA”)
Parameters
Example
'Create the object.
pClient = CreateObject("PCDClient.PCDLookup")
'Set the DM security token.
pClient.SetDST(strDST)
'Set the form.
pClient.SetSearchObject("cyd_defprof")
'Set the lookup ID.
pClient.SetLookupId("DEPL_PACKAGES")
'Set the target property.
pClient.SetTargetProperty("PACKAGE_ID")
'Add search library.
pClient.AddSearchLib("CurrentLibrary")
'Execute the search.
pclient.Execute()
'Get the data.
strPkgID = pClient.GetMetaPropertyValue("%Data")
'Report the data in whatever way is required.
MsgBox(“The name of the Deployment Package Initialization file” _
& “ is: “ & strPkgID)
%DATA The token identifier used to request the
data from a lookup retrieval.
Vista de página 358
1 2 ... 354 355 356 357 358 359 360 361 362 363 364 ... 527 528

Comentários a estes Manuais

Sem comentários