|
|
|
|
|
<Dashboard>.Display (Función)
No disponible
Refreshes elements in a Dashboard control.
HAdd(Commande)
TDB_Principal.Affiche()
Sintaxis
Actualizar la visualización de un wigdet identificado por su nombre Ocultar los detalles
<Dashboard control>.Display([<Widget>])
<Dashboard control>: Nombre del control Name of the Dashboard control to be used. <Widget>: Nombre opcional de la ventana interna o página interna  Name of internal page to update.
If this parameter is not specified, all internal windows/pages handled by the Dashboard control are updated.
Actualizar la visualización de un wigdet identificado por su índice Ocultar los detalles
<Dashboard control>.Display([<Subscript>])
<Dashboard control>: Nombre del control Name of the Dashboard control to be used. <Subscript>: Entero opcional Index of the widget to update.If this parameter is not specified, all internal windows/pages handled by the Dashboard control are updated. Observaciones - <Dashboard>.Display 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 <Dashboard>.Display are performed before giving control back, the refresh events will be run once only.
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|