2010-11-18 13:04 UTC
There is a undocumented restriction or bug for grid control (methods for adding rows).
If I define colums IN RUNTIME using
...(dcl_Grid_AddColumns GridCtrl ((Caption Justification ColumnWidth ColumnImageIndex) ...)),
...and after add rows with
...dcl_Grid_AddString, dcl_Grid_AddRow or dcl_Grid_InsertRow,
...new cells WILL NOT inherit the ColumnImageIndex and Justification from their columns.
Is this true, and why?
...and if it is true, what is the point of arguments Justification and ColumnImageIndex
in Grid_AddColumns method?
Thanx.
Slavko
If I define colums IN RUNTIME using
...(dcl_Grid_AddColumns GridCtrl ((Caption Justification ColumnWidth ColumnImageIndex) ...)),
...and after add rows with
...dcl_Grid_AddString, dcl_Grid_AddRow or dcl_Grid_InsertRow,
...new cells WILL NOT inherit the ColumnImageIndex and Justification from their columns.
Is this true, and why?
...and if it is true, what is the point of arguments Justification and ColumnImageIndex
in Grid_AddColumns method?
Thanx.
Slavko