DISPLAY REPORT (DSRP) |
||
Standard Verb Input/Output Operation |
||
Displays a Pragma 6 report.
DISPLAY REPORT text filename TEXT FILENAME dialog style DIALOG STYLE
TEXT FILENAME is an expression or a noun containing the name and optional path of the textfile that contains all the parameters and data of the report.
DIALOG STYLE is an expression or a noun containing the style of the form with the chart.
To display a report with a report textfile called "report sales 2005.p6r" (use meaningful names!) in a standart modal dialog box you would enter:
DISPLAY REPORT text filename "report sales 2005.p6r" dialog style 0
The dialog form would have thick borders, caption bar and system menu.
The form FORM TEST REPORTS of the tutorial vocab contains an example of how various reports are displayed.
(not yet implemented)
Determines the look of the form with the chart.
| 0 | (Default) Form with thick borders, caption bar and system menu. |
| 2 | Form with thin borders and no caption bar. |
The report textfile path and name can have any suffix you want, but be consistent and call them all with the same suffix, so that when doing a listing of a directory all the report textfiles bunch together.
DSRP standard # 424, msg # 762, 763