Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- dBsee 4.6 - The Library - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

******************************************************************************
FUNCTION% REP% bEXE b (;      // OPERATIONS EXECUTOR
                nMode;          // Mode of printing
                nUserMenu;      // Type of print menu
                cIdPrinter;     // Printer Id.
                cIdPort;        // Printer Port
                lQry;           // .T. = performs the query object
                nOrder;         // Mater index number
                bKey;           // Master Key for file positioning
                bFilter;        // Master filter condition for the file
                bBreak)         // Master break condition for the file
******************************************************************************

<nMode> Printing Mode

+-----------------------------------------------------------------+
| PRINT_ALL     | Printing of all the report           |  DEFAULT |
| PRINT_CURRENT | Printing of the current record only  |          |
+-----------------------------------------------------------------+

<nUserMenu> Type of menu to activate

         +------------------------------------------------------+
         | PM_MENU    | Menu of configuration        | DEFAULT  |
         | PM_MESSAGE | Notice of beginning printing |          |
         | PM_NUL     | No notice                    |          |
         +------------------------------------------------------+

<cIdPrinter> ID of the printer to use in the REPORT

<cIdPort> ID of printer port to use in the printing of the REPORT

             The printer port can be a COM PORT
             COM1, COM2, COM3, COM4

             or a LPT Port
             LPT1, LPT2, LPT3, LPT4

             or a file report.
             Report.txt
             Test.txt

             The video
             VIDEO


<lQry>    If .T. permits of executeion of a related query prior to printing
          the report, if .F. the query will be omitted.

<nOrder>  Index on which to use when printing form the master file

<bKey>    Master positioning key to use on the file

<bFilter> Filter Condition to use on the master file

          If<bFilter> to be placed in CODEBLOCK doesn't get applied to the
          master file but to the report object, as if the report had a query
          object attatched to it.

<bBreak>  Break Condition for the master file


RETURN

<lRet>    .T. if the execution of the object was performed with out error.
          ALWAYS .T.


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