/ Forums / Advansys Formativ / Creating Solutions with Formativ / Signatures Applet / Reply To: Signatures Applet
December 20, 2004 at 3:37 pm
#7072
A .SIG file is just a text file. This means you could load it into a memo control using the ‘LoadFromFile()’ method.
For example, assuming a form call ‘test’ containin a memo control called ‘memo’, you could load a sig file using this code:
call test.memo.lines.LoadFromFile(“c:downloadsdata.sig”)
Have you seen the new Version 2.0 signatures applet? (http://www.advansyscorp.com/formativ_sol_multiple_signatures.htm) It implements a signature editor.
Advansys Support