Xbasic

UI_DLG_REFRESH Function

Syntax

V UI_DLG_REFRESH(C title[,L asynchronous])

Arguments

title

The name of the dialog box.

asynchronous

Logical

Description

Refresh the contents of the named dialog box, optional flag allows call to return *before* refresh is ever done.

Discussion

The UI_DLG_REFRESH() function causes the dialog code to be re-run. refreshing the display of variables and conditional sections in the dialog. It may be necessary to refresh the dialog if a variable that is displayed on the dialog is changed externally, or if the dialog contains conditional sections and the variable that the condition is based on is changed externally. In some case, you might find that the UI_DLG_Refresh() command does not update the dialog correctly. If, so, then try the UI_DLG_REFRESH_TARGETED() command.

Limitations

Desktop applications only.

See Also