Format
Function
Dynamically sets the field display attribute.
Parameters
EDIT-MODE:
Specify the display attribute to be set. The values and their meanings are as follows:
(Blank): The field is to be output.
X: The field is excluded from output processing
*: Characters are expanded and edited
B: Windows-Bitmap is output
J: JPEG is output
P: PNG is output
V: TIFF is output
O: OLE object is output
-: Deletion line is output
=: Double deletion line is output
Example
The field name R001 in the field group name S001 is expanded and edited.
MOVE "SAMP" TO PRT-FORMAT. MOVE "*" TO EDIT-MODE OF R001. MOVE "S001" TO PRT-GROUP. WRITE SAMP.