SignField for user
Hello,
is there a possibility to sign a report in the preview by the end user in a
specially signature field? It would be great, because the customer sign a
delivery note in the software and the programm print and archivate the
"signed" report.
Thanks for your answer!
Yours,
Michael Schustereder
is there a possibility to sign a report in the preview by the end user in a
specially signature field? It would be great, because the customer sign a
delivery note in the software and the programm print and archivate the
"signed" report.
Thanks for your answer!
Yours,
Michael Schustereder
This discussion has been closed.
Comments
There is no built-in feature that allows altering (signing) a report
from the preview.
One option you might explore would be to implement the
OnDrawCommandClick event of a report component. The event code could
load a separate dialog that allows the user to sign their name. Finally
the report would be re-generated with an image of the signature present
when the dialog is closed.
Below is an example of regenerating a report after a DrawCommand Click.
http://www.digital-metaphors.com/rbWiki/Delphi_Code/Formatting/How_To...Refresh_the_Report_After_a_Drawcommand_Click
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
we have a similiar situation. We sign the report after being printed as
a PDF-File. This signed document will be stored afterwards.
We are using eSignatureOffice
(https://www.stepover.com/de/signatur-software/esignatureoffice/)
Cheers Carsten
Nico Cizik (Digital Metaphors) fragte :
--
Hint: We altered the sources!Hint: We altered the sources!