View Full Version : Convert string to bitmap


deanthomas
09-30-2011, 01:58 AM
I have an application that captures a signature on a hand held device. The signature is in a string (I have been told by the application developers it is a text representation of the X,Y coordinates) with format detailed in the Word attachment. The string is stored in an Access 2007 Memo field. I want to be able to reproduce the signature in access report.

Can anyone help?