Recentactivitydate, Related items – Kofax DM API User Manual

Page 473

Advertising
background image

DM API T

OKENS

453

%RECENTACTIVITYDATE

'Show data for the retrieved documents.

While (lngRow < lngRowCount)

strDocName = pClient.GetReturnValue(“DOCNAME”)

strAuthor = pClient.GetReturnValue(“AUTHOR”)

strMessage = strAuthor & “ wrote this document: “ & strDocName

MsgBox(strMessage)

Wend

Related Items

See the PCDRecentDoc object.

See the AddOrderByProperty method.

See the

%RECENTACTIVITYDATE

token.

Advertising