mattboy_slim
01-03-2007, 09:13 PM
I'm using a 3rd party calendar script with highlighting by days, and I'd like to use it for a "calendar of events". However, the script is set to use static days, but I'm hoping I could loop through my recordset highlighting all days where events are occurring, unfortunately, I can't find good example code online on how to accomplish this with the right results.
Here is the code that I would like to loop through:
oCalendar.AddHightlight(rs_events.Fields.Item("f_datestart").Value)
If you need more information, please let me know,
Thanks in advance,
Matt
Here is the code that I would like to loop through:
oCalendar.AddHightlight(rs_events.Fields.Item("f_datestart").Value)
If you need more information, please let me know,
Thanks in advance,
Matt