%B<##>
|
Sets Bottom Margin to ##
|
%BREAK <var>;
|
Print the Rest of the line IF the VAR changes.
|
%C<xx>
|
Print the character of ASCII value xx
|
%D#
|
Changes Date Format
|
%END
|
These lines are printed at the Bottom of a Document
|
%F
|
Prints data as it is in the Database
|
%FL
|
Formats data without trailing spaces
|
%FP
|
Prints data with a Single space after it
|
%H<x>
|
Sets Heading at the Top of a Document. X is Heading No
|
%IF <exp>;
|
If the 'exp' is True the line IS printed
|
%JB
|
Justifies Both Left and Right Margins
|
%JC
|
Centre Justifies all lines that follow
|
%JL
|
Left Justify all lines that follow
|
%JR
|
Right justifies all lines that follow
|
%M<##>
|
Sets Left Margin to ##
|
%N
|
A Note - Text on this line is NOT printed
|
%NP
|
Forces a NEW Page
|
%OPEN
|
This Line is only printed at the start of a Report
|
%T<##>
|
Sets TOP Margin to ##. T04 = Margin of 4
|
%W<##>
|
Sets Width of Document to ##
|
%^
|
Marks a Fixed Tabulation for a Paragraph
|
%.
|
Marks the End of a Paragraph
|
%(
|
Closes up blank lines
|
%)
|
Stops Closing up blank lines
|