This event occurs when the user moves a column. EVENT-DATA-1 contains the physical column number being moved. EVENT-DATA-2 is the physical number of the column immediately to the left of the newly moved column at the time it is moved.
You can track the physical reordering of a grid by capturing the MSG-COLUMN-MOVED event.
For this event to occur, the grid must have the MOVEABLE-COLUMNS style. To prevent the event from occurring, set EVENT-ACTION to EVENT-ACTION-FAIL.
The following defines physical vs. logical columns: