Sorry
I'm using CR .NET and an access database.
In my program, if I type in 99.9999, 149.999, 99.9993, the output in crystal reports are those numbers.
If I type in 149.9999 or 149.9993, I get 150 or 149.9990 respectively. I had just plugged in the field into my crystal report, right clicked...
Hi,
I have a field which is typically contains a number
xyz.abcd
Running my crystal report, if "d" was 5 or higher, the number was rounded up. If "d" was 4 or lower, "d" takes on the value of zero. This seems to be a problem with how big the number is. The field itself has "single" as a...
Hi,
I have a numerical field populating a crystal report. I wrote a formula like the following:
If (tbl.field) = "" then
""
else
CStr(tbl.number)
so that tbl.number will be empty when tbl.field is null and a number otherwise. tbl.number has three decimal points but since I had to convert it...
Hi,
I'm trying to get records to display horizontally all on one line separated by a comma, instead of the vertical default. Could someone help me out?
NY
NJ -> NY, NJ, CT
CT
TIA!
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.