Question

K2 Five Signature make read only

  • 13 September 2023
  • 3 replies
  • 109 views

Badge +8

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?


3 replies

Userlevel 1
Badge +7

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

Badge +8

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

Badge +1

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