RObj, 36 (ver3.6.1)
Actual objects for object reports.
Column Name | Initial Version | Data Type | Description |
---|---|---|---|
Custom | 3.6.1 | CLOB | Holds additional formatting information for each of the reports. |
DCID | 4.0.0 | Number(10,0) | Unique identifier for this table. Indexed. Required. |
ID | 3.6.1 | Number(10,0) | Sequential number generated by the application, but uniqueness in the table is not guaranteed. Indexed. |
Label | 3.6.1 | Varchar(30) | User given label of the object. |
Layer | 3.6.1 | Number(10,0) | The layer the object exists on. |
Name | 3.6.1 | CLOB | The name given to the object. |
Name2 | 3.6.1 | CLOB | A more specific type of object like horizontal line or shaded box. |
Page | 3.6.1 | Varchar(3) | The page the object exists on. |
ReportID | 3.6.1 | Number(10,0) | The internal number for the Reports with which this record is associated. Indexed. |
Seq | 3.6.1 | Number(10,0) | The order the object is printed on a page. |
Text | 3.6.1 | CLOB | The actual content of the object. |
Type | 3.6.1 | Varchar(40) | For importing and exporting reports. It is the type of object, line, box, circle, picture, text, transcriptlist, feeslist, and sequence. |
X1 | 3.6.1 | Float | Left X coordinate. |
X2 | 3.6.1 | Float | Right X coordinate. |
Y1 | 3.6.1 | Float | Upper Y coordinate. |
Y2 | 3.6.1 | Float | Lower Y coordinate. |