|
-
Apr 9th, 2000, 11:45 AM
#1
Thread Starter
New Member
I have the following code that throws an error on line 2- can't create object??:
Dim objReport As Object
Set objReport = CreateObject("crystal.crystalreport")
objReport.ReportFileName = "c:\contract.rpt"
response = objReport.PrintReport
I'm using vb5 and crystal 4.5? What needs to be registered and how can I check it?
Thanks in advance.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|