Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

This method retrieves a column index number based on a field name.

Parameters

  • fieldName - field name, as defined in the subfile record format

Example


Retrieve column index and then remove column

var columnIndex = getObj("Grid1").grid.getColumnIndexFromFieldName("CUSTNUM");
getObj("Grid1").grid.removeColumn(columnIndex);




  • No labels