Context Parameters for Cell Change Handlers

Context Parameters for Cell Change Handlers

Cell change handlers can utilize the following context parameters:

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

This website is using cookies. By continuing to browse, you give us your consent to our use of cookies as explained in our Cookie Policy.