<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>24 Jun 2016 23:45:00 Z</lastBuildDate><pubDate>20 Jun 2016 01:39:00 Z</pubDate><description>Hi All&#13;
&#13;
I am filling a scheduler control programmatically. I want to refresh the control after an adding an appointment without reloading the entire schedule. SchedulerDisplay actually does this and is only effective if the control is attached to a data source. Is there any other way to display the scheduler control where an appointment has been added and there is no data source connected to the control.&#13;
&#13;
By data source I mean file on the disk.&#13;
&#13;
Seems rather silly that it does not refresh the control and there is no way to do so without reading the data off the disk again.&#13;
&#13;
Cheers&#13;
André</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58187-wd21-scheduler-control/read.awp</link><title>WD21 - Scheduler Control</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58187-wd21-scheduler-control-58312/read.awp</comments><pubDate>24 Jun 2016 23:45:00 Z</pubDate><description>Hi,&#13;
&#13;
As I said ealier. read through what the functions . Do. And Look at the control. If certain things are put down in the 7 …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58187-wd21-scheduler-control-58312/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58187-wd21-scheduler-control-58312/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58187-wd21-scheduler-control/read.awp">WD21 - Scheduler Control</source><title>Re: WD21 - Scheduler Control</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58187-wd21-scheduler-control-58260/read.awp</comments><pubDate>22 Jun 2016 13:30:00 Z</pubDate><description>Hi,&#13;
&#13;
also the use of an appointment variable will help.&#13;
If you have to set a number of properties and fields,&#13;
it makes a big…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58187-wd21-scheduler-control-58260/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58187-wd21-scheduler-control-58260/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58187-wd21-scheduler-control/read.awp">WD21 - Scheduler Control</source><title>Re: WD21 - Scheduler Control</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58187-wd21-scheduler-control-58257/read.awp</comments><pubDate>22 Jun 2016 08:55:00 Z</pubDate><description>Hi Stefan,&#13;
I have to disappoint you, I don't know if that is possible.&#13;
I always wondered why PCsoft does not expose ALL proper…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58187-wd21-scheduler-control-58257/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58187-wd21-scheduler-control-58257/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58187-wd21-scheduler-control/read.awp">WD21 - Scheduler Control</source><title>Re: WD21 - Scheduler Control</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58187-wd21-scheduler-control-58256/read.awp</comments><pubDate>22 Jun 2016 08:28:00 Z</pubDate><description>Yes André,&#13;
&#13;
MyScheduler.DisplayEnabled = False&#13;
FOR EACH qry_Apointments&#13;
SchedulerAddAppointment(...)&#13;
END&#13;
MyScheduler.Displ…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58187-wd21-scheduler-control-58256/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58187-wd21-scheduler-control-58256/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58187-wd21-scheduler-control/read.awp">WD21 - Scheduler Control</source><title>Re: WD21 - Scheduler Control</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58187-wd21-scheduler-control-58252/read.awp</comments><pubDate>21 Jun 2016 23:19:00 Z</pubDate><description>Hi Arie,&#13;
&#13;
to stay with the scheduler control, do you know if it is possible to change the color or background color of the dat…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58187-wd21-scheduler-control-58252/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58187-wd21-scheduler-control-58252/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58187-wd21-scheduler-control/read.awp">WD21 - Scheduler Control</source><title>Re: WD21 - Scheduler Control</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58187-wd21-scheduler-control-58251/read.awp</comments><pubDate>21 Jun 2016 22:37:00 Z</pubDate><description>Hi Arie&#13;
&#13;
I am back and it is sorted. It turns out that you can push data straight into the scheduler control itself and do not…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58187-wd21-scheduler-control-58251/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58187-wd21-scheduler-control-58251/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58187-wd21-scheduler-control/read.awp">WD21 - Scheduler Control</source><title>Re: WD21 - Scheduler Control</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58187-wd21-scheduler-control-58249/read.awp</comments><pubDate>21 Jun 2016 21:49:00 Z</pubDate><description>André,&#13;
&#13;
maybe I'm missing something but you say you use the schedule control by programming.&#13;
So you are already using Schedul…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58187-wd21-scheduler-control-58249/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58187-wd21-scheduler-control-58249/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58187-wd21-scheduler-control/read.awp">WD21 - Scheduler Control</source><title>Re: WD21 - Scheduler Control</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58187-wd21-scheduler-control-58247/read.awp</comments><pubDate>21 Jun 2016 21:28:00 Z</pubDate><description>Hi Steve and Allard&#13;
&#13;
Pretty much given up. I cannot work out how to get the control to refresh. The Schedule control is on a t…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58187-wd21-scheduler-control-58247/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58187-wd21-scheduler-control-58247/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58187-wd21-scheduler-control/read.awp">WD21 - Scheduler Control</source><title>Re: WD21 - Scheduler Control</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58187-wd21-scheduler-control-58195/read.awp</comments><pubDate>20 Jun 2016 10:46:00 Z</pubDate><description>Hi Adre&#13;
&#13;
Scedulardisplay does this but if you would like a scedular that needs to be filteres on different users etc this does…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58187-wd21-scheduler-control-58195/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58187-wd21-scheduler-control-58195/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58187-wd21-scheduler-control/read.awp">WD21 - Scheduler Control</source><title>Re: WD21 - Scheduler Control</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58187-wd21-scheduler-control-58193/read.awp</comments><pubDate>20 Jun 2016 05:45:00 Z</pubDate><description>Andre,&#13;
I load the Scheduler control from a Variable and SchedulerDisplay works fine after the variable has been updated.&#13;
&#13;
The…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58187-wd21-scheduler-control-58193/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58187-wd21-scheduler-control-58193/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58187-wd21-scheduler-control/read.awp">WD21 - Scheduler Control</source><title>Re: WD21 - Scheduler Control</title></item></channel></rss>
