|
|
|
|
|
SchedulerPositionResource (Function) In french: PlanningPositionRessource Displays a given resource in a Scheduler control or returns the position of first visible resource in a Scheduler control.
SchedulerAddAppointment(SCH_NoName1, "ABC room", "APT 1", DateSys() + "14000", DateSys() + "16000")
SchedulerPositionResource(SCH_NoName1, "ABC room")
Syntax
Finding out the name of first visible resource Hide the details
<Result> = SchedulerPositionResource(<Scheduler control>)
<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
SchedulerPositionResource(<Scheduler control> , <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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|