Skip to main content

[SOLVED] MS Word signature

Author: None (None)

Hi,

does anyone know where could I find some Signature Export for Microsoft Word COM Interoperability?

Thanks in advance

[SOLVED] MS Word signature

Author: None (None)

Hi,

does anyone know where could I find some Signature Export for Microsoft Word COM Interoperability?

Thanks in advance

Hello Paolo,

you should be able to import the Word COM signatures by invoking the following command:

(/sti /mwr=com /pid ProgId{: Prefix})

/sti /mwr=com /pid Word.Application12:WORD_

Please note that 12 in the example line is a version number of your Microsoft Word. I think it represents Word 2003 whereas in case of Word 2010 you would need the version number 14.

Kind regards,

Sönke

P.S.: I just guessed that you do not want an export but an import of the signatures. If you are looking for a description of the signatures then you are probably interested in a tool that can examine OLB/TLB files. There are freeware/shareware solutions for this purpose available (do not know them personally but Google knows ;-)).


Author: schreiber_ahp (schreiber@ahp-gmbh.de)

[SOLVED] MS Word signature

Author: None (None)

Hi,

does anyone know where could I find some Signature Export for Microsoft Word COM Interoperability?

Thanks in advance

Hi

thank you very much I've used the same command that you suggest me. I found it into the Readme file of the ComWord example located into the uniface installation directory

It works fine

Thank you


Author: None (None)