Copy link to clipboard
Copied
I found some message text and modified for my purpose and now need help with 2 bits of logic to make this work on mouse down of a signature field.
If user clicks OK, the message text below is dismissed and the signature dialog box presents as expected.
- If the user clicks Cancel, is there a way to prevent the signature dialog box from presenting?
- If the users click the fields after it is signed, is there a way to prevent the message from presenting again.
Message:
var
svfile = app.alert ("Signing here will lock the fields in test set 1. You will not be able to modify any results after signing. Click OK to continue with signing or Cancel to review your results and return to this signature field later.", 1,
1);
Copy link to clipboard
Copied
Signature fields have no Mouse Down event, only Signed.
Copy link to clipboard
Copied
Signature fields have no Mouse Down event, only Signed.
Copy link to clipboard
Copied
True, now mouse up/down event on signaure. So I placed the code in a button and sig fields are only visible when the required fields are all field in.

