ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Controls, pages and windows / Dashboard functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
DashDisplay (Function)
In french: TDBAffiche
AjaxNot available
Refreshes elements in a Dashboard control.
Example
// Ajout d'une commande et rafraîchissement du champ Tableau de bord.
HAdd(Commande)
DashDisplay(TDB_Principal)
Syntax

Refreshing the display of a wigdet identified by its name Hide the details

DashDisplay(<Dashboard control> [, <Widget>])
<Dashboard control>: Control name
Name of the Dashboard control to be used.
<Widget>: Optional name of internal window or internal page
  • WEBDEV - Server codeWEBDEV - Browser code Name of internal page to update.
If this parameter is not specified, all internal windows/pages handled by the Dashboard control are updated.

Refreshing the display of a wigdet identified by its index Hide the details

DashDisplay(<Dashboard control> [, <Index>])
<Dashboard control>: Control name
Name of the Dashboard control to be used.
<Index>: Optional integer
Index of the widget to update.
If this parameter is not specified, all internal windows/pages handled by the Dashboard control are updated.
Remarks
  • DashDisplay runs the "Refresh widget" event for the specified widget or for all widgets displayed in the Dashboard control.
  • The "Widget refresh" event may not be executed immediately: it is only executed when the hand is returned to the user (end of running code or call to function Multitask, for example)..
  • If several calls to DashDisplay are performed before giving control back, the refresh events will be run once only.
Related Examples:
WD Dashboard Training (WINDEV): WD Dashboard
[ + ] The "WD Dashboard" example is an educational example for using the Dashboard control.
This example explains how to:
- handle the control in "edit" mode,
- save/load a configuration,
- configure the control (initial configuration, addition/deletion of widgets, ...),
- refresh a widget,
- etc.
WW_Dashboard Training (WEBDEV): WW_Dashboard
[ + ] The "WD Dashboard" example is an educational example for using the Dashboard control.
This example explains how to:
- handle the control in "edit" mode,
- save/load a configuration,
- configure the control (initial configuration, addition/deletion of widgets, ...),
- refresh a widget.
Component: wd300obj.dll
Minimum version required
  • Version 19
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/21/2024

Send a report | Local help