Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- dBsee 4.6 - The Library - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

   To delete inherited fields, proceed as follows:

     . From the inherited fields list, select the field to delete
       by highlighting it with the cursor.

     . Press the Del key.

     . Confirm the deletion of the field.

Operational keys on inherited fields

   Space Bar               Activate the definition frame

   Ins                     Insert inherited fields

   Del                     Delete inherited field

   Alt-1                   Build the inherited expression interactively

Example:

   To better understand the meaning of 1:N relations, let's take a look at
   the following example:

   A 1:N relation is created when it is necessary to relate more than one
   record of a child file to one record of a parent file. In the example
   shown, the information relative to an invoice is divided into two files:
   the header and the relative detail rows. A typical data entry example on
   these two related (1:N) files can be the following:

   The records of the detail rows contain a field called InvCod that
   identifies the invoice to which they refer.

   Other details on the previous relation:

   Relation                One to Many

   Parent                  InvHea (Invoice Header)

   Child                   InvRow (Invoice Details)

   Index                   InvRow1 (Expression: InvRow)

   Inherited fields        InvRow->InvCod := InvHea->InvCod

   This information is necessary for a List Box object so that it can move
   the record pointer during the different phases of the operation (not only
   to display, but also for example, to scan all the records of the related
   records to obtain an on-line total).

   The display cycle that, in the generated code, allows to manage how
   information, coming from two files is displayed, is organized the
   following manner:

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