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 [^^Up^^] [Menu] [About The Guide]
 The REPORT objects have the characteristic of an STATIC array
 with the name abuffer in which they contain all the variable
 that you will use from the PRINTING

 Varying of appeal of the REPORT object

 The asterisk to side to the data topic indicates that the element
 is documented

 abuffer[REP_ACT_ROW]       Current row                     *(Numerical)
 abuffer[REP_ACT_COL]       Current Column                  *(Numerical)
 abuffer[REP_ACT_PAGE]      Current Page                    *(Numerical)
 abuffer[REP_BAN_ROW]       First line of the band          *(Numerical)
 abuffer[REP_IS_FOOTER]     Printing of the PAGE FOOTER     *(Logical)
 abuffer[REP_IS_ABORT]      Signals the ABORT of printing   *(Logical)
 abuffer[REP_IS_BANNER]     Printing of the PAGE BANNER     *(Logical)
 abuffer[REP_ITEMINPAGE]    Item of the page                *(Numerical)
 abuffer[REP_POSINFILE]     Absolute position of the file   *(Numerical)
 abuffer[REP_IS_QUIT]       Signal the end of a task        *(Logical)
 abuffer[REP_NO_EJECT]      Printing without page ejects    *(Logical)
 abuffer[REP_IS_NLQ]        Printing in NLQ                  (Logical)
 abuffer[REP_IS_CONDENSED]  Printing in Condensed            (Logical)
 abuffer[REP_FNAME]         Output file of report            (Character)
 abuffer[REP_FHANDLE]       File Handle of the printing      (Numerical)
 abuffer[REP_PAGELENGHT]    Length of the page              *(Numerical)
 abuffer[REP_FOOTER_LINE]   Starting line of the footer     *(Numerical)
 abuffer[REP_SETUP]         Sequence of SETUP                (Character)
 abuffer[REP_RESET]         Sequence of RESET                (Character)
 abuffer[REP_BOLD_ON]       BOLD Activation                  (Character)
 abuffer[REP_BOLD_OFF]      BOLD Deactivation                (Character)
 abuffer[REP_ENL_ON]        ENLARGED Activation              (Character)
 abuffer[REP_ENL_OFF]       ENLARGED Deactivation            (Character)
 abuffer[REP_UND_ON]        Underline Activation             (Character)
 abuffer[REP_UND_OFF]       Underline Deactivation           (Character)
 abuffer[REP_SUPER_ON]      Superscript Activation           (Character)
 abuffer[REP_SUPER_OFF]     Superscript Deactivation         (Character)
 abuffer[REP_SUBS_ON]       Subscript Activation             (Character)
 abuffer[REP_SUBS_OFF]      Subscript Deactivation           (Character)
 abuffer[REP_COND_ON]       Condensed Activation             (Character)
 abuffer[REP_COND_OFF]      Condensed Deactivation           (Character)
 abuffer[REP_ITA_ON]        Italic Activation                (Character)
 abuffer[REP_ITA_OFF]       Italic Deactivation              (Character)
 abuffer[REP_NLQ_ON]        NLQ Activation                   (Character)
 abuffer[REP_NLQ_OFF]       NLQ Deactivation                 (Character)
 abuffer[REP_USER1ON]       Activation User 1 setup          (Character)
 abuffer[REP_USER1OFF]      Deactivation User 1 setup        (Character)
 abuffer[REP_USER2ON]       Activation User 2 setup          (Character)
 abuffer[REP_USER2OFF]      Deactivation User 2 setup        (Character)
 abuffer[REP_USER3ON]       Activation User 3 setup          (Character)
 abuffer[REP_USER3OFF]      Deactivation User 3 setup        (Character)
 abuffer[REP_RB]            Report REPORT BANNER            *(CODEBLOCK)
 abuffer[REP_POSRB]         Position REPORT BANNER           (Numerical)
 abuffer[REP_ROWRB]         Lines REPORT BANNER              (Numerical)
 abuffer[REP_EJECT_RB]      EJECT after REPORT BANNER        (Logical)
 abuffer[REP_BANNER_FORMAT] HEADER-FOOTER BANNER printing    (Logical)
 abuffer[REP_BANNER_INPAGE] Count the Pages of the BANNER    (Logical)
 abuffer[REP_PH]            PAGE HEADER                      (CODEBLOCK)
 abuffer[REP_ROWPH]         Lines within PAGE HEADER         (Numerical)
 abuffer[REP_RF]            REPORT FOOTER                    (Numerical)
 abuffer[REP_POSRF]         Position of the REPORT FOOTER    (Numerical)
 abuffer[REP_PF]            PAGE FOOTER                      (CODEBLOCK)
 abuffer[REP_NAME]          Report Name                      (Character)
 abuffer[REP_MGN_TOP]       Top Margin                       (Numerical)
 abuffer[REP_MGN_BOTTOM]    Bottom Margin                    (Numerical)
 abuffer[REP_MGN_LEFT]      Left Margin                      (Numerical)
 abuffer[REP_COPY]          Copies                           (Numerical)
 abuffer[REP_SPOOLER]       SPOOLER Activation               (Logical)
 abuffer[REP_PRINTERARRAY]  Array to print                   (Array)
 abuffer[REP_PRINTERPORT]   Port to print to                 (Character)
 abuffer[REP_QRY_BLOCK]     CodeBlock of filter              (CODEBLOCK)
 abuffer[REP_QRY_DES]       QUERY description                (Character)
 abuffer[REP_QRY_EXP]       QUERY Expression                 (Character)
 abuffer[REP_IS_LAST]       Closing Footer                  *(Logical)
 abuffer[REP_NO_LAST_EJECT] Disable the last page eject     *(Logical)
 abuffer[REP_PRINTERID]     ID of the printer for the report (Logical)
 abuffer[REP_FLOATPF]       Dynamic Footer                  *(Logical)
 abuffer[REP_USEUSER1]      Activated setup 1               *(Logical)
 abuffer[REP_USEUSER2]      Activated setup 2               *(Logical)
 abuffer[REP_USEUSER3]      Activated setup 3               *(Logical)
 abuffer[REP_ALLPAGE]       Printing all the page           *(Logical)
 abuffer[REP_FROMPAGE]      First page to print             *(Numerical)
 abuffer[REP_TOPAGE]        Last page to print              *(Numerical)
 abuffer[REP_DISABLE]       Disable the dfPrnMenu control   *(Numerical)
 abuffer[REP_CANPH]         Condition on the PageHeader     *(CODEBLOCK)
 abuffer[REP_CANRF]         Condition on the ReportFooter   *(CODEBLOCK)
 abuffer[REP_CANPF]         Condition on the PageFooter     *(CODEBLOCK)

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