|
|
|
|
|
ProgressBarDisable (Function) In french: JaugeDésactive
Warning
From version 24, GaugeDeactivate is kept for backward compatibility. This function has been replaced with ProgressBarDisable.
Stops the periodic refresh of a Progress Bar via AJAX. Caution: This function cannot be used in a PHP or AWP site..
ProgressBarDisable(JAUGE_Copie)
CellCloseDialog(CELL_Jauge)
Syntax
ProgressBarDisable(<Progress Bar control>)
<Progress Bar control>: Control name Name of the Progress Bar control to use Remarks - The function has no effect if no refresh is enabled.
- If the refresh was started by ProgressBarEnable, ProgressBarDisable stops the periodic calls to the server. If a server process is enabled, its execution continues.
- If the refresh was started by ProgressBarExecute, ProgressBarDisable stops the periodic calls to the browser function. Therefore, the last calls to the function are not run.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|