Preventing the Removal of Digital Signaures

C

Cillian

I am attempting to prevent people from removing digital signatures from a form.

I have added the following to the OnBeforeChange handler.

If e.Operation = “Delete†Then
e.ReturnStatus = False
End If

However I keep receiving an error message stating that it is expecting to
see “;â€

Does anyone know what I am doing wrong?
 
H

Help!!

I am having the same problem I want to stop the removal of digital signatures
also--
thanks
 
Top