isFieldModifiedByName()

The system function ConsoleLib.isFieldModifiedByName identifies whether or not the contents of a named field have been modified. ConsoleLib.isFieldModifiedByName returns yes if the user changed the contents of a field and returns no if the user did not change the field contents.

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.isFieldModifiedByName(name STRING in)
  returns (result BOOLEAN)
result
true, if the the specified form field was modified; otherwise false.
name
The value of the ConsoleField name field.

Related reference
EGL library ConsoleLib

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