PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WD20] Scheduler Control: skip weekend
[WD20] Scheduler Control: skip weekend
Iniciado por guest, 18,ene. 2016 15:04 - 2 respuestas
Publicado el 18,enero 2016 - 15:04
Does anyone know if it is possible to skip weekend days when adding an appointment in the scheduler control?
I know it is possible to define working hours for a day.

What I need to create is a user drags in an appointment for 56 hours (example).
Based on 8 working hours per day the appointment would be devided over 7 days. But then I want to exclude the weekend days. So entering this appointment on a Monday, the last day would be next week Tuesday.

Of course I can split the scheduled appointment into multiple to prevent it being on a weekend but then when the user wants to move it, he has to move multiple appointments. Or I need to program the connection between the appointments and recalculate all when user changes the appointment. I prefer a more simple method like working hours.

Cheers,

Adri
Publicado el 18,enero 2016 - 15:51
Hi Adri,

We ditched the scheduler control for doing that. We simply use the Gant Control. You can define working days and working hours per ressources.

Best regards,
Alexandre Leclerc
Publicado el 18,enero 2016 - 21:58
Thanks Alexandre, I will have a look at that.

Cheers,
Adri