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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: TamHonks
  • Order by date
  1. TamHonks

    recorre string

    Dear cfm - A string with comma separated values counts as a *list*. This means a whole host of list functions are suddenly available to you for manipulating strtmp. The following segment initialises an array (separated_items), then loops through your list (strtmp) placing each item into...
  2. TamHonks

    Searching for rug sizes

    Kim -<br><br>If I were you I'd change the design of my database, and have separate (numerical) fields for rug length and rug width...<br><br>The method you propose treats numbers as if they were strings... This seems to me a problem, because won't the snippet of code you suggested pick up '1000...
  3. TamHonks

    automated data archiving

    Dave -<br><br>Write your routine to copy the data to another table, and then set up the template as a 'scheduled action'.<br><br>I'm pretty new to ColdFusion myself, and haven't done this yet, but remember reading that you can arrange for templates to be executed at regular intervals... Check...
  4. TamHonks

    displaying the output of CFQUERY or CFSEARCH by pages

    Here's something I'm working on at the moment, which might help... It collects news items from a database... Initially it displays the ten most recent items, but the links at the bottom of the page enable the user to display more if they want....<br><br>&lt;cfparam name=&quot;url.items&quot...
  5. TamHonks

    System date display

    Hi Praveen -<br><br>The transaction can't be said to have occured until the action page is called, right?<br><br>So in that case it's a matter of putting somewhere of the action page:<br><br>&lt;cfoutput&gt; #DateFormat(Now(), &quot;dd-mm-yy&quot;)# &lt;/cfoutput&gt;<br><br>Or am I missing...

Part and Inventory Search

Back
Top