[Home] [Back] [Up] [<<] [>>]

AmendedField

The name of the field that indicates whether the address was amended by the AMAS approved software (often "Flag" or "Amended").
See Amended or Flag field.
This field name must already exist; ie. first set the field names, then set this property.
In keeping with different codes produced by Intech’s address standardiser, a value of "Y", "4" or "5" in this field indicates that the address has been amended.

Syntax

int reportGetAmendedField(char *s);

int reportPutAmendedField(const char *sFieldName);

Syntax description

spointer to the buffer to receive the field name. This buffer should be at least MAX_FIELD_NAME + 1 characters in length. If no field has been specified, then s will set to an empty string
sFieldNamenull-terminated string specifying the field name.
Return values

The Get function returns zero.
The Put function returns zero on success, and an error if the field doesn’t exist.