home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Black Box 4
/
BlackBox.cdr
/
editors
/
trw110.arj
/
REPORTER.DEF
< prev
next >
Wrap
INI File
|
1991-05-27
|
2KB
|
47 lines
[REPORT]
[FORMAT]
FIELDSPACE =2 Spacing between fields.
PAGELENGTH =23 Page length.
SENDFF =YES Form feed at end of page.
UPPERCASE =YES Convert to upper case.
REMOVEBLANKS =YES Remove blank lines.
SUPRESSHEADING=NO Do not output headings or totals.
REMOVEDUPS =YES Remove duplicate field values.
FILEFORMAT =DELIM File format type, FIXED,BASIC or DELIMited.
DELIMCHAR =, Delimiting char for delimited files.
DELIMQUOTE =" Quote char for strings in delimited files.
HEADING =Sample Report Heading
[FIELD]
----------------------------------------------------------------
-* For BASIC and DELIM file format, <start> indicates field position
- and <len> will be ignored.
-
-Format for String type fields
- <label>=<start> <len> <size> LEFT STRING GROUP*
- <label>=<start> <len> <size> RIGHT STRING GROUP*
-
-Format for Numeric type fields
- <label>=<start> <len> <size> LEFT NUMERIC <places> TOTAL*
- <label>=<start> <len> <size> RIGHT NUMERIC <places> TOTAL*
- <label>=<start> <len> <mask> LEFT NUMERIC 0 TOTAL*
- <label>=<start> <len> <mask> RIGHT NUMERIC 0 TOTAL*
-
-Format for Constant type fields
- <label>= 0 <text> <size> LEFT NOSPACE*
- <label>= 0 <text> <size> RIGHT NOSPACE*
----------------------------------------------------------------
[FILTER]
----------------------------------------------------------------
-Format for String field filters
- <label>= LOWEST <text>
- <label>= HIGHEST <text>
-
-Format for String field filters
- <label>= LOWEST <value>
- <label>= HIGHEST <value>
----------------------------------------------------------------