[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
+---------------------------------+
| CREATE REPORT - Quick Report |
+---------------------------------+
CREATE REPORT <file1> | ?
FROM <file2>
[FORM | COLUMN]
[FIELDS <field list>] [ALIAS]
[NOOVERWRITE] [WIDTH <expN>]
-----------------------------------
Programmatically creates report.
-----------------------------------
This form of CREATE REPORT creates a quick report without opening a
report layout window. The report is created as if the Quick Report...
option was selected while the report layout window was open.
Another form of CREATE REPORT, which is discussed in the previous help
topic, opens the Report Writer to let you interactively create a report
in a layout window. The Report Writer has a Page Preview feature to
show you how your report will look before it is printed.
Clauses
-------
<file1> | ?
Creates report with name <file1> or displays Save As dialog.
FROM <file2>
Specifies name of database quick report is created from.
FORM | COLUMN
Specifies format quick report is created with. If you include FORM,
the quick report is created with the database fields and their names
arranged from top to bottom in the Detail band. If you do not include
FORM or COLUMN, the quick report defaults to this format.
If you include COLUMN, the quick report is created with the database
fields arranged from left to right across the page in the Detail band.
The field names are placed in the Page Header band.
FIELDS <field list>
Specifies fields from database that appear in quick report.
ALIAS
Includes database alias with database fields in quick report.
NOOVERWRITE
Prevents existing report from being overwritten.
WIDTH <expN>
Specifies width in columns of report page.
-----------------------------------
See Also: CREATE REPORT, MODIFY REPORT, REPORT
-----------------------------------
See Also:
CREATE REPORT
MODIFY REPORT
REPORT
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson