Kofax DM API Instrukcja Użytkownika Strona 495

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 528
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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.
Przeglądanie stron 494
1 2 ... 490 491 492 493 494 495 496 497 498 499 500 ... 527 528

Komentarze do niniejszej Instrukcji

Brak uwag