ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Organizer 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 an Organizer control.
Example
// Selects the first appointment found in the Organizer control
ORG_MyOrganizer.SelectPlus(1)
// Retrieves the description of this appointment
arrAppointment is array of Appointment
arrAppointments = ORG_MyOrganizer.ListAppointment(orgAptSelected)
// Adds an appointment in an Organizer control and selects that appointment
AdditionIndex is int
gMyAppointment is Appointment
AdditionIndex = ORG_MyOrganizer.AddAppointment(gMyAppointment)
ORG_MyOrganizer.SelectPlus(AdditionIndex)
Syntax

Selecting an appointment identified by its index Hide the details

<Organizer control>.SelectPlus(<Appointment index>)
<Organizer control>: Control name
Name of the Organizer control to be used. This control can correspond to:
    <Appointment index>: Integer
    Index of the appointment to be selected. Appointment indices start from 1.
    Component: wd290obj.dll
    Minimum version required
    • Version 23
    This page is also available for…
    Comments
    Click [Add] to post a comment

    Last update: 06/19/2023

    Send a report | Local help