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 / Scheduler functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Reinitializes the content of a Scheduler control from its data source (HFSQL data file, for example). All appointments are deleted from the Scheduler control and they are recreated from the data source.
Example
// Ajout d'un rendez-vous dans un fichier de données HFSQL
HAdd(Fic_RendezVous)
// Réinitialisation du champ Planning
SchedulerDisplay(PLN_Planning)
Syntax
SchedulerDisplay(<Scheduler control> [, <Options>])
<Scheduler control>: Control name
Name of the Scheduler control to be used.
The Scheduler control must be linked to a data source. Otherwise (if the control is populated programmatically), SchedulerDisplay has no effect.
<Options>: Integer constant
Options for displaying the Scheduler control:
schWithoutExecuteQueryUsed to avoid automatically re-running the query linked to the Scheduler control (for a Scheduler control linked to a query).
Remarks
  • If the data source linked to the Scheduler control is a query, this query is reinitialized.
  • The position in the Scheduler control is not modified.
Component: wd300obj.dll
Minimum version required
  • Version 16
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/21/2024

Send a report | Local help