K
Kirk
I am constrained to using Word 97 in my programming due to
costs. I want to use Word for reporting purposes. I can
automate Word in VB to do this but what I would like to do
is to use an XML stream from a web site to feed data
elements in Word. I've thought about mergefields and
bookmarks to do this. I can't find a way to feed the data
stream into Word directly. I create the xml from an asp
which has a content type of "text/xml". I create an ADO
connection and send the recordset as a response. The
streaming works great it's just connecting it to Word that
is the problem
I may be making this too hard also. There might be a more
straightforward solution. I am willing to entertain a
middle piece of code as well if suggested.
Kirk
costs. I want to use Word for reporting purposes. I can
automate Word in VB to do this but what I would like to do
is to use an XML stream from a web site to feed data
elements in Word. I've thought about mergefields and
bookmarks to do this. I can't find a way to feed the data
stream into Word directly. I create the xml from an asp
which has a content type of "text/xml". I create an ADO
connection and send the recordset as a response. The
streaming works great it's just connecting it to Word that
is the problem
I may be making this too hard also. There might be a more
straightforward solution. I am willing to entertain a
middle piece of code as well if suggested.
Kirk