DELETE FIELDGROUP command: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "==Summary== <dl> <dt>Privileges <dd>File manager <dt>Function <dd>Deletes a field group from a <var class="product">Model 204</var> file </dl> ==Syntax== <p class="syntax...")
 
Line 17: Line 17:
</p>
</p>
==Usage notes==
==Usage notes==
<p>DELETE FIELDGROUP is available as of Model 204 Version 7.5.</p>
<p>You must delete all the fields that comprise a field group before Model 204 can
<p>You must delete all the fields that comprise a field group before Model 204 can
delete the specified field group. Otherwise, the folowing message is produced: </p>
delete the specified field group. Otherwise, the folowing message is produced: </p>

Revision as of 21:02, 28 June 2013

Summary

Privileges
File manager
Function
Deletes a field group from a Model 204 file

Syntax

DELETE FIELDGROUP FieldGroupName

Where: FieldGroupName is the name of a field group in the currently open Model 204 file.

Example

DELETE FIELDGROUP DRIVER

Usage notes

DELETE FIELDGROUP is available as of Model 204 Version 7.5.

You must delete all the fields that comprise a field group before Model 204 can delete the specified field group. Otherwise, the folowing message is produced:

M204.2900: CANNOT DELETE FIELDGROUP THAT HAS FIELDS/FIELDGROUPS IN IT