Context Parameters for Cell Change Handlers
Cell change handlers can use the following context parameters:
Parameter Name | Value |
---|---|
@DataLanguage or @data_language | A data language code selected using the Options dialog box |
@TableName or @table_name | A qualified name of the active query object like [s02].[usp_cashbook] |
@ColumnName or @column_name | The active column name |
@CellValue or @cell_value | The active cell string value |
@CellNumberValue or @cell_number_value | The active cell number value |
@CellDateTimeValue or @cell_datetime_value | The active cell datetime value |
@ChangedCellCount or @changed_cell_count | The total number of changed cells in the current transaction |
@ChangedCellIndex or @changed_cell_index | A cell index in the changed cell set starting 1 |
@TransactionID or @transaction_id | A unique GUID of the current transaction |
@TransactionStartTime or @transaction_start_time | A UTC start time of the current transaction |
@WindowsUserName or @windows_user_name | The Windows login of the current user |