Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FiveWin 1.9.2 - January 97 - new method constructor: creates a new report. http://www.ousob.com [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 New          Method constructor: creates a new report.
-------------------------------------------------------------------------------

   TReport::New( aTitle, aHead, aFoot, aFont, lSummary, cRptFile,;
                 cResName, lPrinter, lScreen, cFile, oDevice,;
                 cName, cTFmt, cHFmt, cFFmt )   --> Self

   Method constructor: Creates a new report.

   aTitle        An array of codeblocks with all lines of the report title.
   aHead         An array of codeblocks with all lines of the report header.
   aFoot         An array of codeblocks with all lines of the report footer.
   aFont         An array of TFonts objects to be used in all the report.
   lSummary      If the report body should be printed or not. This is only
                 meaningful if some report have been defined.
   cRptFile      -not available yet- Report data-driven file name.
   cResName      -not available yet- Report resource definition.
   lPrinter      If printer is the target device.
   lScreen       If the screen is the target device.
   cFile         -not available yet- the name of the target output file.
   oDevice       The optional target device. By default: the printer.
   cName         The name of the document.
   cTFmt         The pad style for the title:  "LEFT", "CENTER-ED", "RIGHT"
                 By default: "CENTERED".
   cHFmt         The pad style for the header: "LEFT", "CENTER-ED", "RIGHT"
                 By default: "LEFT".
   cFFmt         The pad style for the footer: "LEFT", "CENTER-ED", "RIGHT"
                 By default: "LEFT".


Online resources provided by: http://www.ousob.com --- NG 2 HTML conversion by Dave Pearson