jamiesadler
Programmer
I am currently connecting to a MySQL server which has several fields specified as unsigned integers.
When I display the field in a report (CR7) the field is displayed as a signed value and starts giving me negative numbers.
Is there any way to get Crystal to recognise the values correctly?
At present I have to convert the number by checking for a negative value and doing some maths, but I have loads of fields with of the same type.
When I display the field in a report (CR7) the field is displayed as a signed value and starts giving me negative numbers.
Is there any way to get Crystal to recognise the values correctly?
At present I have to convert the number by checking for a negative value and doing some maths, but I have loads of fields with of the same type.