| Thread | Last Post | Replies |
|
| Disabling PDF Save | 09 Jun 2008 14:39 GMT | 1 |
Besides using Adobe Acrobat, is there a way to disable the save button when viewing a PDF file? Using ColdFusion is there an option? Sincerely, Braden
|
| CF stopping after ~ 7 days | 09 Jun 2008 14:09 GMT | 2 |
I need help guys, I have a win2000 server setup with CF 7. ColdFusion is stopping like every 7 days approximately! The server's still running, everything's ok except CF.
|
| Download multiple files? | 09 Jun 2008 10:13 GMT | 1 |
I was wondering if there's a way to allow downloading multiple files using CF (as multiple different files or as a single zip file)? I'm using CF5. Thanks, Vasco
|
| CFHTTP - HTTPS invalid certificate hostname | 06 Jun 2008 20:06 GMT | 1 |
I hope someone can help here. I am CFHTTPing to a secure site and getting connection failed reply. Looking at it deeply I found out why it?s failing but cannot think of a solution. Site I am access is "https://secure.mysupplier.com/page/check.asp" (I have
|
| How do I roll back from 8.01 to CF 7 | 06 Jun 2008 19:56 GMT | 1 |
Looks like we're going to rollback to CF7. Has anyone else had to do this yet? What do I need to do?
|
| HTTP 302 Temporary Redirect | 06 Jun 2008 15:34 GMT | 2 |
My client's website is developed using Coldfusion 8 and Fusebox 5. My client has employed an SEO consultant to look at the website and one of the suggestions the consultant has come back with is: "The website uses a 302 temporary re-direct command (Server language), if this
|
| International Usage Question | 06 Jun 2008 07:20 GMT | 6 |
I have a friend that wants to use Cold Fusion in an international setting... specifically they want to have an application built that can be used overseas, using a keyboard layout other than English, but when the data is entered into the SQL database by Cold Fusion, it is ...
|
| Error executing insert to data source, please help | 05 Jun 2008 21:53 GMT | 8 |
Hello; I am making a small security app for a log in feature. I have everything working, but when I try to post to the DB and leave a form field blank, it throws an error. I am placing my query code and then the 2 errors I am getting:
|
| Does CFFUNCTION Outside of a Component Create an Object? | 05 Jun 2008 10:04 GMT | 2 |
I created a user-defined function using the cffunction tag, but this function is NOT wrapped within a component (cfcomponent tag); rather, it's created just like functions that are written using cfscript; it's just that my particular function uses the cffunction tag instead of ...
|
| Form data encryption | 05 Jun 2008 09:48 GMT | 2 |
I am currently developing a ColdFusion application on version 8. As fas as security as concerned, I am thinking of encrypting select form data before storing them into the database. A brief explanation would be as follows; User SUBMIT form data -> CFINSERT, Encrypt() and store in ...
|
| Problem with jQuery and multiple ajax calls | 05 Jun 2008 04:05 GMT | 3 |
I've noticed an off and on problem with ColdFusion/jQuery and multiple Ajax requests. The set up is fairly straight forward. I'm using CF 8 with the updater, and the latest stable version of jQuery. I have a function that is called when a combo box value is changed. When the ...
|
| Dynamically show 1 row of a cold fusion query | 04 Jun 2008 23:00 GMT | 8 |
Hey everyone, A simple question, I am just have a hard time figuring out the most effecient and easy way to do this. Say I have a query like <cfquery name="getcrap" datasource="users">
|
| Need help modifying cfoutput date | 04 Jun 2008 20:15 GMT | 1 |
At the moment, my site is displaying today's date, using this code: <cfoutput>#dateFormat(now(),"DDDD MMM DD, YYYY")#</cfoutput> But I need "Today's Date" to roll over to the [i]next day[/i] every night at 10:00PM, rather than at midnight. Any ideas?
|
| Can you graph both daily and weekly data on the same cfchart? | 04 Jun 2008 18:51 GMT | 1 |
I've been searching the internet for any help with this issue, but have come up sort so far. I'm hoping that someone in this group may be able to help. I have four series of data that I want to create a line graph with using the cfchart functionality. All four series are ...
|
| Populate Form using select box.. | 04 Jun 2008 18:18 GMT | 6 |
I know someone has to be doing this but I haven't found them yet. I want my user to select a company from my select box and have the form popultate with its related information... WITHOUT refreshing the page. I looking for examples so if anyone has one I would greatly ...
|