AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones del planificador
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
SchedulerSelectPlus (Function)
In french: PlanningSelectPlus
Selects an appointment in a Scheduler control.
Example
// Selects the first appointment found in the Scheduler control
SchedulerSelectPlus(SCH_Schedule, 1)

// Retrieves the description of this appointment
arrAppointment is array of Appointment
arrAppointment = SchedulerListAppointment(SCH_Schedule, schAptSelected)
// Add an appointment in the Scheduler control then select this appointment
MyAppointment is Appointment
 
AdditionIndex is int
 
AdditionIndex = SchedulerAddAppointment(SCH_Schedule, MyAppointment)
SchedulerSelectPlus(SCH_Schedule, AdditionSubscript)
Syntax

Selecting an appointment identified by its index Hide the details

SchedulerSelectPlus(<Scheduler control> , <Appointment index>)
<Scheduler control>: Control name
Name of Scheduler control to use.
<Appointment index>: Integer
Index of the appointment to be selected. Appointment indices start from 1.
WINDEVWEBDEV - Server codeiPhone/iPad

Selecting an appointment identified by an Appointment variable Hide the details

SchedulerSelectPlus(<Scheduler control> , <Appointment used>)
<Scheduler control>: Control name
Name of Scheduler control to use.
<Appointment used>: Appointment variable
Appointment variable corresponding to the appointment to select.
Business / UI classification: UI Code
Component: wd290obj.dll
Versión mínima requerida
  • Versión 16
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

Señalar un error o enviar una sugerencia | Ayuda local