RENAME FIELDGROUP command: Difference between revisions

From m204wiki
Jump to navigation Jump to search
Line 11: Line 11:
   
   
<b>Where:</b>
<b>Where:</b>
<var class="term">OldFieldGroupName</var> and <var class="term">NewFieldGroupName</var> are field group names (1 to 255 characters). When the command is run, <var class="term">NewFieldGroupName</var> becomes the new name of the field group.
<var class="term">OldFieldGroupName</var> and <var class="term">NewFieldGroupName</var> are field group names (1 to 255 characters).  
 
When the command is run, <var class="term">NewFieldGroupName</var> becomes the new name of the field group.
===Syntax notes===
===Syntax notes===
The comma is required.
The comma is required.

Revision as of 21:09, 28 June 2013

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.