Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.
I know you can use VBScript to create a Word document, if you have Word installed. If worst comes to worst, you could have C# write and execute some VBScript to create the document.
Does it have to be Word format? Any reason it can't be HTML, or PostScript, or something?
Word automation is pretty tricky. It might be better with Word 2007, but my experience with Word 2003 has been pretty labor involved.
We do a lot of automation for letters that populate bracket variables from items in a database.
Basically we use the interops in Visual Studio to open the word file, save off to .rtf, then parse the rtf for the bracket variables and do a sort of find and replace. Then after that we save it back .doc and save off a copy somewhere etc...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.