RENAME FIELDGROUP command

From m204wiki
Jump to navigation Jump to search

Summary

Privileges
File manager
Function
Changes the name of a field group

Syntax

RENAME FIELDGROUP OldFieldGroupName, NewFieldGroupName

Where: OldFieldGroupName and NewFieldGroupName are field group names (1 to 255 characters).

When the command is run, NewFieldGroupName becomes the new name of the field group.

Syntax notes

The comma is required.

Example

RENAME FIELDGROUP BIRDS, AVES

Usage notes

RENAME FIELDGROUP is available as of Model 204 Version 7.5.

RENAME FIELDGROUP changes the name of a field group. The command is rejected if the old field group name does not exist or if the new field group name cannot be added to the file, either because it already exists or because there is not enough space.

When it processes RENAME FIELDGROUP, Model 204 ends any update unit in progress and begins a non-backoutable update unit.