This setting allows you to override the default value for the UseUniqueHelp property for fields when implementing context-sensitive online help.
UseUniqueHelp = option
• option - A boolean that indicates what the default value will be for the UseUniqueHelp field property:
Value |
Description |
---|---|
TRUE |
Indicates that the UseUniqueHelp property will default to True for new fields. |
FALSE |
Indicates that the UseUniqueHelp property will default to False for new fields. |
By default, the UseUniqueHelp property is set to True for any new fields you create. If you do not want to have unique help for each field in your application, use this setting to have the UseUniqueHelp field property set to False for any new fields.