PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → Move appointments between 2 schedules
Move appointments between 2 schedules
Débuté par Eduard, 08 sep. 2018 09:39 - 2 réponses
Posté le 08 septembre 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
Posté le 10 septembre 2018 - 10:52
looking for the same...
Membre enregistré
9 messages
Posté le 21 novembre 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