The grid allows you to sort dates when the SORTABLE-COLUMN style is set. You have to specify the date-format for the column using DATA-TYPES property. e.g. DATA-TYPES ("D,yyyy-MM-dd") Read More
User Interface
Since double click on grid cells make you edit the cell value, the event returned for double click is MSG-BEGIN-ENTRY. During this event, you can inquire the ENTRY-REASON property in order to distinguish if double click used to edit the cell. if... Read More
The ability to pop up a list of possible values while the user is editing an EntryField is possible using the PROPOSAL properties of the entry-field control. In attachment a complete test program that show this particular functionality. Read More
isCOBOL uses the following fonts by default: DEFAULT-FONT = SansSerif 9 pt bold MEDIUM-FONT = SansSerif 9 pt bold FIXED-FONT = Monospaced 9 pt bold TRADITIONAL-FONT = Monospaced 9 pt bold LARGE-FONT = SansSerif 10 pt bold SMALL-FONT =... Read More