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.
// Add an element to an HFSQL data file
HAdd(FILE_CONTRIBUTORS)
// Reinitialize the Organization Chart control
OrgDisplay(ORG_MyOrg)
Syntax
OrgDisplay(<Organization Chart control>)
<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), OrgDisplay 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.