home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / repvert.zip / REPVERT.DOC next >
Text File  |  1991-02-11  |  2KB  |  42 lines

  1. REPVERT.GEN Version 1.0 -- a modified REPORT.GEN for dBASE IV 1.1
  2. Joel Saltzman
  3. Ashton-Tate Software Support
  4.  
  5. This report file offers repairs for two anomalies.
  6.  
  7. 1. The current REPORT.GEN will attempt to put up to 17 report
  8.    fields (database fields, calculated fields, predefined fields,
  9.    summary fields) on one line in the .FRG, possibly exceeding the
  10.    maximum line length of 1024.  A line that exceeds 1024 characters
  11.    will not compile. REPVERT.GEN only allows 7 report fields per
  12.    line of generated code.  This will repair all but the longest
  13.    combinations of calculated fields.  This change will not inhibit
  14.    you from including as many fields on one line as you're
  15.    accustomed to.
  16.  
  17. 2. The second anamoly occurs when you have more than 17 fields in
  18.    a detail band and one of the first 17 fields has vertical
  19.    stretch selected as one of its picture functions.  If the
  20.    vertical stretch field (indicated by a group of Vs representing
  21.    the field in the report layout) stretches for more than one line,
  22.    all fields following the 17th field will print on the last line
  23.    of the vertical stretch.  They should be printing on the same
  24.    line.  REPVERT.GEN fixes this problem.
  25.  
  26. To use this modified REPORT.GEN file, do the following steps:
  27.  
  28. 1. Insert the diskette into your A (or any other) drive.
  29. 2. Go into the directory where dBASE is installed.
  30. 3. At the DOS prompt, type
  31.  
  32. COPY A:REPVERT.GEN REPORT.GEN
  33.  
  34. The next time you run dBASE, REPVERT.GEN will be used to produce
  35. your reports.  For any reports that you created prior to using
  36. REPVERT.GEN, erase <report name>.FRG and <report name>.FRO to
  37. force dBASE to regenerate your old report.  Don't worry -- as
  38. long as <report name>.FRM is intact, you will not need to
  39. redesign the report.  You can safely copy REPVERT.GEN over your
  40. current REPORT.GEN, as all functionality of the original is
  41. maintained.
  42.