Nitin Chopra 31.Oct.12 01:13 PM a Web browser Applications DevelopmentAll ReleasesWindows Vista
Hi,
I am trying a query to search a document
Dim query As String
query = {field Form = "Appointment" & field DDL_Reference = "} & MeetingReference & {" & field StartDateTime= } & starttime.localtime
Dim col As NotesDocumentCollection
Set col = mailDB.Ftsearch(query,0)
here DDL_Reference is customized field
when i use this, i got error while executing serach,
i do not know, what's wrong with this, can't i seach on basis of datetime?
what is the other way if i have to search a document on basis of date and time and to make sue its a response document.