BeforeTableCellGetFocus event

This script event is fired before the focus is placed into a table cell. The event can be used to move the focus to a different column of the same row.

ValidationForm_BeforeTableCellGetFocus( _
    ByVal pXDoc As CASCADELib.CscXDocument, _
    ByVal pField As CASCADELib.CscXDocField, _
    ByVal RowIndex As Long, _
    ByRef pColumnIndex As Long _
    )
pXDoc

XDocument object that is currently loaded.

pField

Field containing the table that the cell belongs to.

RowIndex

Zero-based index of the row the cell belongs to.

ColumnIndex

Zero-based index of the column in the table the cell belongs to. Using invisible columns this can be different from the displayed column index.