more decimals
When I use a dynamic text field (as a dynamic form element) I have the possibility to "Format" it to "Number - 2 Decimal places" but... I want to use 4 decimal places instead.
What do I have to change in the code generated (given below):
<%= FormatNumber((rsQryPurchases.Fields.Item("Shares") .Value), 2, -2, -2, -2) %>
Thanks a lot!
|