Hi,I am testing the R8 mail template in R6 client, the codes, I found the codes: Call source.refresh(False, False, True)
in Postopen and Postmodechange of Memo form.
But from degisn help, we should not have 3 parameters on the uidoc.refresh, this is on help: Call notesUIDocument.Refresh( [ IncludeRichTextItems ] )
The problem is that if I want to add library on option of memo form and save it, I got
“Memo Postopen 21,Wrong number of arguments for: REFRESH,”, and that line of code on red color.
Is this the bug of Mail template of R8? or I should use R8 client?
…
'need this code so that Show Mail Options button appears properly in Draft memo
If Not source.isnewdoc And source.editmode Then
Call source.refresh(False, False, True)
Call source.gotofield("Body")
End If-------------------