<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>1 May 2015 23:08:00 Z</lastBuildDate><pubDate>1 May 2015 20:51:00 Z</pubDate><description>I have a schedule control. When I right click an appointment and select modify the appointment turns into a temporary edit field. When I right click and select new appointment, the new appoinment turns into a temporary edit field.&#13;
&#13;
I am trying to find a way to prevent this. When I right click and select new appointment I want to bring up my own appointment form. The code for this is below. The problem is after the call to FillSchedule() the code moves on to the 'Entry in edit in an appointment' process and turns the appointment into the temporary edit that I don't want. I've tried sending keys and mouse clicks, but it seems that code happens before the appointment is turned into an edit.&#13;
&#13;
I want to do the same thing with edit/modify. Does anyone know how I can prevent this default behavior?&#13;
&#13;
PROCEDURE BeforeCreation(aptCreated is Appointment) IF Open(WIN_Form_Task,True,0,Left(aptCreated.StartDate,8)) THEN FillSchedule() ELSE // This code succesfully removes the temporary edit field if the new appointment/task was cancelled ExecuteProcess(MySelf,trtDeleteScheduleApt, aptCreated) END PROCEDURE EnterInInput(aptEdited is Appointment) SendKey("{ESC}")</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51902-wd20-schedule-control-preventing-default-process/read.awp</link><title>[WD20] Schedule Control - Preventing Default Process</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/51902-wd20-schedule-control-preventing-default-process-solved-51907/read.awp</comments><pubDate>1 May 2015 23:08:00 Z</pubDate><description>Awesome. I had been unsuccessfully trying to use RETURN. Thanks Stefan!&#13;
&#13;
Unchecking 'Allow the direct input on an appointment'…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51902-wd20-schedule-control-preventing-default-process-solved-51907/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51902-wd20-schedule-control-preventing-default-process-solved-51907/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51902-wd20-schedule-control-preventing-default-process/read.awp">[WD20] Schedule Control - Preventing Default Process</source><title>Re: [WD20] Schedule Control - Preventing Default Process [SOLVED]</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51902-wd20-schedule-control-preventing-default-process-51906/read.awp</comments><pubDate>1 May 2015 22:42:00 Z</pubDate><description>Hi Curtis,&#13;
&#13;
if you use the code:&#13;
&#13;
Result False&#13;
&#13;
in the code-events of the scheduler, you can stop the action.&#13;
And there a…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51902-wd20-schedule-control-preventing-default-process-51906/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51902-wd20-schedule-control-preventing-default-process-51906/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51902-wd20-schedule-control-preventing-default-process/read.awp">[WD20] Schedule Control - Preventing Default Process</source><title>Re: [WD20] Schedule Control - Preventing Default Process</title></item></channel></rss>
