mikebrewer
Registered User.
- Local time
- Yesterday, 20:48
- Joined
- Sep 28, 2011
- Messages
- 93
Hi all,
I have an application where I have some users in the field with tablets and they deliver a package and the receiver will sign for it (like UPS or FedEx essentially). They sign my application and then the application saves the signature to a SQL Database in binary data. I'm using the Microsoft InkPicture ActiveX control to achieve this. After they sign, I have a line of code that equals:
Me.RecBySignature = Me.RecBySig.Ink.Save
This works fine and I can also recall the signature to the form when the form is re-opened.
What I don't know how to do is to put the signature on a report. Is there a way to "draw" the signature on the report? Or to print it to the screen?
thanks!
I have an application where I have some users in the field with tablets and they deliver a package and the receiver will sign for it (like UPS or FedEx essentially). They sign my application and then the application saves the signature to a SQL Database in binary data. I'm using the Microsoft InkPicture ActiveX control to achieve this. After they sign, I have a line of code that equals:
Me.RecBySignature = Me.RecBySig.Ink.Save
This works fine and I can also recall the signature to the form when the form is re-opened.
What I don't know how to do is to put the signature on a report. Is there a way to "draw" the signature on the report? Or to print it to the screen?
thanks!