|
|
|
|
|
<Organizer>.Mode (Function) In french: <Agenda>.Mode Returns the display mode of an Organizer control: day, week, month, ...
IF AGD_MonAgenda.Mode() = orgzDay THEN
AGD_MonAgenda.ChangeMode(orgzMonth)
ELSE
AGD_MonAgenda.ChangeMode(orgzDay)
END
Syntax
<Result> = <Organizer control>.Mode()
Remarks Equivalences The following lines of code are equivalent:
AGD_Agenda.ChangeMode(orgzWeek, 5)
and
AGD_Agenda.ChangeMode(orgzWeekOn5)
In both cases, <Organizer>.Mode returns the orgzWeekOn5 constant.
Related Examples:
|
Training (WINDEV): WD Handling the Organizer control
[ + ] WD Handling the Organizer control is a simple example for using the Organizer control. The following features are used: - Creating an appointment - Saving an organizer - Restoring an organizer
|
|
Complete examples (WINDEV): WD Organizer
[ + ] This example is used to synchronize some appointments between your Outlook, Lotus Notes and Google calendars. Based on the Organizer control, you have the ability to create, modify, move or delete the appointments. you also have the ability to classify the appointments by category and to link them to several external organizers.
|
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|