Summary
This table contains the properties defined for the diagram windows in the configuration. The properties include diagram background (picture or color), which buttons you want on the window, etc.
Important: It is not possible to insert a new record in this table. Create a new record in the CONF table or SUPERCONF table which will supply the OAN, AREA and ENAME fields. Then you can enter the remaining properties in this table.
|
Field name |
SQL type |
Description |
GUI name |
|---|---|---|---|
|
OAN |
INTEGER |
The object’s autonumber (read only). |
- |
|
AREA |
CHAR (31) |
The name of the area in which the diagram resides |
Name in Area Properties dialog box |
|
ENAME |
CHAR (31) |
The name of the diagram |
Name in Diagram Properties dialog box |
|
TYPE |
INTEGER |
Type of diagram: 1 = IGSS diagram 2 = OLE diagram |
|
|
X |
INTEGER |
The horizontal offset in IGSS units from the left side of the application window. |
Left in Diagram Properties dialog box |
|
Y |
INTEGER |
The vertical offset in IGSS units from the top of the application window. |
Top in Diagram Properties dialog box |
|
WIDTH |
INTEGER |
The width of the diagram window in IGSS units. |
Width in Diagram Properties dialog box |
|
HEIGHT |
INTEGER |
The height of the diagram window in IGSS units. |
Height in Diagram Properties dialog box |
|
FIRSTINDEX |
INTEGER |
Index of first descriptor on the diagram. |
- |
|
FILENAME |
CHAR (254) |
The filename of the background picture. It is recommended to save your pictures in a subfolder to the configuration root folder, for example, Pictures. This allows you to use a relative path, for example, Pictures\Bckground.bmp. You can then move the configuration to another folder or machine without losing the picture references. |
Picture in Diagram Properties dialog box |
|
STYLE |
INTEGER |
Windows style extension. See the Microsoft documentation for bit values. |
|
|
STATUSBAR |
INTEGER |
0 = Status bar is not visible 1 = Status bar is visible |
Status bar in Diagram Properties dialog box |
|
TITLEBAR |
INTEGER |
0 = Title bar is not visible 1 = Title bar is visible |
Title bar in Diagram Properties dialog box |
|
PINABLE |
INTEGER |
1, if the diagram can be put “on top”, 0 if not. |
Pinable in the Diagram Properties dialog box |
|
ONPORTAL |
INTEGER |
1 if the diagram is visible on the portal, 0 if not. |
To Portal on the Diagram Properties dialog box. |
|
OLE_SOURCE |
INTEGER |
Not yet used, must be set to 0. |
|
|
KEEPWINDOW |
INTEGER |
0 = Window can be closed. 1 = Window cannot be closed while the area is active. |
Keep Window option in Diagram Properties dialog box |
|
FUNCTIONKEYS |
INTEGER |
0 = No function keys. 1 = The picture have a set of function keys, see the FKEY table. |
Function keys in Diagram Properties dialog box |
|
BGCOLOR |
DOUBLE |
A number identifying the background color used. The number must be given in RGB hexadecimal notation. |
Color in Diagram Properties dialog box |
|
CONNECT_OAN |
INTEGER |
The autonumber of the connected to object. |
- |
|
CONNECT_AREA |
CHAR (31) |
The name of the area where the connected to object resides. |
- |
|
CONNECT_ENAME |
CHAR (31) |
The name of the object you want to connect this object to. For further information about connecting different
object types, click here |
Connect To on Data Management Definitions tab |
|
INITIAL |
INTEGER |
0 = The diagram is not opened when the area is selected. 1 = The diagram is initially opened when the area is selected. |
Affected by Set Initial Display in the Format menu of Definition. |
|
TOMENU |
INTEGER |
0 = Not present in the Diagram menu. 1 = Present in the Diagram menu. |
Name to Menu on the Definition of Diagram tab. |
|
CTRLGRP_OAN |
INTEGER |
Autonumber of the control group for this diagram, if it is a template diagram. |
Reusable diagram and Control group on the Definition of Diagram tab. |
|
CTRLGRP_ENAME |
CHAR (31) |
Name of the control group. |
As above |
See Also