Note: In isCOBOL, the background and foreground colors are mapped in the RGB color model, but the CHARVA toolkit does not recognize the attribute highlight in the RGB color value so, when either blue or green or red is greater than 192, the bold attribute is set for the control.
DISPLAY MESSAGE BOX is not supported. Message box text can be printed on the console if iscobol.display_message configuration property is set to 1 or 2.When using CHARVA, iscobol.terminal.cursor_type is ignored: the cursor has the default shape provided by the current terminal. In addition, iscobol.terminal.autowrap (boolean) is ignored: the display always wraps.isCOBOL maps the background and foreground colors to the RGB color model, but CHARVA does not recognize the highlight attribute in the RGB color value, therefore isCOBOL applies the highlight attribute to the control when either the blue or green or red value is greater than 128.When PuTTY is used to connect to a Unix server and run a COBOL program through CHARVA, you should set the Character set translation to match the locale of the server. The locale of the server can be retrieved by checking the LANG environment variable:
| Copyright (c) 2017 Veryant |
| Contact us |
|
Please share your comments on this manual or on any Veryant product documentation with the email button at the top left |