In a message dated 5/9/00 1:49:31 PM Central Daylight Time, [EMAIL PROTECTED] 
writes:

You've got extra CFOUPUT's.  See below:

> 
>  
>        <cfloop index="i" from="1" to="52" step="1">
>        <cfquery name="getdupes" datasource="personnel">
>         SELECT *
>         FROM planning_track
>         WHERE week=#createodbcdate(startweek + ((7*(i-1))+ 1))# AND
>  person=#person#
>        </cfquery>
>        <cfif getdupes.recordcount is 0>
>        <TR>
>         <td height="40">
DELETE THIS :     <cfoutput >
>          Week of #dateformat(startweek + ((7*(i-1))+ 1))#:
>  
>         <input type="hidden" name="week#i#" value=#dateformat(startweek +
>  ((7*(i-1))+ 1))#>
>         </td>
>          <TD><select name="task#i#">
>           <option value="">
DELETE THIS:          <cfoutput>
>           <option value="#gettasks.task#">#gettasks.task#
>           </cfoutput>
>           </select>
>  
>  
>         </td>
>  
>         <TD><input type="text" name="task#i#"></td>
>  
>        </tr>
>        </cfoutput>
>        </cfif>
>        </cfloop>
>        <tr>
>         <td colspan="2" align="right"><input type="submit"
>  value="submit"></td>
>  
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to