DELETE FIELDGROUP command: Difference between revisions

From m204wiki
Jump to navigation Jump to search
 
Line 18: Line 18:
==Usage notes==
==Usage notes==
<p>DELETE FIELDGROUP is available as of Model 204 Version 7.5.</p>
<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 (except 'FG *' fields) 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>
<p class="code">M204.2900: CANNOT DELETE FIELDGROUP THAT HAS FIELDS/FIELDGROUPS IN IT</p>
<p class="code">M204.2900: CANNOT DELETE FIELDGROUP THAT HAS FIELDS/FIELDGROUPS IN IT</p>
[[Category: File manager commands]]
[[Category: File manager commands]]
[[Category:Commands]]
[[Category:Commands]]

Latest revision as of 01:00, 13 November 2014

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 (except 'FG *' fields) 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