Skip to Content

 User Interface

How to set a custom border color for controls

a { text-decoration: none; color: #464feb; } tr th, tr td { border: 1px solid #e6e6e6; } tr th { background-color: #f5f5f5; } You can use the BORDER-COLOR property on any control that displays a border when the BOXED style is... Read More

How to use the Accordion style TAB-CONTROL.

a { text-decoration: none; color: #464feb; } tr th, tr td { border: 1px solid #e6e6e6; } tr th { background-color: #f5f5f5; } a { text-decoration: none; color: #464feb; } tr th, tr td { border: 1px solid #e6e6e6; } tr... Read More

How to show an animated gif with isCOBOL

To display a moving image, or .gif, use a label control, assigning a title in HTML code. For example: string '<html><img src="file:' delimited by size path-gif delimited by trailing space '">... Read More

How to configure the color of a read-only entry-field.

To change the default color of a read-only entry-field you can apply the background-color and foreground-color properties or the color property to combine custom background and foreground colors in the entry-field control's properties.  To... Read More

Results 1 - 10 of 33