C
Chris Hoare
Hi all,
Am a wondering .net developer who doesn't know enough VBA
i am afraid. Its a simple problem hopefully
I have been trying to avoid writing vbs into my pages as
the users will need to have their security settings etc.
I have a create a document template which does a client
side mail merge. The docment is stored as an Image in
MSSQL, i open the template via a URL, and it opens in
word / office.
To keep things simple for now i have used the microsoft
method for writing out data for mail merge (from
http://support.microsoft.com/default.aspx?
scid=http://support.microsoft.com:80/support/kb/articles/q
285/1/76.asp&NoWebContent=1)
The document when you upload is flagged (by mime type) as
application/msword not as a template or otherwise. If i
save the document to disk from the link the mail merge
still takes place; only if i open it via url does the
merge not happen.
What the the macro that would force the merge to take
place; or what security settings do i need in word for it
to happen
Thanks
Chris
Am a wondering .net developer who doesn't know enough VBA
i am afraid. Its a simple problem hopefully
I have been trying to avoid writing vbs into my pages as
the users will need to have their security settings etc.
I have a create a document template which does a client
side mail merge. The docment is stored as an Image in
MSSQL, i open the template via a URL, and it opens in
word / office.
To keep things simple for now i have used the microsoft
method for writing out data for mail merge (from
http://support.microsoft.com/default.aspx?
scid=http://support.microsoft.com:80/support/kb/articles/q
285/1/76.asp&NoWebContent=1)
The document when you upload is flagged (by mime type) as
application/msword not as a template or otherwise. If i
save the document to disk from the link the mail merge
still takes place; only if i open it via url does the
merge not happen.
What the the macro that would force the merge to take
place; or what security settings do i need in word for it
to happen
Thanks
Chris