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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Object Required error

Status
Not open for further replies.

vlntine82

Programmer
Joined
Nov 9, 2006
Messages
4
Location
US
I am using Crystal Reports 10. When I execute the following code, I am getting an error message "Object Required" at the CrystalReports.ReportAppSession line. Does anyone know how to troubleshoot this?

Dim ClientDoc, ObjFactory, RptAppSession
Set ObjFactory = CreateObject("CrystalReports10.ObjectFactory.1")

'Create the ReportAppSession which allows communication to the Report Application Server
Set RptAppSession = ObjFactory.CreateObject("CrystalReports.ReportAppSession")
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top