I can't seem to understand how to take a element that is listed on a certain date and drag it to another date and have it update the date in the database when dragged..
Can someone help me understand this flow...
thank you
I can't seem to understand how to take a element that is listed on a certain date and drag it to another date and have it update the date in the database when dragged..
Can someone help me understand this flow...
thank you
Have you already gone through the docs?
https://docs.wappler.io/t/app-connect-calendar-dynamic-events/
It's all done through the Dynamic Events.
Your link seems to be broken...
The correct link is:
https://docs.wappler.io/t/app-connect-calendar-dynamic-events/18828
There it's explained how to pass event data when using the dynamic events.
One thing you may need to look out for is formatting the datetime on update or move. You will need to format this to the same as your database datetime field within the update step using the server side formatter for date.
ok i have the veriables passing to the form that updates the date when i move the items...how do i get it to submit or should i use another way of submitting to the dabase?
it depends on the way you want to handle the changes...
Anyway, you could proceed in 3 ways (at least):
1) Instant update per event
2) Update all the events changes done at the end
3) If you need ONLY to update the event date instantly when you DropMove or Resize an event, you could just
There are more ways and more complicated but I don't think that could fit to your needs...
Anyway, If you still have questions on above mentioned actions, drop them here.
this solution worked perfectly....thank you i really appriciate it