Created On: 10 November 2010
Problem:
How can we restrict a cell of a Grid to accept only Numeric data? Is there any property available to achieve this?
Resolution:
Refer to the AcuCobol GT User Interface Programming manual, section 5.11.2 - Grid : Special Properties. This will show you how to set the Special Property DATA-TYPE, which you can apply to columns within your grid to define what type of data entry to allow and disallow.