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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top