When you configure how numbers display, you select the number of decimal places to show. Crystal Reports then rounds the display value to that decimal position and that is what you see.
But what if you want to display the actual number? If the original number has no decimal places, you want to see that. If the original has three decimal places, you want to see all three.
You can do this using conditional formatting.
Infolink
Search This Blog
Showing posts with label Crystal Report Errors. Show all posts
Showing posts with label Crystal Report Errors. Show all posts
Mar 25, 2014
Dec 19, 2013
Crystal Report Error Logon failed.Details:crdb_adoplus: Object Reference not set to an instance of an object
Error Description:
Logon failed. Details: crdb_adoplus : Object reference not set to an instance of an object. Error in File C:\DOCUME~1\XXX\LOCALS~1\Temp\XXXX {3309D862-8288-4B18-AEC2-FA3B78AA2BA3}.rpt
Solution:
Check the field explorer. Then select Database Expert. Make sure that the tables selected matches in the xxx.aspx file consists of properties Report datasource in CrystalReportSource control
Logon failed. Details: crdb_adoplus : Object reference not set to an instance of an object. Error in File C:\DOCUME~1\XXX\LOCALS~1\Temp\XXXX {3309D862-8288-4B18-AEC2-FA3B78AA2BA3}.rpt
Solution:
Check the field explorer. Then select Database Expert. Make sure that the tables selected matches in the xxx.aspx file consists of properties Report datasource in CrystalReportSource control
Crystal Report Error in ASP.NET C# : The system cannot find the path specified.
The system cannot find the path specified.
System.Runtime.InteropServices.COMException: The system cannot find the path specified.
Solution :
Configure the Report source properly. Make sure the path of the file rpt is correct.
System.Runtime.InteropServices.COMException: The system cannot find the path specified.
Solution :
Configure the Report source properly. Make sure the path of the file rpt is correct.
Crystal Report Viewer Error in ASP.Net
Invalid index. (Exception from HRESULT: 0x8002000B (DISP_E_BADINDEX))
System.Runtime.InteropServices.COMException: Invalid index. (Exception from HRESULT: 0x8002000B (DISP_E_BADINDEX))
Solution
System.Runtime.InteropServices.COMException: Invalid index. (Exception from HRESULT: 0x8002000B (DISP_E_BADINDEX))
Solution
- Go To xxx.rpt and click at the fields eplorer.
- Select the Database fields.
- Right Click the table for Set Datasource Location.
- Match The Tables in Current Data Source and Replace With for Update. Click Close
- Verify Database.
- The Database is uptodate message will appear and hopefully no error after this.
Subscribe to:
Posts (Atom)