Context Parameters for Cell Change Handlers

Context Parameters for Cell Change Handlers

Cell change handlers can use the following context parameters:

Parameter NameValue
@DataLanguage or @data_languageA data language code selected using the Options dialog box
@TableName or @table_nameA qualified name of the active query object like [s02].[usp_cashbook]
@ColumnName or @column_nameThe active column name
@CellValue or @cell_valueThe active cell string value
@CellNumberValue or @cell_number_valueThe active cell number value
@CellDateTimeValue or @cell_datetime_valueThe active cell datetime value
@ChangedCellCount or @changed_cell_countThe total number of changed cells in the current transaction
@ChangedCellIndex or @changed_cell_indexA cell index in the changed cell set starting 1
@TransactionID or @transaction_idA unique GUID of the current transaction
@TransactionStartTime or @transaction_start_timeA UTC start time of the current transaction
@WindowsUserName or @windows_user_nameThe Windows login of the current user