[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
 DBTRANSITEM
 Define a single transfer item from one work area to another
------------------------------------------------------------------------------
 Structure
     typedef struct
     {
        USHORT uiSource;
        USHORT uiDest;
     } DBTRANSITEM;
     
     typedef DBTRANSITEM far * LPDBTRANSITEM;
 Elements
     uiSource
        Contains a numeric value; an index into the AREA->lpFields structure
        indicating the field that is to be transferred to the destination
        work area.
     uiDest
        Contains a numeric value; an index into the AREA->lpfields structure
        indicating the field that is to be the recipient of the row being
        transferred from the source work area.
 Files  Header file is Rdd.api.
 Used By    DBTRANSINFO
See Also:
DBTRANSINFO
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson