How can I determine the source of an error?

Hello,

I’m getting the following error when I try to open an appointment:


IBM Lotus Notes


Field: ‘tmpStartDate1’: Incorrect data type for operator or @Function: Text expected


OK


How can I know what line of code is blowing up? I’ve attempted to step through the code with the debugger to zero in on the error, but I’m not having any luck so far.

Thanks.

Bill

Subject: see answer to other question

Subject: How can I determine the source of an error?

Turns out the error below is not something the debugger can see:


IBM Lotus Notes


Field: ‘tmpStartDate1’: Incorrect data type for operator or @Function: Text expected


OK


So I opened up the Appointment form, looked at the tmpStartDate1 field formula and was able to deduce what the problem was. No matter how I stepped through the code while opening the document, the debugger never hit the field formula.

Thanks.

Subject: The debugger doesn’t work on formula code - LotusScript only.