/ Forums / Advansys Formativ / Creating Solutions with Formativ / Disabling Groupwise Signature Option with Formativ / Reply To: Disabling Groupwise Signature Option with Formativ
September 22, 2005 at 5:02 pm
#7308
There is no registry/PO setting you can use to disable the inherent GroupWise signature facility. The only way to do it in a deterministic fashion is to run an applet that changes the settings, such as:
Sub Main(Client, GWEvent) call Groupwise.PrefSignature(incNo, false, false, "") End Sub
You could configure the applet to run on client startup to help ensure the user has not turned the facility back on.
I hope this helps.
Advansys Support