Kofax DM API Instrukcja Użytkownika Strona 156

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 528
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 155
136 CHAPTER 4
AddOrderByProperty
'Create the search object.
Dim pSearch As New
PCDSearch
'Set the document security token (DST).
pSearch.
SetDST strDST
'Add a search Library to search.
pSearch.
AddSearchLib "LegalLaw"
'Set which form to use for the search.
pSearch.
SetSearchObject "def_qbe"
'Add properties you want the search to return.
pSearch.
AddReturnProperty "docname"
pSearch.
AddReturnProperty "docnum"
pSearch.AddReturnProperty "AUTHOR_ID"
'Sort the search results by AUTHOR_ID in
'ascending order.
pSearch.
AddOrderByProperty "AUTHOR_ID", TRUE
'Execute the Search.
pSearch.
Execute
.
.
.
Related Items
See the following objects:
PCDLookup
PCDRecentDoc
PCDSearch
See the following properties:
ErrDescription
ErrNumber
Przeglądanie stron 155
1 2 ... 151 152 153 154 155 156 157 158 159 160 161 ... 527 528

Komentarze do niniejszej Instrukcji

Brak uwag