Objects/Tables/Table 9651 Report Layout Selection
Table 9651 Report Layout Selection in 18
Jonas Paprotka, Base Application 18.5.29545.46345, checked
- App
- Base Application
Fields, 7Keys, 1Procedures, 6Events, 1
Versions171819202122232425262728latest
Source29
Fields, 7
| Id | Name | Type | Obsolete |
|---|
| 1 | Report ID | Integer | - |
| 2 | Report Name | Text[80] | - |
| 3 | Company Name | Text[30] | - |
| 4 | Type | Option | - |
| 6 | Custom Report Layout Code | Code[20] | - |
| 7 | Report Layout Description | Text[250] | - |
| 8 | Report Caption | Text[80] | - |
Keys, 1
| Name | Fields | Obsolete |
|---|
| Key1, clustered | Report ID, Company Name | - |
Procedures, 6
| Name | Parameters | Returns | Access | Obsolete |
|---|
| GetDefaultType | (Integer) | Integer | public | - |
| IsProcessingOnly | (Integer) | Boolean | public | - |
| HasWordLayout | (Integer) | Boolean | public | - |
| HasCustomLayout | (Integer) | Integer | public | - |
| GetTempLayoutSelected | () | Code[20] | public | - |
| SetTempLayoutSelected | (Code[20]) | | public | - |
Events, 1
| Kind | Name | Parameters | Obsolete |
|---|
| Integration event | OnBeforeHasNormalCustomLayoutSelection | (Integer, var Integer, var Boolean) | - |