Hi All, displayTeaserCalendar.cfm the calendar webskin delivered with aura is looping over an collection/structure to display events within an calendar day.
that's the loop: <cfloop collection="#request.aInvocations[1].stEvents#" item="eventItem"> As far as an event was found in structure and event date is equal to the selected current date in the calendar it is displaying the event details. Often I got more than one event per day in the calendar. Because the structure seems to be not ordered by dmEvent.Startdate also the events are not displayed in this order. Whats the best way to get this structure ordered in ascending way by the event start date/time ? Regards, Silvio --- You are currently subscribed to farcry-dev as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
