cancel
Showing results for 
Search instead for 
Did you mean: 

Interactive Form - digital signature and fields locked

david_fryda2
Participant
0 Kudos

Hi everyone,

Lets say we have 2 input fields in the Interactive Form.

In addition, we have a digital signature field that locks.

How can I specify which fields I want to lock ?

Thanks

Regards.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi David,

Lets say you have a digital signature field. What you could do is on the click event of the Signature field, you could Lock the 2 input fields.

Say Text1 & Text2 (Names of the Inputfields respectively) by using the following Commands.

Text1.access = "readOnly";

Text2.access = "readOnly";

Note : Before adding the code set the Language to "Java Script".

david_fryda2
Participant
0 Kudos

Hi Prasanna,

Thanks for the answer.

I though that I could lock the fields by clicking somewhere on the screen.

Thanks.

David.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Where exactly you want to click. On the Interactive form or on the Web Dynpro Application containing it?