MS word as central repository

Hello ,

On clicking of view action button, i would like to open word file which is stored in file server.

if user request for change we could able to change the temple…

i.e. if tomorrow user asks for changing on word template, then we can directly do it on file server.

the word template could have the fields, those could be vary.

please let me know the aforesaid solution and possiblity to do the same.

Regards,

Dev>>

Subject: MS word as central repository.

Hello Dev,On clicking of action button u can write the following code which generates a word file.



Set WordObj = CreateObject(“Word.Application”)

WordObj.visible = True

Set WordDocs = WordObj.Documents

WordDocs.Add

Set WordDoc = WordObj.ActiveDocument


Subject: RE: MS word as central repository.

Hello,

how could i put word file as central repository. i means it should changable whenever user wants to change it…

Regards,

Dev’

Subject: RE: MS word as central repository.

try a search on using ‘embedded objects’ in the help. that might be all you need.

Subject: RE: MS word as central repository.

You may want to start with a quick search of this and the 4/5 forum. Interacting with MS products is something lots of folks do and there is a lot of code available.http://www-10.lotus.com/ldd/nd6forum.nsf/Search?SearchView&Query=MS%20and%20Word&SearchOrder=0&Start=1&Count=100

Try also the Sandbox.

Try also OpenNTF.

There are also a number of commercial products that work with MS products. Look for Midas Rich Text and Swing Software for examples.

HTH

Doug

Subject: MS word as central repository.

Have you thought about investigating Lotus Symphony and Notes 8?

Subject: RE: MS word as central repository.

Mike thanks,

please let me through simple procedure… i am having 6.5 as notes client… and i am in urgent please help me.

Regards,

Dev