Skip to main content

Field

Syntax

Field field_name

Parameters

  • field_name: The name of the database field to include in the listing (e.g., NAME, AGE, SEX). Can also be the special value RECORD NUMBER.

Description

Includes the content of a specified database field as a column in the current listing.

Remarks

This command is used once for each database field you want to display in a report.

Examples

To include name, age, sex, and town in a listing:

Field NAME
Field AGE
Field SEX
Field TOWN

To include the internal record number:

Field RECORD NUMBER