|
-
Jul 18th, 2000, 06:59 AM
#1
Thread Starter
New Member
I am using Visual Basic 5.0 Professional Service Pack 3 and Crystal Reports 6. I have a problem when running reports @ runtime from the user PC's. It is an intermittent problem, when running the reports they receive an Automation Error - 2147417848 (80010108) - there is nothing special about the report - it just accesses an Access database stored on the main server. What could be causing this, I have looked on http://www.sagesoftware.com and their technical support but I have not yet found a solution to the problem. I am fairly new to programming VB with Crystal Reports - is there any way of trapping these errors so instead of the program "bombing out" it will only crash the report. The users are getting very frustrated with the application and it frustrates me further because I cannot fix the problem :-(
Please can anyone help me???
I look forward to hearing any advice.
-
Jul 18th, 2000, 07:32 AM
#2
crystal reports
Sorry to butt in on your question, you are writing what I'd like to learn about, where did you learn Crystal programming from?
can you recommend any books/sites?
Thanks!
Alex Read
-
Jul 18th, 2000, 08:22 AM
#3
Thread Starter
New Member
I've just used the Visual Basic help for now
-
Jul 19th, 2000, 02:11 AM
#4
Addicted Member
Hi Stevejo,
I had this problem too, it occurred after we migrated to WinNt. I never got a finger behind the cause but I've solved it by replacing the Crystal Reports control by the Crystal Reports Object Model. By doing so you avoid the OLE automation.
I don't know what version you are using and if it already supports the object model. I know 7.0 does so. Crystal reports as it comes with vb doesn't.
Succes.
Regards,
Laurens
Using VB5 Enterprise edition SP3
VB6 Enterprise edition SP5
-
Jul 19th, 2000, 12:40 PM
#5
i had a similiar problem...
check the references and make sure that
the reference to Crystal is lower on the list
than the DAO 3.51 Object Library reference.
also make sure that the OLE Automation is checked.
in References:
after OLE Automation should be
DAO 3.51
Crystal Report
hope it helps
larryn
-
Jul 20th, 2000, 01:37 AM
#6
Addicted Member
Is the order in the referencelist significant ?
How come ?
Are there any rules of thumb I should know about regarding the references ?
Regards,
Laurens
Using VB5 Enterprise edition SP3
VB6 Enterprise edition SP5
-
Jul 20th, 2000, 03:33 PM
#7
the problem i had was that crystal
uses a DAO object and because of that
i was unable to reference MS DAO object
until i used DAO first in the references..
using crystal 8..
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
|