QAS, notes application, was not raised any problems on Notes Client R5 but raised a problem on Notes Client R6 as below message.
==> Illegal parenthesized reference : MF1_SETEMPPROFILE
More detail,
User click the document ==> Error Message as above text ==> the document is opened
MF1_SETEMPPROFILE is a Function Name on script library and located on the button code as below.
Sub Click(Source As Button)
ret% = MF_setEmpProfile("2", "J")
End Sub
Help me… Thanks in advance…