I'm saving float values into a paradox 7 table. Later when I want to view the values in the table using TBDGrid the values does not appear correct e.g. 18.00 appears correct, but other values like 16.12 appears as 0008392334. It seems that all the integer (whole numbers) that was entered displays correct but floats display incorrect. When I check the values in the database using the Database desktop it contains all the correct values. So the problem is just to display them correctly in a TDBGrid. Can anyone pls help me.