Desperate For Help

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
 

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