Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating Word documents with ASP...
Message
General information
Forum:
Internet
Category:
Active Server Page
Miscellaneous
Thread ID:
00334482
Message ID:
00335069
Views:
16
I'm not sure of your application, but if you are just creating the document, not applying modificaitions, you can use the file object to
simply copy the template to the new name (since a DOT file is the same internally as a DOC). Like:

Set oFS = Server.CreateObject("Scripting.FileSystemObject")
oFS.CopyFile cName, "\\UNC\" & cTempName, True

>Hi all...
>
>I'm tring to figure out how to create a new MS Word document from a pre-existing template and save it to a UNC path on the fly with ASP. The name of the saved file will be driven by the prime key in a FoxPro database. Any assistance would be appreciated. The web server is NT 4.0 running IIS4.
>
>Thanks,
>
>Mark L. Pullen
>DST Systems, Inc.
>mark@thepullens.com
Previous
Reply
Map
View

Click here to load this message in the networking platform