Use the -cnlz compile option, implemented in version 2015R1. -cnlz Leading zeros are shown when numeric data items are displayed on a character based screen. Read More
User Interface
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
The display window syntax was extended in version 2018R1 to add the display of a notification window. A notification window is an undecorated window notifying the user about events that will or are happening in your program. This window doesn&... Read More
A default screen in isCOBOL uses SanSerif 9 pt bold. If you’re using the default font for your character screen and you want to change it, try this method. The attached program MAIN.cbl displays a screen, but doesn’t define the main... Read More
When the allow-container style is set, a tab control becomes a container control. 03 screen1-tc-1 tab-control tab-to-add ("Page1", "Page2") allow-container. By making the tab control a container, you remove the need to... Read More
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
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
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
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
Question: We are using the same program to run in thin client, a web browser in PC and a web browser on a phone. Will the screen auto resize to fit the browser or do we need to have different programs for each environment? Answer: No, you don&... Read More