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 4.0 Reference - set plain control page headings in reports http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 set plain           Control page headings in reports
------------------------------------------------------------------------------
 Syntax
   set plain on|off

 Arguments
   None.

 Description
   The set plain command controls the status of the plain flag.
   The default setting for the plain flag is off.

   on specifies that that page headings appear only at the beginning
   of reports.

   off specifies that page numbers and the date are printed at the top
   of each report page.

 Example
   #define EXAMPLE_DATABASE
   #include example.hdr

   proc Test_setplain
   open sTest
   report form sRepAcc to file "rep1.txt" // plain flag is off (default)
   set plain on
   report form sRepAcc to file "rep2.txt" // plain flag is on
   close all                              // clean up
   erase "rep1.txt"
   erase "rep2.txt"
   endproc

   proc main
   Test_setplain()
   endproc

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