NEW property
In contrast to most other input components in which de-/activating functions takes place using the “GOM” definition on the form tab, rule are used for this for FS_CATALOG and FS_INDEX.
Creating entries (FS_CATALOG and FS_INDEX)
The input components
offer the function
- : New entry
to the editor by default.
For deactivating this function, rules are used, namely using the property NEW.
Example:
<RULES>
<RULE when="ONLOCK">
<WITH>
<FALSE/>
</WITH>
<DO>
<PROPERTY name="NEW" source="fs_index"/>
</DO>
</RULE>
</RULES>
In this example, creating new entries is prevented. The respective icon is inactive.
Duplicate (FS_CATALOG)
In addition, FS_CATALOG offers functionality for duplicating existing entries.
See also property COPY.