| Item | Description |
| AFields() | Fills pre-allocated arrays with structure information of the current work area. |
| DbFieldInfo() | Retrieves information about a database field |
| DbFileGet() | Copies data from a field into an external file. |
| DbFilePut() | Copies the contents of an external file into a field. |
| FCount() | Returns the number of fields in the current work area. |
| FieldDec() | Retrieves the number of decimal places of a field variable. |
| FieldDeci() | Returns the decimal places of a database field. |
| FieldGet() | Retrieves the value of a field variable by its ordinal position. |
| FieldLen() | Retrieves the number of bytes occupied by a field variable. |
| FieldName() | Retrieves the name of a field variable by its ordinal position. |
| FieldNum() | Returns the ordinal position of a field in a database. |
| FieldPos() | Retrieves the ordinal position of a field variable by its name. |
| FieldPut() | Assigns a value to a field variable by its ordinal position. |
| FieldSize() | Returns the length of a database field. |
| FieldType() | Retrieves the data type of a field variable. |