|
|
|
|
|
<Dashboard>.Display (Function) In french: <Tableau de bord>.Affiche
Not available
Refreshes elements in a Dashboard control. // Add an order and refresh the Dashboard control. HAdd(Orders) DASH_Main.Display()
Syntax
Refreshing the display of a wigdet identified by its name Hide the details
<Dashboard control>.Display([<Widget>])
Refreshing the display of a wigdet identified by its index Hide the details
<Dashboard control>.Display([<Subscript>])
<Dashboard control>: Control name Name of the Dashboard control to be used. <Subscript>: 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.
Related Examples:
|
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.
|
|
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.
|
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|