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

Page fault mfc42.dll

Status
Not open for further replies.

NunoFerreira

IS-IT--Management
Feb 14, 2001
2
NL
I'm getting an error in a Crystal Reports 8 report wich causes the crash of the program (crw32.exe).

The error is a page fault caused by mfc42.dll when i try to browse a field in the Select Expert.

This happens to me in a Windows 95 system.

Can anyone help me. I tried everything...

Thanks
 
What type of database are you connecting to?
Does it happen on any field?
Does it also happen if you try to browse in other places (Field explorer, formula editor, etc?) Ken Hamady
Crystal Reports Training/Consulting and a
Quick Reference Guide to VB/Crystal (including ADO)
 
I'm using a SQL Server database.
The error occurs when a database access is tried (refreshing the report, browsing a field etc...), i verified that rigth now.

I'm using the specific Baan database driver for Crystal Reports.

Thanks for your attention, i'm in a hurry to put the report rigth in order to send it to a client...

 
I don't believe this is a CR issue. It appears that you don't have the connection configured correctly to the database. Usually, however, you would just get an error message. A crash is a pretty serious conflict. To rule out a CR problem try creating a new report to both the CR sample data, and the BAAN data. If they both crash the problem is CR. If the sample data works and the BAAN crashes, the problem is in the BAAN connection.

The CR sample data is ODBC - Xtreme Sample data. Ken Hamady
Crystal Reports Training/Consulting and a
Quick Reference Guide to VB/Crystal (including ADO)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top