FormControl.lockWindowUpdate Method [AX 2012]

Locks or unlocks the window of the control for update.

public boolean lockWindowUpdate(boolean lock)

Run On

Client

Parameters

lock
Type: boolean
A Boolean value: true to lock the window, and false to unlock the window.

Return Value

Type: boolean
true if the operation was successful; otherwise, false.

Community Additions

ADD
Show: