esutton
January 4, 2006, 23:09:41
I am loading documents (.doc) with headers and footers into the ActiveX Server control using ver 11/sp3. I am appending several documents and writing them back out as a .doc file. When I look at the new document, the headers and footers are missing. Do I need to do something to insure they persist into the new document? I am doing this in asp.net 2005 on the server side. The appended file is then sent to the client for printing. The h/fs are missing both in the document that is posted to the client and in the temp file I created on the server.