displayFieldsByName()

The system function ConsoleLib.displayFieldsByName displays form field values to the Console. If data elements are bound to the fields, the data will be retrieved from those elements and formatted according to the rules specified with the form field. For an unbound form field, data can be set directly to these fields by accessing the ConsoleField.value field.

  ConsoleLib.displayFieldsByName(
    consoleFieldName1 ConsoleFieldName in
    { , consoleFieldName1 ConsoleFieldName in})
consoleFieldName1
The names of the fields to display.

Related reference
EGL library ConsoleLib

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