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 am having the same problem I want to stop the removal of digital signatures
also--
thanks
> I am attempting to prevent people from removing digital signatures from a form.
>
[quoted text clipped - 8 lines]
>
> Does anyone know what I am doing wrong?
chrismnj - 07 Dec 2006 22:13 GMT
>I am having the same problem I want to stop the removal of digital signatures
>also--
[quoted text clipped - 5 lines]
>>
>> Does anyone know what I am doing wrong?
If you have found the solution, please let me know.