Hi all,
How can i pass values to a word document which will be located on the file system … (I want to do this all from the Web )
Is it possible
guide me pals…
thanks in advance
regds,
Sathish.S
Hi all,
How can i pass values to a word document which will be located on the file system … (I want to do this all from the Web )
Is it possible
guide me pals…
thanks in advance
regds,
Sathish.S
Subject: passing values to msword
Check out the dsof dll from microsoft which will let you set and read properties in a word document.
http://support.microsoft.com/kb/q224351/
Otherwise you can always use the OLE classes.
ie create a word object in your script and write or read from it.
Lots of examples on this here.
I prefer the dsof dll as it is much faster and I have had less trouble with it.
Subject: RE: passing values to msword
Can try using Swing Integrator, but you need to buy this software.