Currently a crystal report is getting 359.9999 from a dataset. Even with rounding set to 0.0001 it displays 360.0 which is wrong. How can I supress rounding or get it to display 359.9999?
What do you see when you do a browse data on the field within Crystal?
There are many known issues, one common one is that people use the Oracle ODBC driver instead of the Crystal supplie Oracle ODBC driver, which can alter precision.
I should have already beaten you up for not posting basic technical information:
Crystal version
Database/connectivity used
Example data (what Crystal sees)
Expected output (what you want)
I consider myself beaten! I'm new to this site and an inexperienced Crystal Reports programmer. Apologies.
Visual Studio Dev. Envir. 2003
.NET Framework 1.1
Crystal Reports for VS .NET
Access database so OleDb objects are used - if there is a CR version of the driver I'm pretty sure I'm not using it. Where would I find these drivers? Can't find them under Program Files --> MS VS .NET 2003.
When I click on Browse Data the window title is ADO.NET (XML), XML File Path is disabled, Use VS Data Class is checked, and VS Data Class Name is the name of the DataSet I created in the project. When I click Finish I get an error that Logon failed. Probably cause it's not directly hooked to the db right?
Data send to CR from the DataSet is 359.9999. CR shows it as 360.0 but I want it to show as 359.9999.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.