ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Web-specific functions / Progress bar functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Warning
From version 24, GaugeDeactivate is kept for backward compatibility. This function is replaced by ProgressBarDisable.
Stops the periodic refresh of a Progress Bar via Ajax.
Caution: This function cannot be used in a PHP or AWP site.
Example
// Stop the refresh of the Progress Bar
ProgressBarDisable(PROGBAR_Copy)
// Hide the Progress Bar displayed in a cell
CellCloseDialog(CELL_ProgBar)
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: 06/07/2022

Send a report | Local help