Kofax DM API Manual do Utilizador Página 156

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 528
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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
Vista de página 155
1 2 ... 151 152 153 154 155 156 157 158 159 160 161 ... 527 528

Comentários a estes Manuais

Sem comentários