| Thread | Last Post | Replies |
|
| Pagelets in CF | 03 May 2007 10:08 GMT | 2 |
Does anyone know how to implement the pagelet concept with Coldfusion?.. Your reply is much appreciated : ) Thanks, Dav
|
| csv upload | 03 May 2007 09:54 GMT | 21 |
Hi i have a scheduled task which i need to upload a csv file. before i have used forms to do this, because i can not use forms in a scheduled task, i found the code below, would this work for a scheduled task? also i am getting a error with this code.
|
| Import ODBC entries into ColdFusion | 03 May 2007 01:02 GMT | 2 |
Is there a way to do this. Auto-importing of ODBC entries into ColdFusion Administrator Data Sources I have built a new server and I want all the ODBC entries I have on the new machine (which I exported from the registry on old server and imported to
|
| Custom 404 for 1 folder | 02 May 2007 19:53 GMT | 6 |
I have a customer who wants to track clicks on certain links in his own way. Basically he wants to mask where the link is really sending a person by going to his "special" folder on his site, counting the click, and then sending them on to the real site. It is affliate marketing ...
|
| Image CFC Help | 02 May 2007 05:23 GMT | 3 |
Has anyone ever worked with image.cfc component? I m trying to use it for creating thumbnails but cant work around it. Please share your code or experience if anyone has ever used it. The code I have used is as below: <cfset myfilepath= getDirectoryFromPath( getTemplatePath() ) >
|
| restrict users from downloading files | 02 May 2007 00:38 GMT | 5 |
Easy one I think, just not sure how to implement I have a login area for our distributors on our site. Within this section there is sensitive documents (price lists, etc) available for download. I have a documents.cfm page with all the relevant links to the documents.
|
| Help with Page Preloader | 01 May 2007 23:13 GMT | 3 |
I have a legacy application that has been working fine with <cfflush> to act as a preloader for display a large amount of records. However, I am being forced to port this application (currently in frames) over to a new template that usese tables & nested tables. The portion of ...
|
| Find the last character in an aplhanumreic string | 01 May 2007 22:54 GMT | 8 |
Hi guys first time poster long time hiding in the shadows, hopefully someone can help me I have set of username stored and I need to find the last character before the number for example
|
| Reading Exchange Server | 01 May 2007 21:38 GMT | 4 |
I would like to read (no send) mail from an exchange server. How do you retrieve mail from Exchange server 2003? Thanks for any help.
|
| Form Page Data Validation? | 01 May 2007 18:28 GMT | 12 |
I use ColdFusion's built-in server-side data validation alot: [i]input type="hidden" name="address_required" value="The Address field is required."[/i] I love the fact that it goes on the page that contains the form fields, rather
|
| Nested output | 01 May 2007 14:31 GMT | 1 |
I'm not sure it can even be done. After I output it I then have to put conditional formating. http://airchathams.selous.nzoffice.com/roster/rosterheaderpage2.htm Some people have two duties Mon 9th Oct @ Thur 19th Oct (confusing to output)
|
| Dynamic Counter | 01 May 2007 08:12 GMT | 1 |
I have a results page that lists different records. Each record has a link to the detail page. Can I and how do I track how many times a record has been viewed on the detail page? I would say I'm between a novice and average when it comes to CF, so please speak slowly : )
|
| Refresh without confirmation | 01 May 2007 01:51 GMT | 6 |
I have 2 pages ..First page is search the page 2nd is search result ...on that search result I have a pop up...I am resfreshing the opener then it is asking confirmation...I dont want the confirmation....If I use the locate to the result page , all the form fields disappear....Is ...
|