The Dialog class / ui.Dialog methods |
Returns the input buffer of the specified field.
The getFieldBuffer() method returns the current input buffer of the specified field. The input buffer is used by the dialog to synchronize form fields and program variables. In some situations, especially when using the buffered mode or in a CONSTRUCT, you may want to access the field input buffer.
LET buff = DIALOG.getFieldBuffer("customer.cust_name")
The input buffer can be set with:
A DISPLAY TO or DISPLAY BY NAME instruction
The FGL_DIALOG_SETBUFFER() function (only for the current field)
For more details about field name specification, see Identifying fields in dialog methods.