Hi,
I want to search the document within the database by using the mentioned criteria. But while the mentioning the criteria it says “Type Suffix does not match data type: FORMULA.” What can be the error?? Please let me know about this…
Below is the code of searching criteria:
Formula$ =“Form = ““SRDGEN”” & status_4 & Doc_By <> “””+Self-Doc+“”" & Updated_By <> “”“+MPT+”“” & Updated_By <> “”“+Self+”“”& (CreationDate<=@date(“+Cstr(Year(doc.tdate(0)))+”;“+Cstr(Month(doc.tdate(0)))+”;“+Cstr(Day(doc.tdate(0)))+”)) & (CreationDate>=@date(“+Cstr(Year(doc.fdate(0)))+”;“+Cstr(Month(doc.fdate(0)))+”;“+Cstr(Day(doc.fdate(0)))+”))"