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...")
 
 
(One intermediate revision by one other user not shown)
Line 17: Line 17:
</p>
</p>
==Usage notes==
==Usage notes==
<p>You must delete all the fields that comprise a field group before Model 204 can
<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 (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