Updates the value of a '#'-or '@' field in the current window.

Dialog.UPDATE([Number] [, Value1])

Parameters

Dialog

Type: Dialog

The dialog you want to update.

Number

Type: Integer

Each '#' or '@' field has a specific number. The Number argument tells the system into which field it should insert Value. If you omit this parameter, all '#' or '@' fields in the current window are updated.

Value

Type: Any

This value (or expression) can be any simple C/AL data type such as Boolean, option, integer, decimal date, time, text and code. If you omit this value, then the value from the variable in the OPEN Function (Dialog) call is used.

Expand imageRemarks

Expand imageExample

Expand imageSee Also