A user has recently received the following error message in a system I maintain:“View selection or column formula changed.”
As far as I know, they only got the message once and it hasn’t reappeared.
I’ve never before seen this message, in 7 years of Notes development. Does anyone know what it means?
The error occurred in some LotusScript code programmed to display a stack trace, so I know it occurred upon calling the NotesView.Refresh method. The specific code was:
Set db=s.CurrentDatabase
Set view=db.GetView(“vwLookupAction”)
view.Refresh ← error occurred here
The specified view was last modified about 2 years ago.