Pasisng values to MS word from web

Hi friends,

I have a template (Lotus document) where word document is attached .

I’m able to detach the word document from the template document and store it on the local drive and launch it.

i want to pass the values from my Uidocument to that Word document (which is located on the local drive)while launching …

Is it possible to do …?

Solutions and Suggestions are welcome… thanks in advance…

regds,

Sathish.S

Subject: Pasisng values to MS word from web

Hi,You can create a ‘DOCVARIABLE’ in Word:

  1. Click Insert/Field

  2. Select FieldName = “DocVariable”

  3. Enter a Name for the field

To view existing DocVariables, click Alt+F9.

From Lotus Notes, you will have to detach the file to local (as you say you have done already), then access it as an vbscript object and write to the DocVariable fields, with values from the uidocument.

I’m afraid I don’t have any code examples of this, as its been a while since I’ve had to do it. Go to the Lotus Domino 5 forum and do a search for DocVariable - there is loads of help there.

cheers,

Andy