You are correct, so much for trying to work late on a Sunday :) Thanks Leonard!
Bob -----Original Message----- From: Leonard Boche [mailto:[email protected]] Sent: Monday, November 02, 2009 12:07 AM To: cf-newbie Subject: Re: cf not seeing closing </cfloop> tag Hi Bob, In reviewing the code sample you provided, the only thing I can see that might be causing you an issue is the single "#" sign associated with the getEndDate query. <!--- Possible problem area <p>Hello Dr. #last_name#,<br />Below is the link to the website and instructions for voting for the personnel actions for DateFormat(getEndDate.end_voting, 'mmmm')#.</p> ---> CF is most likely trying to process everything after the # sign which is voiding out your closing <\cfloop> tag/process. Try adding a # sign to the beginning like you did further down in your code and see if things work. If that does not fix the problem, then try piecing things together until you find the culprit of the problem. Leonard ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:4875 Subscription: http://www.houseoffusion.com/groups/cf-newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15
