Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by silvioc

  1. silvioc

    ##variable##

    In the following example I assign names of fields from a form to a list and then loop through the list to obtain and print the values.<br><br><br>&lt;cfset stringVars=&quot;frm_coy,frm_address,frm_inst,frm_link&quot;&gt;<br>&lt;cfoutput&gt;<br>&lt;cfloop index=&quot;lfld&quot...
  2. silvioc

    Setting/Unsetting checkboxes

    I use a quirk in how form variables are passed once the form is submitted: if a checkbox is unchecked it is not passed as a parameter to the receiving form.<br>So, let's say that my checkbox is called frm_chkYN, with accepted values &quot;Y&quot; ana &quot;N&quot;. At hte top of the receiving...

Part and Inventory Search

Back
Top