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
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.
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.