Hi, all.

 

I'm trying to output a weekly schedule which will list the

day only one time for the first event of a particular day.

 

When the day changes, the new day of the week is displayed.

 

I did something like this successfully recently with a calendar by running

a query for the dates, then looping through all the events for the day, etc.

 

However, I'm wondering if there's a simpler way.

 

I tried this, but it didn't work:

 

<cfif get_events.event_day[currentorw] is not
get_events.event_day[currentrow - 1]>

                <cfoutput>#get_events.event_day#</cfoutput>

</cfif>

 

It was a shot in the dark, but, apparently missed the target.

 

Ideas?  (CF8)

 

Rick




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:290460
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to