Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FORCE Data Base Compiler - ############################################################################## http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
##############################################################################
###+---------------+##########################################################
#+-| SET REPORT TO |---------------------------------------+##################
#| +---------------+ The SET REPORT TO command initializes |##################
#|                   a report form that is used in the     |##################
#|                   REPORT FORM command                   |##################
#+---------------------------------------------------------+##################
##############################################################################
##############################################################################
#+--| Syntax |----------------------------+###################################
#|     SET REPORT TO [<report-ident>]     |###################################
#+----------------------------------------+###################################
##############################################################################
##############################################################################
########+---| Description |-------------------------------------------+#######
########| A <Report-ident> can be specified as the default for REPORT |#######
########+-------------------------------------------------------------+#######
##############################################################################
##############################################################################
#########+--| Example 1 |-------------------------------------------+#########
#########| *    Print a specific report                             |#########
#########|                                                          |#########
#########| SET REPORT TO my_report     && set the report form       |#########
#########| REPORT                      && do the report.            |#########
#########+----------------------------------------------------------+#########
##############################################################################
##############################################################################
#########+--| Example 2 |-------------------------------------------+#########
#########| *    A generic "report" procedure.                       |#########
#########|                                                          |#########
#########| PROCEDURE report_it                                      |#########
#########|  PARAMETERS UNTYPED report_form                          |#########
#########|                                                          |#########
#########|     SET REPORT TO report_form                            |#########
#########|     REPORT                                               |#########
#########|                                                          |#########
#########| ENDPRO                                                   |#########
#########+----------------------------------------------------------+#########
##############################################################################

See Also: REPORT SET PRINTER TO

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson