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.3 . 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 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

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