Kofax DM API Bedienungsanleitung Seite 495

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 528
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 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.
Seitenansicht 494
1 2 ... 490 491 492 493 494 495 496 497 498 499 500 ... 527 528

Kommentare zu diesen Handbüchern

Keine Kommentare