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 [^^Up^^] [Menu] [About The Guide]
 Virtual Record Structure

 Inside the dBsee report there is a structure of file called Virtual
 Record. This structure is inside to one elment of aBuffer Array.
 this element is aBuffer[REP_VREC]

 In this array there are some elements. Each of element is described
 with this structure:

 VR_NAME           1       // File Name
 VR_COND           2       // Condition
    VR_ORDER       2][1       // Order
    VR_KEY         2][2       // Key
    VR_FILTER      2][3       // Filter
    VR_BREAK       2][4       // Break
    VR_DEFAULT     2][5       // Default
    VR_DEF_ORDER   2][5][1    //         Order
    VR_DEF_KEY     2][5][2    //         Key
    VR_DEF_FILTER  2][5][3    //         Filter
    VR_DEF_BREAK   2][5][4    //         Break

    VR_DEF_LEN           4    // Default LEN

 VR_EOF_MODE       3       // EOF Mode
    VR_RECOVER     1          // Skip Record     <- DEFAULT 1:N
    VR_ABORT       2          // ABORT Report
    VR_IGNORE      3          // Continue Report <- DEFAULT Normal

 VR_EJECT          4       // EJECT After group

 VR_CB             5       // Code Block
    VR_HEADER      5][1       // Header
    VR_ROWHEADER   5][2       // Header Row
    VR_BRKHEADER   5][3       // ENABLE EJECT on Header
    VR_POSHEADER   5][4       // Header position
    VR_CANHEADER   5][5       // Can be printed

    VR_BODY        5][6       // Body
    VR_ROWBODY     5][7       // Body row
    VR_BRKBODY     5][8       // ENABLE EJECT on Body
    VR_EJECTBODY   5][9       // EJECT after Body
    VR_FILLFUN     5][10      // Fill Function
    VR_FLOATBODY   5][11      // Float Body
    VR_CANBODY     5][12      // Can be printed
    VR_BODY2HEAD   5][13      // Print Head after page Footer
    VR_BODY2FOOT   5][14      // Print footer before page Footer
    VR_BODYHEAD    5][15      // Header Block
    VR_BODYPOSHEAD 5][16      // Header Pos
    VR_BODYROWHEAD 5][17      // Header Row
    VR_BODYCANHEAD 5][18      // Can be printed
    VR_BODYFOOT    5][19      // Footer Block
    VR_BODYPOSFOOT 5][20      // Footer Pos
    VR_BODYROWFOOT 5][21      // Footer Row
    VR_BODYCANFOOT 5][22      // Can be printed

    VR_FOOTER      5][23      // Footer
    VR_ROWFOOTER   5][24      // Footer row
    VR_BRKFOOTER   5][25      // ENABLE EJECT on Footer
    VR_POSFOOTER   5][26      // Footer Position
    VR_CANFOOTER   5][27      // Can be printed

 VR_CALC_CLEAR     6       // Calculated Clear
 VR_CALC_ADD       7       // Calculated Add
 VR_PRECALC_CLEAR  8       // Precalculated Clear
 VR_PRECALC_ADD    9       // Precalculated Add

 VR_GRP_ARR       10       // Group
    VR_GRP_BLK            1   // Group Block

    VR_GRP_HEADER         2   // Group Header
    VR_GRP_ROWHEADER      3   // Group Row Header
    VR_GRP_BRKHEADER      4   // Group Activate page break on header
    VR_GRP_POSHEADER      5   // Header Position
    VR_GRP_CANHEADER      6   // Can be printed

    VR_GRP_FOOTER         7   // Group Footer
    VR_GRP_ROWFOOTER      8   // Group Row Footer
    VR_GRP_BRKFOOTER      9   // Group Activate page break on footer
    VR_GRP_POSFOOTER     10   // Footer Position
    VR_GRP_CANFOOTER     11   // Can be printed

    VR_GRP_EJECT         12   // Group EJECT after footer
    VR_GRP_PRECALC_CLEAR 13   // Precalculated Clear
    VR_GRP_PRECALC_ADD   14   // Precalculated Add
    VR_GRP_CALC_CLEAR    15   // Calculated Clear
    VR_GRP_COMPARE       16   // Block evaluated

 VR_CHILD         11       // File Child

 VR_STABLE        12       // File is stable

 VR_SKIPARRAY     13       // Skip array of the file
 VR_SKIPPOS       14       // Position in the skip array

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