Our server is Domino R6.5
Clients are using R5.
A user who uses mail template R5, cant insert his signature in New mail memo from Tools>Insert signature. Do nothing.
Well i tried to debug, the execution skips:
Call cMemoObject.InsertSignature(False) and jumps to End sub.
But in R6 template it executes all:
Sub Click(Source As Button)
Call cMemoObject.InsertSignature(False)
End Sub
Do any one know about this?

