PDA

View Full Version : How to create ms word to recorset values


mortega33
04-27-2004, 01:10 AM
Hi,
wen i create a new objetct like this:

Set MyDoc = Server.createobject("Word.Document")
Response.ContentType = "application/msword"
MyDoc.Application.Visible = True

i get :

Server object error 'ASP 0177 : 800401f3'

Server.CreateObject Failed

/admin/docs.asp, line 12

I supuse the objet dont implemented.

Can you help me?

Aristotle
04-27-2004, 11:26 AM
Microsoft Office is not installed on the servers, so you will not be able to create this object.