[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 .Fields

   This command informs dbReport that fields declarations of the fields
   to be used in the report are following.  The names of these fields
   must match the names as defined in the Data Dictionary array passed
   to dbReport. You are not required to declare all the fields passed to
   dbReport, only those you will be using.

   Example
     .Fields
     FirstName   01
     LastName    02
     Street      03
     City        04
     Province    05
     Country     06

   The numbers following the field names are not required, they are
   there for reference only.  The fields in the actual format of the
   report are referred to by number.  Having the number here makes it
   easier when setting up the report format.  Any information appearing
   after the field name is ignored by dbReport.

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson