B
Bill Brown
I have a form with a signed databalck. I'm trying to use a signature field
onAfterChange event to sign the data.
here's the code:
set sgndata = XDocument.SignedDataBlocks(0)
if XDocument.SignedDataBlocks(0).Signatures.Count = 0 then
XDocument.UI.Alert("Not Signed")
XDocument.SignedDataBlocks(0).sign
end if
I'm getting an error: Invalid Context for OM Call
on the "XDocument.SignedDataBlocks(0).sign" line
and I'm not sure what the error means.
I'll have to do this as a cascade:
Data is submitted by employee, signed by superviser then chief.
Financial data might have to be entered and signed.
several other data sections and signatures msy have to be added depending on
the work flow and finally it has to be entered into the mainframe system.
The document has to be electronically unalterable at this point.
Any help on this would be appreciated.
onAfterChange event to sign the data.
here's the code:
set sgndata = XDocument.SignedDataBlocks(0)
if XDocument.SignedDataBlocks(0).Signatures.Count = 0 then
XDocument.UI.Alert("Not Signed")
XDocument.SignedDataBlocks(0).sign
end if
I'm getting an error: Invalid Context for OM Call
on the "XDocument.SignedDataBlocks(0).sign" line
and I'm not sure what the error means.
I'll have to do this as a cascade:
Data is submitted by employee, signed by superviser then chief.
Financial data might have to be entered and signed.
several other data sections and signatures msy have to be added depending on
the work flow and finally it has to be entered into the mainframe system.
The document has to be electronically unalterable at this point.
Any help on this would be appreciated.