Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper 5.2 . Technical Reference - <b>dbtransitem</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 DBTRANSITEM
 Define a single transfer item (usually a field) from one workarea to another
------------------------------------------------------------------------------
 Structure

     typedef struct
     {
        USHORT source;
        USHORT dest;
     } DBTRANSITEM;
     
     typedef DBTRANSITEM far * DBTRANSITEMP;

 Elements

     source

        Contains a numeric value; an index into the WORKAREA->fields
        structure indicating the field that is to be transferred to the
        destination workarea.

     dest

        Contains a numeric value; an index into the WORKAREA->fields
        structure indicating the field that is to be the recipient of the row
        being transferred from the source workarea.

 Files:  Header file is Rdd.api.

 Used by:   DBTRANSINFO


See Also: DBTRANSINFO

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