hi Wade,
you can use the Val() function in a formula against those fields in crystal reports. i.e. create a new formula for each field that you need to convert.
or you can use a SQL Expression field to Convert the fields. you'll need to check your database manual for the proper function (could be a cast statement as an example) as sql expressions are in your database syntax.
-jamie