Recompile All Lotusscript

hello

the tool “Recompile All Lotusscript” seems to be very useful, but in one of my databases I find always four views with syntax error

but these views do not have syntax errors in their events and the only location for an error I would see in the actions, but these are shared and so other views must have the errors too

do someone know about this behaviour or do I lose sight of something hidden in views

thanx

ingo

ps: in another database I have very big forms with hundred of fields and exiting events, these forms are complained with syntax errors too, but I can not find them

Subject: Recompile All Lotusscript

I had something similar on a form once. In my case it was because I’d had a field that was once editable which had then been changed to computed. When the field was editable there had been some code on the Entering event which had not been deleted when the field was changed to computed. Making the field editable and removing the code sorted it out in my case.

HTH

Julie

Subject: RE: Recompile All Lotusscript

hello julie

yes I know this, but I have views and there are no fields

thanx

Subject: RE: Recompile All Lotusscript

Ingo

I don’t know the answer for views.

Your original post also mentioned that you a problem with a form which is why I posted the problem I’d had with a form. I was hoping the information may help you as it was something that took me ages to track down.

Julie

Subject: RE: Recompile All Lotusscript

thank you julie

you’re hint with the redefined field helped me in another situation last month

but for the views i haven’t found an answer till now

greets

ingo

Subject: RE: Recompile All Lotusscript

but for the views i haven’t found an answer till now

What was the answer?

-Jeff

Subject: RE: Recompile All Lotusscript

Yet another reason for the best practice regarding shared actions that I mentioned here:

http://www-10.lotus.com/ldd/nd6forum.nsf/55c38d716d632d9b8525689b005ba1c0/819505f3d4748d808525738d0075af83?OpenDocument