Kofax DM API Bedienungsanleitung Seite 472

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 528
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 471
452 CHAPTER 5
%RECENTACTIVITYDATE
%RECENTACTIVITYDATE
This token allows to sort the items returned by a search according to the
time they were most recently modified.
Syntax
PCDRecentDoc.AddOrderByProperty( _
“%RECENTACTIVITYTIME”, _
blnTrueFalse)
Parameters
Example
'Create a recent doc object.
Set pClient = CreateObject("PCDClient.PCDRecentDoc.1")
'Identify the form to use.
pClient.SetSearchObject strFormName
'Identify what data is to be returned.
pClient.AddReturnProperty “DOCNAME”
pClient.AddReturnProperty “AUTHOR”
'Sort by modification date in ascending order.
pClient.AddOrderByProperty("%RECENTACTIVITYDATE", False)
'Execute the retrieval.
pClient.Execute
'Identify the number of items returned.
lngRowCount = pClient.GetRowsFound
%RECENTACTIVITYTIME The token identifier that indicates that
the retrieved data should be sorted in
order by the time each was created.
blnTrueFalse A Boolean value that indicates whether
the data should be sorted in ascending
or descending order. A False value
results in descending order. Anything
else (including no value) results in
ascending order.
Seitenansicht 471
1 2 ... 467 468 469 470 471 472 473 474 475 476 477 ... 527 528

Kommentare zu diesen Handbüchern

Keine Kommentare