kredd
09-17-2005, 07:29 PM
hello all,
creating an array of calendar events from a recordset. i use 'select count' to make sure there are records for the month selected, if so, i put them into the array.
the problem is that if there is only one event for the first day of the month it won't display it. if there are two events on the first day it will start with the second event on the first day. all other days for every month display fine... its just the very first event for the very first day of every month. i'm using get.rows to create my array.
i've also written out the array and manually counted the number of events for a given month and checked it against the 'select count' method and both numbers match. it seems the problem isn't with getting the info from the database, but with writing out the array. :confused:
thanks!
kelly
creating an array of calendar events from a recordset. i use 'select count' to make sure there are records for the month selected, if so, i put them into the array.
the problem is that if there is only one event for the first day of the month it won't display it. if there are two events on the first day it will start with the second event on the first day. all other days for every month display fine... its just the very first event for the very first day of every month. i'm using get.rows to create my array.
i've also written out the array and manually counted the number of events for a given month and checked it against the 'select count' method and both numbers match. it seems the problem isn't with getting the info from the database, but with writing out the array. :confused:
thanks!
kelly