Uninterpreated date or time error

HiAs in earlier post http://www-10.lotus.com/ldd/nd6forum.nsf/55c38d716d632d9b8525689b005ba1c0/4608ab888ee312ef85257584001fada9?OpenDocument

i cheecked withe other application there we also have the date time field and putting the date. In this application he is able to save document. Doing every thing freely. in this application we have the same format of the field as in previous application.

Thanks

Your Dee

Subject: Re: Uninterpreted date or time error

What field is it complaining about? What are all the formulas of that field? Use the user’s workstation and ID to look at a date in some application that displays dates, e.g. in their Inbox. How is the date formatted there? Do you get this error when you save only, or also when you refresh? Are there any other formulas or code on the form that refers to the field?

The problem is that the field contains a string that’s supposed to represent a date, but for this user it is not a legal date because their workstation formats dates differently than you were expecting. So when Notes tries to convert that string to a date to store it, it fails.

It seems likely that either the default formula of the field, or the input translation, is calculating a value using string functions. Calculate date values using date/time functions instead.

If the above does not solve your problem, we need more information about what you’re doing. If you’re not sure what information to supply, the C R I S P Y document might help you.

  • Andre Guirard, IBM/Lotus Development

Useful blog: Best Practice Makes Perfect

Subject: RE: Re: Uninterpreted date or time error

Thanks Andre for ur response.

I am getting this error on save also on refresh. I also tried from his id with my machine. But same problem was there

format of the field is 20-Apr-2009,

when i am opening the form and clicks on the date field it gives error. also on save. I tried in my machine with his ID that means Date ad time format is OK because it will pick my system date and time then where is the problem.

Have any idea to solve error

Subject: RE: Re: Uninterpreted date or time error

I can’t have any more ideas without the information I requested.

Subject: RE: Re: Uninterpreted date or time error

Thanks Andre

I will again chek the whole process. Then will provide you full information about the problem.

thx for your responses.