AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones Organigrama
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
Reinitializes the content of an Organization Chart control from its data source (HFSQL data file for example). All elements are deleted from the Organization Chart control and they are re-created from the data source.
Example
// Add an element to an HFSQL data file
HAdd(FILE_CONTRIBUTORS)
// Reinitialize the Organization Chart control
ORG_MyOrganizationChart.Display()
Syntax
<Organization Chart control>.Display()
<Organization Chart control>: Control name
Name of Organization Chart control to use. The Organization Chart control is linked to a data source. Otherwise (if the control is populated programmatically), <Organization Chart>.Display has no effect.
Remarks
  • If the data source linked to the Organization Chart control is a query, this query is reinitialized.
  • The position in the Organization Chart control is not modified.
Component: wd290obj.dll
Versión mínima requerida
  • Versión 23
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 03/07/2023

Señalar un error o enviar una sugerencia | Ayuda local