void ShowBusyWindow(BOOLEAN Show)
Description
This function tells QMF for Windows to show or hide the busy window. The busy window is useful to provide feedback to the user and enables the user to cancel a pending database action. This function only works, if you called SetBusyWindowMode() with a mode of RSM_CLIENTCONTROLLED. If you set a parent window by calling SetParent(), the busy window will be modal to the specified window.
Parameters
Name | Description |
---|---|
Show | Non-zero shows the busy window; zero hides the busy window. If non-zero, the busy window displays until you call ShowBusyWindow() with Show set to zero. |
Return Value
None
Related Tasks