PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Move appointments between 2 schedules
Move appointments between 2 schedules
Iniciado por edjove, 08,sep. 2018 09:39 - 2 respuestas
Publicado el 08,septiembre 2018 - 09:39
Hello

I want to move between 2 champs schedule the Appointment by drag and drop, but not find how

Can you help me?

thanks
Publicado el 10,septiembre 2018 - 10:52
looking for the same...
Miembro registrado
10 mensajes
Publicado el 21,noviembre 2018 - 18:38
Again, I want drag and drop for 2 schedulers, is this possible?

I tried this, but nothing works:

SCH_OpenOrders..DndSource=dndProgram
SCH_OpenOrders..DndTarget=dndProgram
SCH_Main..DndSource=dndNone
SCH_Main..DndTarget=dndProgram

DnDEvent("FuncDragOver", "SCH_OpenOrders", dndBeginDrag)
DnDEvent("FuncDragOver", "SCH_OpenOrders", dndDragOver)
DnDEvent("FuncDrop", "SCH_OpenOrders", dndDrop)
DnDEvent("FuncDrop", "SCH_Main", dndDrop)


FuncDragOver and FuncDrop are never called.

--
br
markus