Source.Refresh on mail template R8,is this bugs for Call source.refresh(False, False, True)?

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-------------------

Subject: Source.Refresh on mail template R8,is this bugs for Call source.refresh(False, False, True)?

this is not a bug. you should really be using the notes 8 client. when new lotusscript methods and functions are added (in new releases), they are usually used in the new mail template. also, using a higher version template then the client is not supported.