I recently updated the java application I work on from crystal reports for eclipse 1.0 to crystal reports for eclipse 2.0. A report previously working is now display data for a number(5) column from oracle as negative when the value exceeds 32767.
So 99999 is displayed as (31073).
I downloaded the 12.2.215 version and no change.
If I run the same report directly in Crystal 2008, 99999 displays as 99999.
Any ideas on how to fix this?