My English is very poor, but I try.
I tried version 9.2.3 and have problems with headers grids, if the column is numeric, the title appears only if it is a number.
Is there any "ecn" to fix this?, How do I get?
Thank you very much.
My English is very poor, but I try.
I tried version 9.2.3 and have problems with headers grids, if the column is numeric, the title appears only if it is a number.
Is there any "ecn" to fix this?, How do I get?
Thank you very much.
This was an error in V9.2.3.
SUBJECT: Unable to modify column or row headers for non- text columns
Change Number: ECN- 4310
Status: Complete
Type of Change: Correction
Priority: High
Incidents: 2793053
RPI Number: 1096065
Date: 2014- 09- 08
Product: ACUCOBOL- GT
Module: runtime
New Version: 9.2.4
Machines Affected: All
Known Versions Affected: 9.2.3
DESCRIPTION of problem or enhancement:
When a column has a type that was numeric, it is not possible to modify
the column header for that column. This was due to ECN 4290.
Mr. Amaya,
Your English is much better than you think. There is no need to apologize. If everyone were bi-lingual we would be much less critical of each other.
Respectfully,
Darin Miller
US Navy Veteran.
In the Grid, the Data-Type specifies the input characteristics of the cells in the column.
If you have a Grid defined with DATA-TYPE ("9", "X", "U") the input on the first column only accepts digits, spaces and whatever the decimal character is defined as. The second accepts any chars, and the third accepts and chars but converts lower case letters to upper case.
The problem you describe sounds a little different. The head and even the data in the grid can be set independent of these input restrictions using a modify statement. Perhaps, the data that you are using in the MODIFY statement to transfer data to the grid has a numeric field where you are expecting an alphanumeric field.
As Greg mentions, the data that you use to add to the grid can have different pic values, and then in the grid itself, you define DATA-TYPES ("X",. So you can have a pic 9 data item that is part of the record-to-add, and the grid DATA-TYPES ("X", this would allow an alphanumeric item in the header of the grid.
This was an error in V9.2.3.
SUBJECT: Unable to modify column or row headers for non- text columns
Change Number: ECN- 4310
Status: Complete
Type of Change: Correction
Priority: High
Incidents: 2793053
RPI Number: 1096065
Date: 2014- 09- 08
Product: ACUCOBOL- GT
Module: runtime
New Version: 9.2.4
Machines Affected: All
Known Versions Affected: 9.2.3
DESCRIPTION of problem or enhancement:
When a column has a type that was numeric, it is not possible to modify
the column header for that column. This was due to ECN 4290.
There is already a patch available for version 9.2.3 which includes ECN-4310 and fixes this issue. If you have a support contract in place contact Supportline and we will provide it for you.
Cheers.