Hi,
I try to perform a search with the search method of the application
object:
"Set FolderObj = VhlApplObj.Search(ItemTypeName, Criteria, True,
OLEAPI_DOCS_AND_FLDRS, OLEAPI_ALL_STATUS, Null, Null)"
The Parameters:
ItemTypeName = "*NOINDEX" (* because of different
languages on server and client)
Criteria = "@*SOURCE LIKE ""IMPO%""" (* because of different
languages on server and client)
OLEAPI_DOCS_AND_FLDRS = 113
OLEAPI_ALL_STATUS = 0
I get the ReturnCode 5020 which means "Illegal token encounters in the
query string".
What can I do?
Thanks for your help.
Thomas. |