ID.SUP, ID-SUPP |
![]() ![]() ![]() |
The ID.SUP display option keyword causes the record id to be omitted from the report. The synonym ID-SUPP may be used.
Format
ID.SUP
The record id is normally included automatically as the first item in a LIST or SORT report. The ID.SUP keyword can be used to suppress this item either where it is not required or where it is named explicitly in the command so that, for example, non-standard display attributes can be used
Example
The command
LIST STOCK DESCRIPTION QTY WITH QTY < REORDER.LEVEL
might produce a report such as
LIST STOCK DESCRIPTION QTY WITH QTY < REORDER.LEVEL Item code Description............... Stock A17439 A4 four hole binder, black 12 A50993 Adhesive tape, 25mm x 30m 3 D94266 Fibre pens, 10 pack, blue 6 3 records listed.
including the ID.SUP keyword would change this to become
LIST STOCK DESCRIPTION QTY WITH QTY < REORDER.LEVEL ID.SUP Description............... Stock A4 four hole binder, black 12 Adhesive tape, 25mm x 30m 3 Fibre pens, 10 pack, blue 6 3 records listed. |