|
|
|
|
|
<Scheduler>.PositionResource (Function) In french: <Planning>.PositionRessource Displays a given resource in a Scheduler control or returns the position of first visible resource in a Scheduler control.
SCH_NoName1.AddAppointment("ABC room", "APT 1", DateSys() + "14000", DateSys() + "16000") SCH_NoName1.PositionResource("ABC room")
Syntax
Finding out the name of first visible resource Hide the details
<Result> = <Scheduler control>.PositionResource()
<Result>: Character string - Name of first visible resource in the Scheduler control (resource positioned at the top or on the left).
- Empty string ("") if the schedule is empty.
<Scheduler control>: Control name Name of Scheduler control to use (found in a window).
Displaying a schedule from the specified resource Hide the details
<Scheduler control>.PositionResource(<Resource>)
<Scheduler control>: Control name Name of Scheduler control to use (found in a window). <Resource>: Character string Name of the resource that must be displayed first.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|