Data Conversion Options

Use the Data Conversion section to globally set field properties, including default values, display formats, and string conversion.

The following data conversion options are available.

Option

Description

Default Value

The default value, if any, with which to populate the record when it is initially displayed and added to the database.  Default values may be any text string.

Note: If you initialize a field for which the Display Foreign Key As option is set, the initialization value “supersedes” the Display Foreign Key As setting and the database will not be queried to display the string value corresponding to the initialization value unless the Display Style is a list box, dropdown list, or radio button list.  The list box Display Styles require the database to be queried to determine all of the foreign key values in order to build the list; this is not true for Display Styles that display only a single value – the initialization value.

Display Format

Optional.  Specifies the field’s display format, typically for numbers and dates.

See Display Format Options for details.

Storage Format

Optional.  Specifies the field’s storage format, typically for numbers and dates.

See Storage Format Options for details.

Trim Spaces

Optional.  Specifies whether a string trimming processing function is performed on data entered into the field when new records are created or existing records are updated.

Yes

Leading and trailing spaces are removed from the string.

No

Leading and trailing spaces are not removed from the string.  The string is unaltered.

Case Conversion

Optional.  Specifies a special processing function to be performed on data entered into the field when new records are created or existing records are updated.

None

No conversion is applied to the text string.

All Lowercase

The text string is converted to all lowercase.  Leading and trailing spaces are removed.

All Uppercase

The text string is converted to all uppercase.

Capitalize All Words

Every word in the string is capitalized.

Permitted values

Specifies a list of possible legal values for the field.

For more information, see:

Permitted Value List

Adding Not-Null Field Constraints

See Also

Setting Field Display and Data Validation Options