|
|
|
|
|
<Scheduler>.SelectPlus (Function) In french: <Planning>.SelectPlus Selects an appointment in a Scheduler control.
SCH_Scheduler.SelectPlus(1)
arrAppointment is array of Appointment
arrAppointment = SCH_Schedule.ListAppointment(schAptSelected)
MyAppointment is Appointment
AdditionIndex is int
AdditionIndex = SCH_Scheduler.AddAppointment(MyAppointment)
SCH_Scheduler.SelectPlus(AdditionIndex)
Syntax
Selecting an appointment identified by its index Hide the details
<Scheduler control>.SchedulerSelectPlus(<Appointment index>)
<Scheduler control>: Control name Name of the Scheduler control to be used. <Appointment index>: Integer Index of the appointment to be selected. Appointment indexes start from 1.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|