Windows Component
Fnd_Wnd_CancelCloseAll
Fnd_Wnd_CancelCloseAll
Parameters
| Parameter | Type | Description |
|---|---|---|
| No parameters required |
Description
Call this method to end Foundation’s attempts to close all windows. For example, if the user selects Close All Windows from the Window menu, and a dialog asks if they want to save changes, and Cancel is selected, call this so no more windows are closed. If (Fnd_Gen_QuitNow)
Fnd_Dlg_Confirm ("Are you sure you want to quit without saving?")
If (OK=0) Fnd_Wnd_CancelCloseAll End if End if
Extracted source text
Fnd_Wnd_CancelCloseAll
Parameter Type Description
No parameters required.
Call this method to end Foundation’s attempts to close all windows. For example, if the user selects Close
All Windows from the Window menu, and a dialog asks if they want to save changes, and Cancel is
selected, call this so no more windows are closed.
If (Fnd_Gen_QuitNow)
Fnd_Dlg_Confirm ("Are you sure you want to quit without saving?")
If (OK=0)
Fnd_Wnd_CancelCloseAll
End if
End if