ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage properties / Duplicated properties
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
The ProgressBar property is used to identify and change the Progress Bar control used when calculating a Pivot Table control (PVTCalculateAll and PVTCalculateUpdate functions).
Example
TCD_Ventes.Jauge = JAUGE_TCDVentes.Nom
PVTCalculateAll(TCD_Ventes)
Syntax

Identifying the progress bar used for calculating a Pivot Table control Hide the details

<Result> = <Pivot Table control>.ProgressBar
<Result>: Character string
  • Name of the Progress Bar control used.
  • Empty string ("") if the automatic progress bar of the Pivot Table control is used.
<Pivot Table control>: Control name
Name of Pivot Table control.

Changing the progress bar used for calculating a Pivot Table control Hide the details

<Pivot Table control>.ProgressBar = <New Progress Bar>
<Pivot Table control>: Control name
Name of the Pivot Table control to be used.
<New Progress Bar>: Character string
New name of the progress bar to use. This name may correspond to:
  • the name of a Progress Bar control (Name property used on the Progress Bar control).
  • an empty string ("") if the automatic progress bar of the Pivot Table control must be used.
Remarks
  • Progress Bar status bars cannot be used.
  • If the Progress Bar control is invisible, it is automatically made visible during the calculation then it becomes invisible at the end of calculation.
Minimum version required
  • Version 18
Comments
Click [Add] to post a comment

Last update: 05/10/2025

Send a report | Local help