home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / database / sch100.zip / RLHELP.TXT < prev    next >
Text File  |  1993-02-15  |  2KB  |  129 lines

  1.                       REPORTS
  2.  
  3. The report writer  function found in Schooner is the
  4. same  one  provided  by  the  Clipper(r)  Summer  87
  5. system. It is provided here for your convenience.
  6.  
  7.  
  8. F2 Report Layout:
  9.  
  10. Provides "get boxes"  to hold specifications for the
  11. page header,  the page  width, the  left margin, the
  12. lines  per page,  line spacing,  page ejects,  and a
  13. plain page  format. Plain page  means that the date,
  14. time and page numbers are not printed.
  15.  
  16.  
  17. F3 Report Group:
  18.  
  19. Specify  an  expression to  act  as  a  report group
  20. break. A  break occurs  whenever the  current record
  21. and the record's key expression are not equal to the
  22. previous record's  key expression. This  can be used
  23. to separate and  subtotal groups of records based on
  24. a key value.
  25.  
  26.  
  27. F4 Report Field Definition:
  28.  
  29. Define  expressions  that  are  translated  into the
  30. detail  lines.  This can  be  any  legal expression.
  31. Because reports  are not compiled  into the Schooner
  32. system, you  must refer  only to  functions that are
  33. documented in Schooner  and not just any DBASE(r) or
  34. Clipper(r) function.  It is recommended  that you do
  35. not reference Schooner  UDF() user defined functions
  36. without very good testing.
  37.  
  38.  
  39. F5 Report Delete:
  40.  
  41. Erases the current field definition.
  42.  
  43.  
  44. F6 Report Insert:
  45.  
  46. Adds a report field into the report format.
  47.  
  48.  
  49. F7 Report Go to:
  50.  
  51. Allows you  to jump from one  field to another. PgUp
  52. and PgDn will  move you one field  at a time, but F7
  53. can be faster.
  54.  
  55.  
  56. F10 Report Save:
  57.  
  58. Saves the report in .FRM format.
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.                        LABELS
  66.  
  67. The label  writer function found  in Schooner is the
  68. same  one  provided  by  the  Clipper(r)  Summer  87
  69. system. It is provided here for your convenience.
  70.  
  71.  
  72. F2 Label Toggle:
  73.  
  74. Allows you  to switch  back and  forth between label
  75. field creation and formatting.
  76.  
  77.  
  78. F3 Label Formats:
  79.  
  80. Allows  you  to  select  on  of  five  common  label
  81. formats.
  82.  
  83.  
  84. F10 Label Exit:
  85.  
  86. Saves your label format in .lbl format and exits the
  87. label writer.
  88.  
  89.  
  90. Note:  Commas  found  in  a  label  line  act  as  a
  91. terminator. Anything to the right is ignored. If you
  92. wish to  use a  comma in  a label,  surround it with
  93. quotes or  define a MV  variable as a  comma and use
  94. it.
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.