Format CURRENCY_SIGN IS quoted-string
1 – Parameters
1.1 – quoted-string
Specifies the character that displays as a currency sign.
2 – Description
The CURRENCY_SIGN field property indicates how a product using CDO displays the currency sign of a field element. Only DIGITAL DECforms supports the CURRENCY_SIGN field property. You can specify only one CURRENCY_SIGN property for a field element.
3 – Examples
1.CDO> DEFINE FIELD PRICE cont> DATATYPE IS LONGWORD cont> EDIT_STRING IS 999999 cont> CURRENCY_SIGN IS "¥". In this example, the DEFINE FIELD command creates the PRICE field element with the yen symbol as the currency sign. 2.CDO> CHANGE FIELD PRICE cont> NOCURRENCY_SIGN. In this example, the NOCURRENCY_SIGN keyword removes the CURRENCY_SIGN property from the PRICE field element.