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