ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

New WINDEV 2024 feature!
Help / WLanguage / WLanguage functions / Controls, pages and windows / Pivot Table 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
WLanguage procedure called by PVTCalculateAllAsynchronous
WLanguage procedure ("callback") called by PVTCalculateAllAsynchronous once all the data of a Pivot Table control has been calculated.
Example
PVTCalculateAllAsynchronous(PVT_Statistics, Calculation_completed)
INTERNAL PROCEDURE Calculation_completed(bOK is boolean)
IF NOT bOK THEN
Error(ErrorInfo())
RETURN
END
END
Syntax
PVTCalculateAllAsynchronous_Callback(<Status>)
<Status>: Boolean
  • True if the data of the Pivot Table control has been calculated,
  • False otherwise. In this case, you can use ErrorInfo to determine why the data could not be calculated.
Component: wd290obj.dll
Minimum version required
  • Version 2024
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 02/27/2024

Send a report | Local help