| | |
Crystal Report Exception Error when Viewing
![]() |
•
•
Join Date: Sep 2007
Posts: 3
Reputation:
Solved Threads: 0
Sorry I first posted this question on on the tech talk portion....
I'm using crystal report and vb6. I posted a thread two days ago regarding changing the connection properties of the crystal report in vb6. I found a way by using :
but I'm having an exception report : "The exception unknown software exception (0xe0434f4d) occurred in the application at location 0x77e55e02"
The report shows for some time but after opening several reports the error message occurs.
This is my scenario:
"I'm using a udl for my connection. I have two databases namely TK and TK_MCC. TK is for other company and TK_MCC is for the subsidiary company. I used TK database when I created the crystal report. I used the setdatasource to pass the recordset to change the datasource location of the crystal report. So even if they change the database TK to TK_MCC they can still access the report. But when I did the setdatasource there was an exception report. (The exception unknown software exception (0xe0434f4d) occurred in the application at location 0x77e55e02)"
Before it was working fine when I don't have to change the database.
By the way, i tried it also in another computer (just installed the program) but the error message was different. The other error was error28 out of stack space.
Can someone help me on this...
Thank you very much.
I'm using crystal report and vb6. I posted a thread two days ago regarding changing the connection properties of the crystal report in vb6. I found a way by using :
Visual Basic 4 / 5 / 6 Syntax (Toggle Plain Text)
crxReport.Databases.SetDataSource rsReport
The report shows for some time but after opening several reports the error message occurs.
This is my scenario:
"I'm using a udl for my connection. I have two databases namely TK and TK_MCC. TK is for other company and TK_MCC is for the subsidiary company. I used TK database when I created the crystal report. I used the setdatasource to pass the recordset to change the datasource location of the crystal report. So even if they change the database TK to TK_MCC they can still access the report. But when I did the setdatasource there was an exception report. (The exception unknown software exception (0xe0434f4d) occurred in the application at location 0x77e55e02)"
Before it was working fine when I don't have to change the database.
By the way, i tried it also in another computer (just installed the program) but the error message was different. The other error was error28 out of stack space.
Can someone help me on this...
Thank you very much.
•
•
Join Date: Mar 2008
Posts: 2
Reputation:
Solved Threads: 0
•
•
•
•
Sorry I first posted this question on on the tech talk portion....
I'm using crystal report and vb6. I posted a thread two days ago regarding changing the connection properties of the crystal report in vb6. I found a way by using :
but I'm having an exception report : "The exception unknown software exception (0xe0434f4d) occurred in the application at location 0x77e55e02"Visual Basic 4 / 5 / 6 Syntax (Toggle Plain Text)
crxReport.Databases.SetDataSource rsReport
The report shows for some time but after opening several reports the error message occurs.
This is my scenario:
"I'm using a udl for my connection. I have two databases namely TK and TK_MCC. TK is for other company and TK_MCC is for the subsidiary company. I used TK database when I created the crystal report. I used the setdatasource to pass the recordset to change the datasource location of the crystal report. So even if they change the database TK to TK_MCC they can still access the report. But when I did the setdatasource there was an exception report. (The exception unknown software exception (0xe0434f4d) occurred in the application at location 0x77e55e02)"
Before it was working fine when I don't have to change the database.
By the way, i tried it also in another computer (just installed the program) but the error message was different. The other error was error28 out of stack space.
Can someone help me on this...
Thank you very much.
"reportName.database.setDataSource rs (recordset name).
My error message is:
The exception unknown software exception (0xe0434f4d) occurred in the application at location 0x7c812a5b.
helo there, your connecting ur report right?
hope this will help u
1st: go to components and check the
crystal report control
2nd: put a command button
and paste this codes
hope this will help u
1st: go to components and check the
crystal report control
2nd: put a command button
and paste this codes
•
•
•
•
With CrystalReport1
Screen.MousePointer = vbHourglass
.WindowBorderStyle = crptFixedSingle
.WindowState = crptMaximized
.WindowTitle = "Users"
.ReportFileName = App.Path & "\Reports\your crytal report file.rpt"
.WindowShowRefreshBtn = True
.DiscardSavedData = False
.Destination = crptToWindow
.Action = 1
Screen.MousePointer = vbDefault
End With
Last edited by hawisme000; Mar 19th, 2008 at 10:42 pm.
•
•
Join Date: Mar 2008
Posts: 2
Reputation:
Solved Threads: 0
•
•
•
•
helo there, your connecting ur report right?
hope this will help u
1st: go to components and check the
crystal report control
2nd: put a command button
and paste this codes
Thank you very much for the reply. I fixed the problem by getting rid of ttx file and store the data set (a couple records only) in a memory field to write to a text object field in Crystal Reports form.
But this error happens (sporadically) to all my reports that use field definition file for the dataset for the report. And the error all happens at the line:
reportName.database.setdatasource recordsetName
All the reports have been running for many years without problems. Why does this happen now? Is this because of some dll thing?
Thanks.
Wen
![]() |
Similar Threads
- Crystal Report Query Engine error (VB.NET)
- Problem with Crystal Report in ASP.NET (ASP.NET)
- Create Crystal Report using PHP, Mysql (PHP)
- problem connection vb6 & crystal report 11 (Visual Basic 4 / 5 / 6)
- PrintReport method of Crystal Report viewer 11 failed (Visual Basic 4 / 5 / 6)
- Crystal report error (Visual Basic 4 / 5 / 6)
- problem in exporting crystal report (ASP.NET)
- Crystal Report Problems (VB.NET)
- Error while declaring Crystal Report Object (ASP.NET)
Other Threads in the Visual Basic 4 / 5 / 6 Forum
- Previous Thread: Activex component can't create object
- Next Thread: VB6 controls render differently on different workstations
| Thread Tools | Search this Thread |
* 6 429 2007 access activex add age application basic beginner birth bmp calculator cd cells.find click client code college component connection connectionproblemusingvb6usingoledb copy creat ctrl+f data database datareport date delete dissertations dissertationthesis dissertationtopic edit error excel excelmacro file filename form hardware header iamthwee image inboxinvb internetfiledownload keypress label listbox listview liveperson login looping machine microsoft movingranges number objectinsert open oracle password prime program prompt range-objects readfile reading record refresh remotesqlserverdatabase report save search sendbyte sites sort sql sql2008 sqlserver subroutine tags textbox time urldownloadtofile vb vb6 vb6.0 vba visual visualbasic visualbasic6 web window windows





