Ahhh,

I have an events database that lists the details of an event and the date range 
of
number days the event runs.  If it's a one day event, eventdate is the same as 
eventdate2.
I've got the events outputting over a calendar so all the events show a single 
listing
of each event.  I want to display the event in each day within the date range 
within
a calendar.

Should I be using cfloop instead?

Any ideas would be so helpful. Thanks.

OUTPUT CODE
<cfoutput query="Events">
         <tr>
             <td class="date_cell">#LSDateFormat(Events.EVENTDATE,'MMM')# 
<strong>#LSDateFormat(Events.EVENTDATE,'DD')#</strong></td>
             <td class="name_loc_cell">#Events.EVENTNAME#</td>
             <td class="name_loc_cell">#Events.EVENTLOCATION#</td>
             <td>#Events.EVENTDESCR#</td>
            </tr>
      </cfoutput>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion MX7 by AdobeĀ®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273165
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