Hi all, hi Lotus,
an “ugly” effect when working with LS script libs:
When I change things in the lib, save it without error, I get quite often - later in the notes client - this error msg:
type mismatch on external {scriptlibname}
it has NOTHING to do with my code, that could be simple as
Public Class HCKatUpdateUserdocs
Public DocFNames(1) As String
Sub New ()
DocFNames(0) = “AgentList_daily”
DocFNames(1) = “AgentList_weekly”
End Sub
End Class
it “looks as if” a resave of the form(s), or other design elements, in which the lib/class is used would help - but I am not sure if always …
… and it would be crazy to do a “recompile all ls” after each change of a scriptlib!!
I am sure this is a bug - do anyone knows a save wordaround method?
Uwe