T
Thomas Becker
Field value is 45.678 but field displays $45.68 as its format is set to
currency. This is good.
Question: Is there a way to get the value that is displayed (45.68) rather
than the contents of the field?
Background: I know there are many other issues here with regards to the data
and possible ways to convert the data, etc. It would make for a simpler fix
if I could read the "value" being displayed and use it in another field.
This relates to me trying to fix a check printing application where the
check amount field is showing the $45.68 but the code that prints the
Forty-Five dollars and sixty seven cents is not rounding and is thus off a
penny.. - If I can just pass it the displayed number I don't have to fix the
code that is initially calculating the amount nor the code that translates
the money into words. This application is going away soon so a "quick" fix
would be great.
Thank you.
currency. This is good.
Question: Is there a way to get the value that is displayed (45.68) rather
than the contents of the field?
Background: I know there are many other issues here with regards to the data
and possible ways to convert the data, etc. It would make for a simpler fix
if I could read the "value" being displayed and use it in another field.
This relates to me trying to fix a check printing application where the
check amount field is showing the $45.68 but the code that prints the
Forty-Five dollars and sixty seven cents is not rounding and is thus off a
penny.. - If I can just pass it the displayed number I don't have to fix the
code that is initially calculating the amount nor the code that translates
the money into words. This application is going away soon so a "quick" fix
would be great.
Thank you.