Differences Between FoxPro for Windows Reports & Labels

Last reviewed: June 27, 1995
Article ID: Q103690
The information in this article applies to:
  • Microsoft FoxPro for Windows, versions 2.5 and 2.5a

In FoxPro for Windows, the two main differences between reports and labels are their file extensions and default Print Order settings:

  • File extensions: When you create a label using CREATE LABEL <file>, the resulting files will have .LBX and .LBT as their extensions. If you create a report using CREATE REPORT <file>, the resulting files will have .FRX and .FRT as their extensions.
  • Print Order settings: By default, reports have a "down" print order and labels have an "across" print order. The two print orders work as follows:

        - Print Order "Down" (Like FoxPro for MS-DOS Reports)
    

          With this order, FoxPro prints the detail bands from top to
          bottom down the page. If there are multiple columns, FoxPro
          prints the first column then the next. With Print Order set to
          "down," you can select whether the detail bands will stretch if
          a stretchable field needs more space.
    

        - Print Order "Across" (Like FoxPro for MS-DOS Labels)
    

          With this order, FoxPro prints the detail bands from left to
          right across the page. If there are multiple columns, the first
          detail band of every column is printed before the second band is
          printed. With Print Order set to "across," the detail bands
          cannot stretch; the Constant Band Height option in the Page
          Header dialog box is selected by default and disabled for all
          bands.
    


Additional reference words: FoxWin 2.50 2.50a print order reports labels
FRX LBX LBT FRT writer
KBCategory: kbprg
KBSubcategory: FxprgGeneral


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: June 27, 1995
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.