Actually while you're here, i just need a little help with the last part of 
this page, it's to do with the insert function when it's updating the record.

I need it to cycled through the directories and update accordingly.

Below is a snippet of code i'm using at the moment, which is obviously now no 
good. I'm guessing i need to set up another cfdirectory loop similar to before 
and doing something like FORM.client_#directory.Name# but i have a small 
inkling it wouldn't work...


, client_ongoingcontracts=
  <cfif IsDefined("FORM.client_ongoingcontracts")>
    1
      <cfelse>
    0
  </cfif>
  , client_healthandsafety=
  <cfif IsDefined("FORM.client_healthandsafety")>
    1
      <cfelse>
    0
  </cfif>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

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