Preventing Removal of Digital Signatures

G

Greg

Hi,

Does anyone know if you can stop people from removing the
digital signatures on the form? Either through infopath or
through code?

Thanks,
Greg.
 
B

bhavani

hi,
write small piece of code onBeforechange handler on the groupnode of
signatures,ie
if e.operation="Delete" then
e.returnstatus=false
end if
This avoids people from removing the digital signatures on the form
 

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