ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Scheduler functions
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
Selects an appointment in a Scheduler control.
Example
// Selects the first appointment found in the Scheduler control
SCH_Scheduler.SelectPlus(1)
 
// Retrieves the description of this appointment
arrAppointment is array of Appointment
arrAppointment = SCH_Schedule.ListAppointment(schAptSelected)
// Add an appointment in the Scheduler control then select this appointment
MyAppointment is Appointment
 
AdditionIndex is int
 
AdditionIndex = SCH_Scheduler.AddAppointment(MyAppointment)
SCH_Scheduler.SelectPlus(AdditionSubscript)
Syntax

Selecting an appointment identified by its index Hide the details

<Scheduler control>.SchedulerSelectPlus(<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.
iPhone/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.
Component: wd290obj.dll
Minimum version required
  • Version 23
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/22/2023

Send a report | Local help