The buttons for creating/editing axesWord form fields (i.e., buttons in the Forms function group on the axesWord tab) can be enabled or disabled via a registry entry.
Applies to:
axesWord version 26.0 and later
Where are the keys entered?
Starting with axesWord 26.0, this setting can be configured via the Windows Registry.
Settings in the Registry can be made in various locations with different levels of priority. A setting can be overridden by a setting from a location with a higher priority:
Computer\HKEY_CURRENT_USER\SOFTWARE\axes4\axesWord(lowest priority)
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\axes4\axesWordComputer\HKEY_CURRENT_USER\SOFTWARE\Policies\axes4\axesWordComputer\HKEY_LOCAL_MACHINE\SOFTWARE\Policies\axes4\axesWord(highest priority)
All settings are combined into a single setting in order of priority.
How are the keys entered?
The following subkey tree must be defined under the registry keys listed above:
Computer
└── HKEY_CURRENT_USER or HKEY_LOCAL_MACHINE
└── SOFTWARE
└── Policies\axes4 or axes4
└── axesWord (REG_KEY)
└── Features (REG_KEY)
└── EnableForms (DWORD: 0|1)
Default values
If no key is set in the registry, the default value is 1 (true) and the buttons for the form functions are enabled.
Explanations
The value (DWORD: 0|1) is interpreted as a boolean value; that is, 0 means false (disabled) and 1 means true (enabled).