AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Propiedades WLanguage / Propiedades duplicadas
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
The ProgressBar property is used to identify and change the Progress Bar control used when calculating a Pivot Table control (PVTCalculateAll and PVTCalculateUpdate functions).
Ejemplo
PVT_Sales.ProgressBar = PROGBAR_PVTSales.Name
PVTCalculateAll(PVT_Sales)
Sintaxis

Identifying the progress bar used for calculating a Pivot Table control Ocultar los detalles

<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 Ocultar los detalles

<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.
Observaciones
  • 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.
Versión mínima requerida
  • Versión 18
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 10/05/2025

Señalar un error o enviar una sugerencia | Ayuda local