The table below lists all properties for the particular element. Not all properties might be visible when an element is added, or an existing element is selected. Some properties only become visible when a dependent property is set to a specific value.
Property | Function |
---|---|
(Name) | Specifies the logical name of the selected element. The following are reserved words and cannot be used to name an element. SUPER, COMPONENT, THIS and OWNER. |
Alias | An automatically generated unique name for the selected element. You can change this name, but if it clashes with an existing alias, you are prompted for another name or to cancel the name change. |
Author | Read-only. The identifier of the person who created the selected element. |
Created | Read-only. The date on which the selected element was created. |
CurrencySign | Specifies the character to be output with EDIT $ Attributes in the Report to be modified or added to the selected Element. By default, the value is $. |
DecimalCharacter | Specifies the character to be used as a decimal place. |
DecimalsKeyed | Specifies the default for how decimal points are used in numeric attributes. This value is inherited. |
DefaultDevice | Specifies the device to which the report will print or display. |
Description | Specifies a short description of the selected element. |
FullSuppression | Display a zero numeric value as spaces. |
InquiryOnly | Specifies whether to prevent Report logic from updating a database. The following LDL+ logic commands should not be used: FLAG, STORE, and PURGE. When you set Inquiry Only to true, all the existing logics needs to be validated again. |
IsInnerClass | An inner class has access to all the members of its containing class. When a complex class is inherited, this property is derived by the child class. |
IsResolved | Specifies whether the element exists in the model or whether it has been created during the import of an element which refers to it. Note: This property becomes visible only when an element is unresolved, that is when it is set to false. This property can only be changed from False to True. Once an element has been resolved it cannot be made unresolved again. |
IsPersistent | If IsPersistent is set to True, an attribute that is a member of a Report is critical point persistent, that is, saved at CriticalPoint commands. |
Kind | Read-only. Identifies the kind of element selected. |
Length | Read-only. Displays the combined length of all contained attributes. |
LineSpacing | Specifies the spacing between the lines. |
LineLength | Specifies the maximum length of the Report print line. This property is read-only for frames. Notes:
|
MemberPersistence | Do members default to Persistent? |
MemberVisibility | Specifies the default visibility for new member elements. This can be overridden for individual elements. |
Modified | Read-only. The date the element was last modified. |
Owner | The namespace to which the element belongs. Note: When namespace is changed, system modeler prompts for a confirmation based on the System Modeler Policies settings. Refer to System Modeler Policies for more information on System Modeler Policy settings. |
Pitch | Specifies the default pitch setting (characters per line) for printed Report output. The following pitches are available: 220, 160, 132, 99, 66, and 49. Note: This property is preset and disabled if the Default Device for your Report is Enterprise Output Manager generated Report. |
Print Type | Specifies the default settings for background color, foreground color and font for Print Presentation types in Painter at Model or Segment levels. These settings can be changed for each child element individually in Painter. Expand each sub property to select your chosen setting. Refer to PresentationType Property under Defining User Interfaces for more information. Note: The changes you apply to this property affect the display of a report. To get a desired output in a printed report, you can configure the print properties using AB Suite Runtime Administration Tool.Refer to the Agile Business Suite Runtime for Windows® Operating System Administration Guide for more information on system modeler policy settings. |
ReportParameter | Specifies the report attribute that revives the parameter used to invoke the report. |
ReservedBy | Read-only. The identifier of the user that currently has the selected element reserved. |
Security | Specifies the security level for an element for this user. The AccessControlled property of the model must be set to True to provide this option. |
SeparatorCharacter | Specifies the character to be used to delimit groups of three digits. |
Stereotype | Specifies the stereotype which identifies how the class operates and is interpreted in the system. |
StandardHeading | Specifies whether to print the standard heading on each page of the Report. |
VersionFile | |
VideoCapable | Specifies whether to direct the output of a Report to a video device. Note: In Windows runtime this property is ignored as all reports are automatically Video Capable. |
Visibility | Specifies the level of visibility for the element. Private – Only visible within its namespace. Protected – Visible within its namespace and any namespace inheriting from it. Public – Visible outside its namespace. |