|
NumberText |
|
|
NumberText element is used to display a formatted number value. Properties Value (In the Functional Tab) The value of the element. It is initially bind to an XML node whose name is same as the element name. For most of the cases you won't need to change it. It is enough if you just set the name of the element. Examples: 12000 24.55 -700.33 $vof(PRICE)
Allow Sign Character When this Boolean property is set to false then the negative sign is eliminated doring formatting. Precision Digits The number of the precision digits after the decimal point symbol. Round The Value Specify "true" to round the value. Pad Zeros Specify true to pad zeros at the right side when precision digits are less than the specified. currenyFormatting If the number value includes a currency symbol (e.g. '120.23 $'), this property can be used to format it. ---------- ----------- -------- 123.23 $ $9 $120.23 123.23 $ $ 9 $ 120.23 123.23 TL 9 $ 120.23 YTL |