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
Displays a given resource in a Scheduler control or returns the position of first visible resource in a Scheduler control.
Example
SchedulerAddAppointment(SCH_NoName1, "ABC room", "APT 1", DateSys() + "14000", DateSys() + "16000")
SchedulerPositionResource(SCH_NoName1, "ABC room")
Syntax

Finding out the name of first visible resource Hide the details

<Result> = SchedulerPositionResource(<Scheduler control>)
<Result>: Character string
  • Name of first visible resource in the Scheduler control (resource positioned at the top or on the left).
  • Empty string ("") if the schedule is empty.
<Scheduler control>: Control name
Name of Scheduler control to use (found in a window).

Displaying a schedule from the specified resource Hide the details

SchedulerPositionResource(<Scheduler control> , <Resource>)
<Scheduler control>: Control name
Name of Scheduler control to use (found in a window).
<Resource>: Character string
Name of the resource that must be displayed first.
Component: wd290obj.dll
Minimum version required
  • Version 17
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help