Formatting in variables is not working...
Hi,
Could you tell me what do I need to do to format variables?
The variable has just this simple calculation:
Value:=DBCalc1.Value - DBCalc2.Value
But if I try to format the value later on it just shows some crap.(Instead
of "-279364.77" it shows "- . " with the following format string "#
000.00").
Could you help me please?
Thanks,
MB.
Could you tell me what do I need to do to format variables?
The variable has just this simple calculation:
Value:=DBCalc1.Value - DBCalc2.Value
But if I try to format the value later on it just shows some crap.(Instead
of "-279364.77" it shows "- . " with the following format string "#
000.00").
Could you help me please?
Thanks,
MB.
This discussion has been closed.
Comments
with this format and it works fine rounding the negative number:
#0.00;-#0.00
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com