Skip to Content

 User Interface

How to refresh the current contents of a paged grid

You can empty the grid of any data except for column headers through the action property, like this: modify grid-1 action = ACTION-CURRENT-PAGE Then generate the grid's PAGED-NEXT event. If you position a data file using the START statement... Read More

How to add helpful options to the Status-Bar control

There are some user-friendly options that are often displayed on the status bar at the bottom of the screen. These include whether the caps lock, num lock, and insert mode keys are on or off, as well as the current date and time. isCOBOL's... Read More

Does isCOBOL provide Graph modules to show statistics?

We suggest using one of the many Java Beans packages for graphing and other statistics tools. isCOBOL's sample program ISCONTROLSET is our demo showing the GUI capabilities of each control in the isCOBOL control set. It also demonstrates using... Read More

Does isCOBOL provide GUI design support?

Yes! It's easy to design and generate fully graphical screen programs using the WYSIWYG Screen editor in the isCOBOL IDE. The IDE includes several other content editors make your GUI screen design problem free; for example, there are graphical... Read More

iscobol.font.default and DEFAULT-FONT

When a program requests DEFAULT-FONT... Use the value of iscobol.font.default if it is set If iscobol.font.default is not set then use the value of iscobol.font.medium if it is set If neither iscobol.font.default nor iscobol.font.medium are set... Read More

Results 1 - 10 of 32