Wrox Programmer Forums
|
Classic ASP Components Discussions specific to components in ASP 3.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Components section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 15th, 2004, 08:43 PM
Authorized User
 
Join Date: Sep 2004
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Default ow to enter data in to a pdf or word doc from ASP

hello friends,

I am stuck in a problem. iam working on website using ASP. in that, i need to open a word document and populate some data to the word document. here is the first line of code i used:

Dim myword
set myword = createobject("Word.Application")
.
.
.

here is the error i got : "ActiveX component cannot create an object for 'Word.Application' "

so i tried with "server.createobject("Word.Application")".
but it gave me the same error. do anyone of think that i need a word application component(DLL library) for this? if so, where can i get it
and how to register in server? please reply me soon

Thank you for your considereation

santhosh






Similar Threads
Thread Thread Starter Forum Replies Last Post
Is there a way 2 store data in a Word Doc? BrianWren VB Databases Basics 0 April 14th, 2008 06:07 PM
how to enter data to pdf or word doc from ASP joseph007 Classic ASP Professional 3 July 10th, 2007 05:52 AM
displaying a word doc using asp Adam H-W Classic ASP Databases 0 December 10th, 2005 09:15 AM
Pass data from Web page to Word Doc kilika Classic ASP Professional 1 April 8th, 2004 06:14 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.