This question is locked. New answers and comments are not allowed.
Is there a way to format the amount in integers using the Integer textbox so that dollar($) sign is displayed in front of the number.
e.g. if they enter 35 ( integer) in the Integer textbox, it should format it to $35.
The reason we need this is because we have a requirement where the dollar amount is not decimal or money, it is integer(whole number). That is why we cannot use the Currency textbox which allows to type in a decimal value.
e.g. if they enter 35 ( integer) in the Integer textbox, it should format it to $35.
The reason we need this is because we have a requirement where the dollar amount is not decimal or money, it is integer(whole number). That is why we cannot use the Currency textbox which allows to type in a decimal value.