|
|
|
|
DashDisplay (Function) In french: TDBAffiche
Not available
Refreshes elements in a Dashboard control. // Add an order and refresh the Dashboard control. HAdd(Orders) DashDisplay(DASH_Main) 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 Name of internal window 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.
"Refresh widget" is an optional event of the internal windows used as widgets in a Dashboard control. - The event "Refresh widget" may not be run immediately: it is run when the user takes control back (end of code currently run or call to Multitask for example).
- If several calls to DashDisplay are performed before giving control back, the refresh events will be run once only.
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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|