| Column | Field | Description | SQL Type | Length | Decimals | Relation | Default Value | Constraints | SQL Create Statement |
---|
| 1 | DocCode | Report | nvarchar | 8 | 0 | | | | 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 | | 1 | 0=No, 1=Yes | Allow NULL? |
| 6 | SupZeros | Suppress Zeros | char | 1 | 0 | | 0 | 0=No, 1=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 | | 65535 | | Allow NULL? |
| 21 | BGGreen | Background - Green | int | 11 | 0 | | 65535 | | Allow NULL? |
| 22 | BGBlue | Background - Blue | int | 11 | 0 | | 65535 | | 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 | | 65535 | | Allow NULL? |
| 27 | MrkrGreen | Bold - Green | int | 11 | 0 | | 65535 | | Allow NULL? |
| 28 | MrkrBlue | Bold - Blue | int | 11 | 0 | | 65535 | | 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 | | | | Allow NULL? |
| 38 | Justific | Horizontal Justification | char | 1 | 0 | | 2 | 1=Right, 2=Left, 3=Center, 4=Language Dependent | Allow NULL? |
| 39 | WRAP | Segment | char | 1 | 0 | | 1 | 0=Allow overflow, 1=Fit to cell, 2=Devide to lines | Allow NULL? |
| 40 | PictSize | Picture Size | char | 1 | 0 | | 1 | 0=Original size, 1=Size of box, 2=Adjust to box, 3=Adjust to box height, 4=Adjust to box width | Allow NULL? |
| 41 | DataSource | Data Source | char | 1 | 0 | | 1 | 1=Static, 2=Var, 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 | 10 | 0 | | | | Allow NULL? |
| 46 | ShowDescr | Display Description | char | 1 | 0 | | 0 | 0=No, 1=Yes | Allow NULL? |
| 47 | CalcType | Calculation Type | nvarchar | 2 | 0 | | 1 | -1=[new formula String], 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 fi | 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 | char | 1 | 0 | | 3 | 1=Top, 2=Bottom, 3=Center | Allow NULL? |
| 52 | SortLevel | Sort Level | int | 6 | 0 | | 0 | | Allow NULL? |
| 53 | RevOrder | Reverse Sort | char | 1 | 0 | | 0 | 0=Ascending, 1=Descending | Allow NULL? |
| 54 | SortType | Sort Type | char | 1 | 0 | | 0 | 0=Alpha, 1=Numeric, 2=Money, 3=Date | Allow NULL? |
| 55 | IsUnique | Unique | char | 1 | 0 | | 0 | 0=No, 1=Yes | Allow NULL? |
| 56 | IsGroup | Set as Group | char | 1 | 0 | | 0 | 0=No, 1=Yes | Allow NULL? |
| 57 | NewPage | New Page | char | 1 | 0 | | 0 | 0=No, 1=Yes | Allow NULL? |
| 58 | BarCode | Print as Barcode | char | 1 | 0 | | 0 | 0=No, 1=Yes | Allow NULL? |
| 59 | Condition | Condition | text | 16 | 0 | | | | |
| 60 | LinkTo | Link to Item | int | 6 | 0 | | 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, 11=LessEq, 12=Equally, 13=Not eq, 14=GrEq, 15=Greater, 16=$Len, 17=Left, 18=Right, 19=Round, 1=+, 20=$Currency, 21=$Number, 2=-, 3=x, 4=/, 5=%, 6=$Concat, 7=$Right, 8=$Left, 9=$Sentence | Allow NULL? |
| 64 | BCStandard | Barcode 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 | | 0 | 0=No, 1=Yes | Allow NULL? |
| 66 | ExcFonting | Block Font Change | char | 1 | 0 | | 0 | 0=No, 1=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 | Related to Item | int | 6 | 0 | | 0 | | Allow NULL? |
| 73 | NextSeg | Next Segment Item Num | int | 6 | 0 | | 0 | | Allow NULL? |
| 74 | HightAdjst | Height Adjustments | char | 1 | 0 | | N | N=No, Y=Yes | Allow NULL? |
| 75 | DupRpttAre | Duplicate Repeatative Area | char | 1 | 0 | | N | N=No, Y=Yes | Allow NULL? |
| 76 | LnsRpttAre | Num Lines In Repeatative Area | int | 11 | 0 | | 0 | | Allow NULL? |
| 77 | RptDupDist | Distanse To Rptt Dup (pixels) | int | 11 | 0 | | 0 | | Allow NULL? |
| 78 | ItemDesc | Item Description | nvarchar | 50 | 0 | | | | Allow NULL? |
| 79 | ExportXml | Export to xml | char | 1 | 0 | | Y | N=No, Y=Yes | Allow NULL? |
| 80 | DocType | Document Type | nvarchar | 4 | 0 | | | | Allow NULL? |
| 81 | Local | Localization | nvarchar | 2 | 0 | | | | Allow NULL? |
| 82 | Numerator | Numerator | int | 6 | 0 | | | | Allow NULL? |
| 83 | Language | Language | int | 6 | 0 | | | | Allow NULL? |
| 84 | Created | Creation Date | date | 8 | 0 | | | | |
| 85 | Updated | Updated Date | date | 8 | 0 | | | | |
| 86 | UsrSgnStr | User Sign For Strings Change | int | 11 | 0 | | -1 | | Allow NULL? |
| 87 | UsrSgnAttr | User Sign For Attribs Change | int | 11 | 0 | | -1 | | Allow NULL? |
| 88 | IsRef | Is the item refered by another | char | 1 | 0 | | N | N=No, Y=Yes | Allow NULL? |
| 89 | FieldId | Field Identifier | nvarchar | 20 | 0 | | | | Allow NULL? |
| 90 | FGEnabled | Grid Enabled | char | 1 | 0 | | Y | N=No, Y=Yes | Allow NULL? |
| 91 | BGEnabled | Background Enabled | char | 1 | 0 | | Y | N=No, Y=Yes | Allow NULL? |
| 92 | MKEnabled | Highlight Enabled | char | 1 | 0 | | Y | N=No, Y=Yes | Allow NULL? |
| 93 | BDEnabled | Frame Enabled | char | 1 | 0 | | Y | N=No, Y=Yes | Allow NULL? |
| 94 | HidEmpRptt | Hide Empty Area | char | 1 | 0 | | N | N=No, Y=Yes | Allow NULL? |
| 95 | RpttFtrAll | Display Rep. Footer on All | char | 1 | 0 | | N | N=No, Y=Yes | Allow NULL? |
| 96 | GbiDataTyp | Data Type | int | 6 | 0 | | 0 | 0, 1=C n, 2=C.. n, 3=I.. n, 4=D w.d | Allow NULL? |
| 97 | GbiDataLen | Data Length | nvarchar | 6 | 0 | | | | Allow NULL? |
| 98 | PageBreak | Page Break | int | 6 | 0 | | 0 | 0=None, 1=Before Area, 2=After Area | Allow NULL? |
| 99 | IsLogo | Is Logo | char | 1 | 0 | | N | N=No, Y=Yes | Allow NULL? |
| 100 | VarDefName | Variable Definition Name | nvarchar | 50 | 0 | | | | Allow NULL? |
| 101 | ResCode | Resource Code from RSBD | int | 11 | 0 | | -1 | | Allow NULL? |
| 102 | RevCode | Revision Code | int | 11 | 0 | | -1 | | Allow NULL? |