CDO$HELP.HLB  —  fld-properties  DECIMAL_POINT
    Format

      DECIMAL_POINT IS  quoted-string

1  –  Parameters

1.1  –  quoted-string

    Specifies the character displayed as a decimal point.

2  –  Description

    The DECIMAL_POINT field property indicates how to display the
    decimal point of a field element. Only DIGITAL DECforms supports
    the DECIMAL_POINT field property.

    You can specify only one DECIMAL_POINT 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 "£"
      cont>   DECIMAL_POINT IS ",".

      In this example, the DEFINE FIELD command creates the PRICE
      field element that displays a comma for the decimal point.

    2.CDO>  CHANGE FIELD PRICE
      cont>   NODECIMAL_POINT.

      In this example, the NODECIMAL_POINT keyword removes the
      DECIMAL_POINT property from the PRICE field element.
Close Help