Kofax DM API Uživatelský manuál Strana 460

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 528
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 459
440 CHAPTER 5
%PROPERTYNAME
%PROPERTYNAME
The Execute method that PCDLookup supports returns both data and
metadata. The
%PROPERTYNAME token is used to retrieve the name of
the property as shown on the base form. Usually, this is the name of the
column in the SQL database.
Syntax
PCDLookup.GetMetaPropertyValue(“%PROPERTYNAME”)
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.
pClient.SetLookupId("DEPL_PACKAGES")
'Set the target property.
pClient.SetTargetProperty("PACKAGE_ID")
'Add the search library.
pClient.AddSearchLib(strLibName)
'Execute the search.
pclient.Execute()
'Get the name.
Set strPropName = pClient.GetMetaPropertyValue("%PROPERTYNAME")
%PROPERTYNAME The token identifier used to request the
name of the property.
Zobrazit stránku 459
1 2 ... 455 456 457 458 459 460 461 462 463 464 465 ... 527 528

Komentáře k této Příručce

Žádné komentáře