Promotic
Login logon

onEditAccept - event of the PmfEnum object

Description:
The event is triggered after the editing is finished and the edited value is saved.
Parameters:
ev(Object) Reference to an object that describes information about the event
Parameters:
ev.SrcObject(Object) Pmf object where the event originated.
ev.OldValue(Variant) The original value.
Note:
This event is is functional only in JavaScript language.
Example:
Script for example in the onFormLoad event of the PmgForm object:
JavaScriptSelect and copy to clipboard

var oForm = pMe.Form;
var oEnum = oForm.CreateItem("string", "id_Enum1", "Enum 1", "");
oEnum.AddRow(0.5, "slow");
oEnum.AddRow(9.9, "fast");
oEnum.Value = 0.5;

// The function is registered into the onEditAccept event.
function onEnumChange(ev)
{
Pm.Debug("OldValue=" + ev.OldValue);
Pm.Debug("NewValue=" + ev.SrcObject.Value);
}
oEnum.AddEvent("onEditAccept", "Id_Enum1", onEnumChange);
PROMOTIC 9.0.32 SCADA system documentation MICROSYS, spol. s r.o.

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