jmtinvt
Posts: 3
|
| Posted: 04/14/2006, 7:49 AM |
|
I would like to create a calendar using .asp in codecharge. It is for a vacation request/time-off aplication. I have played around with the calendar features a bit, but it isn't what I am looking for. I would like to have something similur to MS Outlook calendar where people can enter in a requested vacation schedule, have it then be approved and then show up in a calendar higlighting the days they are off. This would be used for 40+ people. I am currently just using a data grid for this, but it isn't very visually appealing. Any ideas
|
 |
 |
peterr
Posts: 5971
|
| Posted: 04/14/2006, 1:52 PM |
|
I didn't understand what specifically wasn't working for you with the calendar. How would you like to display your data differently than what calendar displays?
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
jmtinvt
Posts: 3
|
| Posted: 04/18/2006, 5:50 PM |
|
Peter,
I have a form that my users fill out with the following fields:
-name
-vacation type
-begin date
-end date
Right now these results are shown in a grid, but I would like them to show in a calenda i.e. Sue wants to take off personal time from 4/19/2006 till 4/26/2006. I would want in the calendar to show Sue's name and that she is on personal time and have it highlighted from the 19th thru 26th.
Any ideas?
|
 |
 |
peterr
Posts: 5971
|
| Posted: 04/18/2006, 10:18 PM |
|
Thanks, I understand now what you need. Unfortunately the calendar doesn't support multi-day events, though you could request this as a future feature via support or Wishes forum.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
|