WinPosSize Table (208)
•
Environment: onsite, online
Some tooltip text!
• 2 minutes to read
• 2 minutes to read
Stores the position and size of each window, so they can be shown in the same place again
Fields
| Name | Description | Type | Null |
|---|---|---|---|
| WinPosSize_id | Primary key | PK | |
| assoc_id | Owning associate | FK associate | |
| owner | The dialog, panel or whatever that owns this record | String(254) | |
| state | Normal = 0, Maximized = 1, Minimized = 2 | Enum ShowWindowState | |
| extraId | Spare ID, not yet in use | Id | ● |
| leftX | X of origin, left edge of widget | Int | |
| upperY | Y of origin, upper edge of widget | Int | |
| width | The width of the widget | Int | |
| height | The height of the widget | Int | |
| extraInfo | Extra information - show state, or whatever is required | String(254) | |
| registered | Registered when | UtcDateTime | |
| registered_associate_id | Registered by whom | FK associate | |
| updated | Last updated when | UtcDateTime | |
| updated_associate_id | Last updated by whom | FK associate | |
| updatedCount | Number of updates made to this record | UShort |

Indexes
| Fields | Types | Description |
|---|---|---|
| WinPosSize_id | PK | Clustered, Unique |
| assoc_id, owner | FK, String(254) | Index |
Relationships
| Table | Description |
|---|---|
| associate | Employees, resources and other users - except for External persons |
Replication Flags
- Area Management controlled table. Contents replicated to satellites and traveller databases.
- Replicate changes UP from satellites and travellers back to central.
- Copy to satellite and travel prototypes.
Security Flags
- No access control via user's Role.