Ajax Event Calendar Support Product Page

This topic is locked
Answered

Dynamically change type for appt - Resolved

Asked 08 Jan 2011 19:09:18
1
has this question
08 Jan 2011 19:09:18 Christie Applegate posted:
Am developing web program for physical therapists. If a patient changes to a missed visit from a scheduled one, how would I code so that the therapist can change that? How would I direct them to a different page based on the type?

Replies

Replied 10 Jan 2011 11:13:23
10 Jan 2011 11:13:23 Miroslav Zografski replied:
Hello Christine,

So your question is - how to change the type of the event dynamically ( obviously after the appointed time is passed )? OR how to redirect to another page if the the appointed time is passed ?
OR both?

Regards,
Replied 17 Jan 2011 03:33:07
17 Jan 2011 03:33:07 Christie Applegate replied:
Sorry, been trying to get things done. Just dynamically change the type when the appointment has passed.
Replied 19 Jan 2011 17:09:23
19 Jan 2011 17:09:23 Miroslav Zografski replied:
Hello Christie,

That is not available through the UI and is not available as a functionality in the extension. However depending on the database you are using a filed value can be changed with a certain function. What database you are using?

Regards,
Replied 19 Jan 2011 17:21:42
19 Jan 2011 17:21:42 Christie Applegate replied:
MySQL, but I have decided to add an Edit Appointment link to be able to change it. I hope it is a function that you might consider putting in.
Replied 19 Jan 2011 20:04:45
19 Jan 2011 20:04:45 Christie Applegate replied:
Using the Advanced Tooltip, onmouseover, I can do the change type and onclick, I can send it to the correct page! But don't know how to send the apptID for my table to the new pages so I can populate info in them! Advice accepted gladly!
Replied 20 Jan 2011 09:44:10
20 Jan 2011 09:44:10 Miroslav Zografski replied:
Hello Christie,

You can use a mask to pass the ID - ##id##.
I.e. if you open the behavior Connector from the calendar and you assign an tool-tip event onClick and you like to open a page and pass the event id to it you can set the link to the page as follows:
yourdomain.com/yourpage.php?id=##id##

Regards,
Replied 20 Jan 2011 21:19:46
20 Jan 2011 21:19:46 Christie Applegate replied:
I need to keep better track of what I figure out versus what I have posted! Figured it out yesterday and have it working very nicely!!!

Reply to this topic