centura

Centura Column locking Technique


How to implement child table column locking in centura ? It is used for providing better clarity to table windows, having large number of columns locking the key column.Locked columns do not scroll horizontally, they are fixed to the left side of the table window.


Solution

  • Implementation code snippet:

    Set nColumnID = SalTblQueryColumnID( tablename.columnname ) Call SalTblSetLockedColumns( Tablename, nColumnID )