In Apex 5.04, I have a Drag and Drop Calendar that will change the scheduled dates for events. It works great and changes the dates for the event as soon you drop the calendar box into the new date. But I also have reports on that page that are based on the current dates of the events on the calendar. In 5.0.4, I have to include a button that says "REFRESH" which will query and refresh the reports with the new date for the event. I have tried as many dynamic actions I can think of, but it doesn't accomplish what I need.
I was told that in 5.1, there is a way that you can execute processes outside the 'drag and drop' code, just like if you had clicked a button to submit the page. Can someone guide me as to how to accomplish this?