Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Print - Microsoft Access Report

Status
Not open for further replies.

xburgler

Programmer
Apr 6, 2001
12
0
0
DE
Hi,

I'm want to print a Microsoft Access Report but I get the folowing message:

Run-time error '429'
ActiveX component can't create object

This only happens wend I install my program in another Pc using package and deployment

tanks
Jorge
 
Are you using CreateObject method??
Your different m/c is having Access or not??
If yes,
Check its same version or different version?? CreateObject's string may change depending upon version.

Evenif you succeed in creatObject there are chances that your access report does not work from different m/cs. microsoft is saying avoid automation of MsOffice objects in server. it may give you error even if 1) printer set up is different in different computer.
2) Username, password & Security is different etc.

I had this same problem & then we shifted all automation part to client.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top