Title: Did you know how to customize color of the borders of some controls?

You can make this using the property BORDER-COLOR in all controls with borders.
This property, supported on all controls that have the border when BOXED style is set.
It supports all cobol color values and also RGB colors.
The following example shows how to use the new property BORDER-COLOR:

  03 efname entry-field line 2 col 12 size 30 
            border-color 11
  03 efaddress entry-field line 4 col 12 size 30 
            border-color 13.

The image shows the final result.

Authored by: Veryant Support on Tue, Sep 20th, 2016 at 7:00 PM
This question has been viewed 4514 times so far.
Online URL: http://support.veryant.com/support/phpkb/question.php?ID=280

Powered by PHPKB Knowledge Base Software