Update cookies preferences
Promotic

onCellEditRequested - event of the PmgWTable object

Description:
The event is triggered when cell editing is started.
Parameters:
pMe(Object) Reference to the PmgWTable object where the event rises.
pEvent(Object) Reference to the object describing detailed information about the specific event.
pEvent.Row - (Long) [for reading] Row of edited cell (zero-based index, counted including the fixed part).
pEvent.Col - (Long) [for reading] Column of edited cell (zero-based index, counted including the fixed part).
Note:
The event is triggered even if only select cells is enabled, i.e. if Interaction = 1. Then left mouse button double-click (or by pressing the Enter key) over the selected table cell calls this event, even if the cell is not switched into the edit mode in this case.

This event is also functional in Web panels.
See also:
Example:
JavaScriptVBScriptSelect and copy to clipboard

Pm.Debug(pMe.GetCellText(pEvent.Row, pEvent.Col));
PROMOTIC 9.0.28 SCADA system documentation MICROSYS, spol. s r.o.

Send page remarkContact responsible person
© MICROSYS, spol. s r.o.