C
Cillian
I have entered an OnBeforeChange, for the signatures group event handler to
prevent users from removing digital signatures
IF e.Operation = "Delete" Then
e.ReturnStatus = False
End If
When I preview the form I can get as far as clicking the sign button, but I
get an error runtime bug, Expected 'e'
I am typing the code directly, so there is no HTML flags and I have tried
this as an OnAfterChange and an OnValidate
prevent users from removing digital signatures
IF e.Operation = "Delete" Then
e.ReturnStatus = False
End If
When I preview the form I can get as far as clicking the sign button, but I
get an error runtime bug, Expected 'e'
I am typing the code directly, so there is no HTML flags and I have tried
this as an OnAfterChange and an OnValidate