
DM API TOKENS 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.
Comentários a estes Manuais