Skip to main content

we are using the digital signature control

control gets initialised

user can sign

when we read the form and the signature it gets displayed

how to make the control read only, so that the signature can’t be changed?

Have you seen this?
http://flowfactory.fr/blog/en/2018/07/27/installation-digitalsignature-control/


that hasn’t helped me

i can display the saved signature with no issue, my problem, is that the box can be drawn / written in still

i need to make it read only


that hasn’t helped me

i can display the saved signature with no issue, my problem, is that the box can be drawn / written in still

i need to make it read only

The way I would do is to save it as a image and then read it by converting the image data into a html image tag in a sproc by using convert function in SQL. That html can then be read into a data label.

 

 


Reply