• Creator
    Topic
  • #4092
    Anonymous

      I am modifying Novell’s Multiple Signatures applet for Formativ 2.0 as well as adding a user interface that allows the user to edit their signatures (similar to the built-in Groupwise signatures config screen).

      I can’t seem to retrieve the contents of a signature text file (*.SIG) into a text “memo” control in my visual form. Is there another way to do this?

      Thanks.

    • Author
      Replies
    • #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

        #7074
        Anonymous

          I wasn’t aware of the new Signatures applet. Thanks for the tip!

          #7073
          Support 1a
          Participant

            You are welcome. All of the 1.6 Business Solutions Pack Applets have been completely re-written to version 2.0 standards. Full details are available at:

            http://www.advansyscorp.com/formativ_solutions.htm

            Advansys Support

          Viewing 3 replies - 1 through 3 (of 3 total)
          • You must be logged in to reply to this topic.