ERROR: Incorrect data type for operator or @function: time/date expected

Hi.

I have a database that extracts user calendar entries, like appointments and so on. It shows the date(8.9.2004), subject(bla bla) and the length of the meeting(08:00-10:00).

After upgrading the clients to from 4.6.7 to 6.5.1 I am not able to get the length of the meeting anymore, it only shows me: ERROR: Incorrect data type for operator or @function: time/date expected. Its still working on the 4.6.7 clients running on a domino 6.5.1.

Have anything changed in the way 6.5.1 shows the timerange of a meeting?

Could any one give som suggestions on how to get this fixed.

Thanks in advance

-Anders

Subject: ERROR: Incorrect data type for operator or @function: time/date expected

Try changing the datetimevalue using @Text(yourdatetimevalue).

Subject: RE: ERROR: Incorrect data type for operator or @function: time/date expected

Did not do the trick, but thanks for the anwser.

-Anders

Subject: RE: ERROR: Incorrect data type for operator or @function: time/date expected

I believe I told you wrong. Use the @Text(meetingnotice), not the date field.