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...
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...
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...
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><cfparam name="url.items"...
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><cfoutput> #DateFormat(Now(), "dd-mm-yy")# </cfoutput><br><br>Or am I missing...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.