show / hide menu

SetBusy

The function is used to set busy indicator for a control.

Syntax:

SetBusy(Status,Code,Description)

Status of the busy indicator can be either true or false. True indicates that the function is active and False indicates that the function is not active. The code is used to identify the control name. Description is the message used to describe the busy indicator.

Example:

SetBusy( true,Listbox,”Please Wait”)

The function should show a busy indicator with the message “Please Wait”.