#7072
Support 1a
Participant

    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