|
|
|
|
|
<Organization Chart>.Occurrence (Function) In french: <Organigramme>.Occurrence Returns the number of elements found in an Organization Chart control. // Find the element according to its name NbElements is int = ORG_Direction.Occurrence() FOR i = 1 TO NbElements IF ORG_Executive[i].Title = "Vince" THEN ORG_Executive[i].SubTitle = "Employee of the month" END END
Syntax
<Result> = <Organization Chart control>.Occurrence()
<Result>: Integer Number of elements found in the Organization Chart control. This number corresponds to: <Organization Chart control>: Control name Name of Organization Chart control to use.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|