Z ztigr New Member Licensed User Longtime User Jun 27, 2012 #1 Hi, Really loving the software, it has advanced some of my ideas by leaps and bounds. I have users input text into edit text boxes, and capture their signature. Is there anyway to combine these into one exportable view or file? Thanks, Ztigr
Hi, Really loving the software, it has advanced some of my ideas by leaps and bounds. I have users input text into edit text boxes, and capture their signature. Is there anyway to combine these into one exportable view or file? Thanks, Ztigr
NJDude Expert Licensed User Longtime User Jun 27, 2012 #2 The attached sample adds the text typed in the EditText (if any) to the signature file (sign.png). It is a modification of the original code posted HERE Attachments SignatureCapture_Sample.zip 9 KB · Views: 307 Last edited: Jun 27, 2012 Upvote 0
The attached sample adds the text typed in the EditText (if any) to the signature file (sign.png). It is a modification of the original code posted HERE