Quote:
In my code I have the following:
NuConcentration = TC.Concentration
If I view nuConcetration I see 0.03 |
That is because Paradox displays the number in a default format with only
two decimals when you use view.
Quote:
More importantly, when the math is done (numbers X numbers) it is as
if it 0.03. |
Are you sure about that?
If you do
view(nuConcetration * 1000)
I think you should se 25.00
Use the format command to display what you need and set the format of the
fields in you forms and report. You can create your custom formats if you
need to.
Anders