Hi I am getting the error message "Query not understandable" for the query below when using it in the FTSearch method of the NotesView class. j = vw.FTSearch( {Field SSODep CONTAINS "} & keys( 1 ) & {" AND Field Checkdate DOES NOT Contain "} & keys( 2 ) & {"}, 0 ) I think the error is because of the second part of the wuery (does not contain). What is wrong with the syntax? Regards
Go back