isFieldModified()

The system function ConsoleLib.isFieldModified identifies for OpenUI form/fields, whether a field has been modified during the current OpenUI Statement. For OpenUI screenarray (arrayDictionary), it returns whether the field in the current row has been modified since the cursor entered the row.

This function is valid on commands that modify fields and does not register the effect of statements that appear in a BEFORE_OPENUI clause. You can assign values to fields in these clauses without marking the fields as touched.

  ConsoleLib.isFieldModified(consoleFiled1 ConsoleField in)
  returns (result BOOLEAN)
result
true, if the the specified form field was modified; otherwise false.
consoleField1
The name of the variable of type ConsoleField.

Related reference
EGL library ConsoleLib

Feedback
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.