Kofax DM API Manual de usuario Pagina 462

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 528
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 461
442 CHAPTER 5
%PROPERTYTYPE
%PROPERTYTYPE
The Execute method that PCDLookup supports returns both data and
metadata. The
%PROPERTYTYPE token is used to retrieve the data type
of the property as shown on the base form.
Syntax
PCDLookup.GetMetaPropertyValue(“%PROPERTYTYPE”)
Parameters
Example
'Create the object.
Set pClient = CreateObject("PCDClient.PCDLookup")
'Set the DM security token.
pClient.SetDST(strDST)
'Set the form.
pClient.SetSearchObject("cyd_defprof")
'Set the lookup ID to a SQL table.
pClient.SetLookupId("DEPL_PACKAGES")
'Set the target property to a column in the SQL table.
pClient.SetTargetProperty("PACKAGE_ID")
'Specify the search library.
pClient.AddSearchLib(strLibName)
'Execute the search.
pclient.Execute()
'Get the name of the column.
Set strColName = pClient.GetMetaPropertyValue("%PROPERTYTYPE")
Related Items
See the PCDLookup object.
%PROPERTYTYPE The token identifier used to request the
data type of the property.
Vista de pagina 461
1 2 ... 457 458 459 460 461 462 463 464 465 466 467 ... 527 528

Comentarios a estos manuales

Sin comentarios