Display hour glass during a lengthy operation in Ax
Before the start of our execution of lengthy code we need to place the below code
Before the start of our execution of lengthy code we need to place the below code
startLengthyOperation();
// your code here
And after the end of the code we need to place
endLengthyOperation();
This will enable the form to show hour glass until the code is executed.