Show status messages
This option determines whether or not messages are shown in VO's status bar as entities are compiled.
Message level settings
The VOPP Plus! CA-VO Compiler tab lets you control the individual compiler message settings. It displays the message number, its description and the current message setting.
The compiler message settings were first introduced with VO 2.5a. From the 2.5a WhatsNew.DOC:
Warnings can be switched off and on individually using the registry.
Syntax:
HKEY_CURRENT_USER\Software\ComputerAssociates\CA-Visual Objects 2.5\Compiler\W<x> = "n"
with x = Warning number,
n = 1 (Warning enabled),
n = 0 (Warning disabled)
VO actually supports multiple levels of warnings, and also lets you set a message as an error.
|
VOPP Setting
|
Registry Value
|
Description
|
|
(Blank)
|
-
|
No entry in the registry for this message number. Standard VO behaviour.
|
|
Default
|
1
|
Default warning
|
|
Disabled
|
0
|
Warning is disabled
|
|
Error
|
-1
|
Message treated as an error
|
|
Warning 1
|
-2
|
Level 1 warning
|
|
Warning 2
|
-3
|
Level 2 warning
|
|
Warning 3
|
-4
|
Level 3 warning
|
|
Warning 4
|
-5
|
Level 4 warning
|
Note: When VO is installed message 51422 (converting numericals) is disabled by default.