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

Run-time error '424'

Status
Not open for further replies.

Gunga

IS-IT--Management
Oct 8, 2002
8
BR
Running the following code in VB6

Dim Application As CRAXDRT.Application
Dim Report As CRAXDRT.Report
Screen.MousePointer = vbHourglass
Set Application = CreateObject("CrystalRuntime.Application")
Set Report = Application.OpenReport(App.Path & "\" & filRelatórios)
CRViewer1.ReportSource = Report
CRViewer1.ViewReport

returns this error: Run-time error '424': Object Required

What's wrong once I have selected the appropriate references?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top