ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Web-specific functions / Progress bar functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
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..
Example
// Stoppe le rafraîchissement de la jauge
ProgressBarDisable(JAUGE_Copie)
// Et masque la jauge affichée dans une cellule
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.
Component: WDJS.DLL
Minimum version required
  • Version 16
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help