| Column | Field | Description | SQL Type | Length | Decimals | Relation | Default Value | Constraints | SQL Create Statement |
---|
| 1 | DocCode | Report | nvarchar | 8 | 0 | RDOC | | | Allow NULL? |
| 2 | ItemId | Item ID | int | 6 | 0 | | | | Allow NULL? |
| 3 | Container | Parent Type | int | 6 | 0 | | | | Allow NULL? |
| 4 | Type | Type | int | 6 | 0 | | | 10=Text Field, 11=Picture Field, 12=User Field, 1=Page Header, 2=Start of Report, 3=Repetitive Area Header, 4=Repetitive Area, 5=Repetitive Area Footer, 6=End of Report, 7=Page Footer | Allow NULL? |
| 5 | VISIBLE | Visible | char | 1 | 0 | | Y | N=No, Y=Yes | Allow NULL? |
| 6 | SupZeros | Suppress Zeros | char | 1 | 0 | | N | N=No, Y=Yes | Allow NULL? |
| 7 | ItemLeft | Left Item | int | 6 | 0 | | | | Allow NULL? |
| 8 | ItemTop | Top | int | 6 | 0 | | | | Allow NULL? |
| 9 | Width | Width | int | 6 | 0 | | | | Allow NULL? |
| 10 | Height | Height | int | 6 | 0 | | | | Allow NULL? |
| 11 | LMargin | Left Margin | int | 6 | 0 | | 0 | | Allow NULL? |
| 12 | RMargin | Right Margin | int | 6 | 0 | | 0 | | Allow NULL? |
| 13 | TMargin | Top Margin | int | 6 | 0 | | 0 | | Allow NULL? |
| 14 | BMargin | Bottom Margin | int | 6 | 0 | | 0 | | Allow NULL? |
| 15 | LeftLine | Left Border Line Thickness | int | 6 | 0 | | 0 | | Allow NULL? |
| 16 | RightLine | Right Border Line Thickness | int | 6 | 0 | | 0 | | Allow NULL? |
| 17 | TopLine | Top Border Line Thickness | int | 6 | 0 | | 0 | | Allow NULL? |
| 18 | BottomLine | Bottom Border Line Thickness | int | 6 | 0 | | 0 | | Allow NULL? |
| 19 | Shadow | Shadow Thickness | int | 6 | 0 | | 0 | | Allow NULL? |
| 20 | BGRed | Background - Red | int | 11 | 0 | | 255 | | Allow NULL? |
| 21 | BGGreen | Background - Green | int | 11 | 0 | | 255 | | Allow NULL? |
| 22 | BGBlue | Background - Blue | int | 11 | 0 | | 255 | | Allow NULL? |
| 23 | FGRed | Text - Red | int | 11 | 0 | | 0 | | Allow NULL? |
| 24 | FGGreen | Text - Green | int | 11 | 0 | | 0 | | Allow NULL? |
| 25 | FGBlue | Text - Blue | int | 11 | 0 | | 0 | | Allow NULL? |
| 26 | MrkrRed | Bold - Red | int | 11 | 0 | | 255 | | Allow NULL? |
| 27 | MrkrGreen | Bold - Green | int | 11 | 0 | | 255 | | Allow NULL? |
| 28 | MrkrBlue | Bold - Blue | int | 11 | 0 | | 255 | | Allow NULL? |
| 29 | BrdrRed | Border - Red | int | 11 | 0 | | 0 | | Allow NULL? |
| 30 | BrdrGreen | Border - Green | int | 11 | 0 | | 0 | | Allow NULL? |
| 31 | BrdrBlue | Border - Blue | int | 11 | 0 | | 0 | | Allow NULL? |
| 32 | FromPane | From Area | int | 6 | 0 | | 0 | | Allow NULL? |
| 33 | ToPane | To Area | int | 6 | 0 | | 0 | | Allow NULL? |
| 34 | ItemGroup | Group No. | int | 6 | 0 | | 0 | | Allow NULL? |
| 35 | FontName | Font Name | nvarchar | 50 | 0 | | Arial | | Allow NULL? |
| 36 | FontSize | Font Size | int | 6 | 0 | | 12 | | Allow NULL? |
| 37 | TextStyle | Text Style | int | 11 | 0 | | 0 | | Allow NULL? |
| 38 | Justific | Horizontal Justification | int | 6 | 0 | | 2 | 1=Right, 2=Left, 3=Centralized, 4=Language-Dependent | Allow NULL? |
| 39 | WRAP | Segment | int | 6 | 0 | | 2 | 0=Allow Overflow, 1=Adjust to Cell, 2=Divide into Rows | Allow NULL? |
| 40 | PictSize | Picture Size | int | 6 | 0 | | 0 | 0=Original Size, 1=Fit Field Size Non-Proportionally, 2=Fit Field Size Proportionally, 3=Fit Field Height, 4=Fit Fields Width | Allow NULL? |
| 41 | DataSource | Data Source | int | 6 | 0 | | 1 | 1=Static, 2=Variable, 3=Data, 4=Calculation | Allow NULL? |
| 42 | ItemStr | String | text | 16 | 0 | | | | |
| 43 | VarNum | Variable No. | int | 6 | 0 | | | | Allow NULL? |
| 44 | FileName | File Name | nvarchar | 20 | 0 | | | | Allow NULL? |
| 45 | FieldNum | Field No. | nvarchar | 52 | 0 | | | | Allow NULL? |
| 46 | ShowDescr | Display Description | char | 1 | 0 | | Y | N=No, Y=Yes | Allow NULL? |
| 47 | CalcType | Calculation Type | nvarchar | 2 | 0 | | 1 | 0=Formula, 10=Continue, 11=Continued on Next Page, 12=Generation Message, 13=Column Summary for Page, 14=Column Average for Page, 15=Column Summary for Report, 16=Column Average for Report, 17=Total Pages, 1=Page Number, 2=Date, 3=Time, 4=Column Total, 5=Column Average, 6=General Row No., 7=Group Row No., 8=Sort Field Name, 9=Sort Field Co | Allow NULL? |
| 48 | ChangFlags | Changeable | int | 11 | 0 | | | | Allow NULL? |
| 49 | ApplID | Item No. | int | 6 | 0 | | | | Allow NULL? |
| 50 | CalcCol | Calculation Column | int | 6 | 0 | | | | Allow NULL? |
| 51 | YJustific | Vertical Alignment | int | 6 | 0 | | 3 | 1=Top, 2=Bottom, 3=Centralized | Allow NULL? |
| 52 | SortLevel | Sort Level | int | 6 | 0 | | 0 | | Allow NULL? |
| 53 | RevOrder | Reverse Sort | char | 1 | 0 | | N | N=Ascending, Y=Descending | Allow NULL? |
| 54 | SortType | Sort Type | int | 6 | 0 | | 0 | 0=Alpha, 1=Numeric, 2=Currency, 3=Date | Allow NULL? |
| 55 | IsUnique | Unique | char | 1 | 0 | | N | N=No, Y=Yes | Allow NULL? |
| 56 | IsGroup | Set as Group | char | 1 | 0 | | N | N=No, Y=Yes | Allow NULL? |
| 57 | NewPage | New Page | char | 1 | 0 | | N | N=No, Y=Yes | Allow NULL? |
| 58 | BarCode | Print as Bar Code | char | 1 | 0 | | N | N=No, Y=Yes | Allow NULL? |
| 59 | Condition | Condition | text | 16 | 0 | | | | |
| 60 | LinkTo | Link to Field | nvarchar | 20 | 0 | | | | Allow NULL? |
| 61 | Operator1 | Operator 1 | int | 6 | 0 | | | | Allow NULL? |
| 62 | Operator2 | Operator 2 | int | 6 | 0 | | | | Allow NULL? |
| 63 | Operation | Operation | int | 6 | 0 | | 0 | 0, 10=Less than, 11=Less or Equal, 12=Equal, 13=Not equal, 14=Greater or Equal, 15=Greater than, 16=$Length, 17=Left Part (Characters), 18=Right Part (Mantissa), 19=Round, 1=+, 20=$Currency, 21=$Number, 2=-, 3=x, 4=/, 5=%, 6=$Concat, 7=$Right, 8=$Left, 9=$Sentence | Allow NULL? |
| 64 | BCStandard | Bar Code Standard | int | 6 | 0 | | 0 | 0=EAN-13, 1=Code 39, 2=Code 128 | Allow NULL? |
| 65 | SumInWords | Display Total as a Word | char | 1 | 0 | | N | N=No, Y=Yes | Allow NULL? |
| 66 | ExcFonting | Block Font Change | char | 1 | 0 | | N | N=No, Y=Yes | Allow NULL? |
| 67 | StrIndex | String Index | int | 11 | 0 | | 0 | | Allow NULL? |
| 68 | ContIndex | Container Index | int | 6 | 0 | | 0 | | Allow NULL? |
| 69 | ItemIndex | Item Index | int | 6 | 0 | | 0 | | Allow NULL? |
| 70 | StrLength | String Length | int | 6 | 0 | | | | Allow NULL? |
| 71 | StrFiller | String Filler | char | 1 | 0 | | | | Allow NULL? |
| 72 | RelatedTo | Link to Field | nvarchar | 20 | 0 | | | | Allow NULL? |
| 73 | NextSeg | Next Segment Item Number | nvarchar | 20 | 0 | | | | Allow NULL? |
| 74 | HightAdjst | Height Adjustments | char | 1 | 0 | | N | N=No, Y=Yes | Allow NULL? |
| 75 | DupRpttAre | Duplicate Repetitive Area | char | 1 | 0 | | N | N=No, Y=Yes | Allow NULL? |
| 76 | LnsRpttAre | No. of Rows in Repetitive Area | int | 11 | 0 | | 0 | | Allow NULL? |
| 77 | RptDupDist | Distance To Rptt Dup. (pixels) | int | 11 | 0 | | 0 | | Allow NULL? |
| 78 | FieldId | Unique ID | nvarchar | 20 | 0 | | | | Allow NULL? |
| 79 | FGEnabled | Grid Enabled | char | 1 | 0 | | Y | N=No, Y=Yes | Allow NULL? |
| 80 | BGEnabled | Background Enabled | char | 1 | 0 | | Y | N=No, Y=Yes | Allow NULL? |
| 81 | MKEnabled | Highlight Enabled | char | 1 | 0 | | Y | N=No, Y=Yes | Allow NULL? |
| 82 | BDEnabled | Frame Enabled | char | 1 | 0 | | Y | N=No, Y=Yes | Allow NULL? |
| 83 | HidEmpRptt | Hide Empty Area | char | 1 | 0 | | N | N=No, Y=Yes | Allow NULL? |
| 84 | RpttFtrAll | Display Rep. Footer on All | char | 1 | 0 | | N | N=No, Y=Yes | Allow NULL? |
| 85 | GbiDataTyp | Data Type | int | 6 | 0 | | 0 | 0, 1=C n, 2=C.. n, 3=I.. n, 4=D w.d | Allow NULL? |
| 86 | GbiDataLen | Data Length | nvarchar | 6 | 0 | | | | Allow NULL? |
| 87 | PageBreak | Page Break | int | 6 | 0 | | 0 | 0=None, 1=Before Area, 2=After Area | Allow NULL? |
| 88 | IsLogo | Is Logo | char | 1 | 0 | | N | N=No, Y=Yes | Allow NULL? |