I know ACT! is not supported anymore, but we are upgrading to the latest version of AFN, 4.2 (for Notes 7). When a user attempts to open the Calendar, they get:
“$EXECUTE+3: Class or type name not found: CALENDARVIEWBROKER”
After clicking ‘OK’ the Calendar opens.
Attempting to open the ‘ToDo’ results in:
“Cannot find external name: UIEVENTOBJECT” which appears twice. After clicking ‘OK’ twice, ToDo opens.
I’m sure these are references to script that isn’t there. I found the following in the Globals of the ($Calendar) view:
Sub Initialize
Dim s As New notessession
If s.Notesbuildversion Then
Execute(|
Use "CSUIViewClass"
set cvCalendarViewBroker = new CalendarViewBroker
|)
End If
End Sub
I’ve checked the “CSUIViewCLass” library which references another library which references another library…
As the Calendar and ToDo open and are functioning normally, I really just need to eliminate the error dialog boxes.
Thanks in advance.