ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Controls, pages and windows / Organizer functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Moves the time area displayed to the next area (next weeks for example) in an Organizer control. The Organizer control is displayed from the day corresponding to the next time area.
Remarks:
Example
// Passage en affichage au mois
OrganizerChangeMode(AGD_MonAgenda, orgzMonth)
// Affichage du mois en cours
OrganizerPosition(AGD_MonAgenda, DateSys())
// Passage au mois suivant
OrganizerDisplayNextPeriod(AGD_MonAgenda)
Syntax
OrganizerDisplayNextPeriod(<Organizer control>)
<Organizer control>: Control name
Name of the Organizer control to be used. This field may correspond to:
  • WINDEV an Organizer control in a window.
Component: wd300obj.dll
Minimum version required
  • Version 15
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/21/2024

Send a report | Local help