Hi, everybody!
We are using Webschedule in our application. We have modified the sample for the tabbed single resource calendar. This works fine, out users can add, edit, and delete appointments. The issue we are having with is the pop-up reminders. If the users stays on the page and clicks the Snooze button, everything works fine.
If the user navigates to another page in our application, the reminders do not pop-up. This makes sense, since the other pages did not have the calendar control, client data provider, and scheduleinfo controls. We simply added these to the other pages, and made the calendar invisible. This works fine, the pop-ups are appearing as expected.
The problem comes up when the users clicks the Snooze button on a given page, then navigates to another page. In this scenario, the pop-up immediately re-appears.
I understand why this is happening. There is nothing getting updated in the database that remembers that the user clicked the Snooze button.
I am looking for possible solutions to this without doing major surgery to the existing add, edit, and reminder pop-up screens.
What is the simplest way to make this work as the user would expect?
Thanks!
Pete