
?? NEWTITLE := 'OFE$ECC_DESIGNER_SCREENS         ''OF''  300 .. 399', EJECT ??
*copyc ofc$condition_limits
?? FMT (FORMAT := OFF) ??


  CONST
    ofe$same_as_and_field_error = ofc$min_ecc + 300,
    {E The SAME_AS and FIELDS parameters cannot both be specified.}

    ofe$unknown_field_name = ofc$min_ecc + 305,
    {E The field +P does not exist.}

    ofe$invalid_numeric_attribute = ofc$min_ecc + 310,
    {E Numeric attributes cannot be used for the +P field description.}

    ofe$unknown_display = ofc$min_ecc + 315,
    {E Display +P does not exist.}

    ofe$display_already_exists = ofc$min_ecc + 320,
    {E Display +P is already defined.}

    ofe$line_too_long = ofc$min_ecc + 325,
    {E Display line is too long. It must be less than  131 characters.}

    ofe$no_field_placement = ofc$min_ecc + 330,
    {E New fields specified but placement information is missing.}

    ofe$multiple_field_placement = ofc$min_ecc + 335,
    {E New field placement cannot be specified multiple times.}

    ofe$field_must_be_specified = ofc$min_ecc + 340,
    {E New fields must be specified.}

    ofe$display_must_have_fields = ofc$min_ecc + 345,
    {E A display must have one or more fields defined.}

    ofe$too_many_incremental_fields = ofc$min_ecc + 350,
    {E The display has too many INCREMENTAL fields.}

    ofe$field_name_not_in_display = ofc$min_ecc + 355,
    {E The field +P is not defined in the display.}

    ofe$invalid_window_id = ofc$min_ecc + 360,
    {E The window id is not valid.}

    ofe$duplicates_hard_coded_name = ofc$min_ecc + 365,
    {I The +P display has been redefined and is no longer accessible.}

    ofe$alternate_display_exists = ofc$min_ecc + 370,
    {E Display +P is already defined as a +P display.}

    ofe$illegal_data_value_kind = ofc$min_ecc + 380,
    {E An unsupported Data Value Kind +P2 was passed to +P1 as +P3.

    ofe$vsn_not_found = ofc$min_ecc + 390,
    {E The specified VSN +P1 is not in the active volume table.

    ofe$duplicate_vsn = ofc$min_ecc + 391;
    {E The VSN +P1 is specified multiple times.

?? FMT (FORMAT := ON) ??
?? OLDTITLE ??
