| Thread | Last Post | Replies |
|
| CFLOCATION not rendering page | 29 Aug 2008 09:48 GMT | 5 |
Using a CFLOCATION tag does not always render the page I want to go to, it renders a blank page. The URL is correct and if I do a refresh, the page comes up just fine. If I have debug on, I see the previous pages info with the correct URL.
|
| How-to cfpdfform pre-fill a pdf form | 29 Aug 2008 09:45 GMT | 1 |
I am trying to pre-populate a pdf form with xml data. I found an example of how-to extract data from a form called "cfpdform-xmldata-read.zip", but I want to pre-populate the form with existing data.
|
| cfqueryparam inside a cfif | 29 Aug 2008 00:57 GMT | 1 |
I am in the process of adding <cfquerypram> tags to all my URL & FORM query variables (to protect against recent SQL injection attacks) and have come up against a few challenges. If one of those form/URL variables are a condition within a <cfif> statement, is it vulnerable to ...
|
| complex query MySQL / CF | 29 Aug 2008 00:52 GMT | 9 |
I've created a MySQL database which is for a blog. I have five fields called keyword1, keyword2, etc. I want to write a query to populate a form list with "unique" keywords after comparing all five keyword fields. The reason I don't want to have just one field is to avoid ...
|
| UPS Tracking - Online Tools integration | 28 Aug 2008 21:44 GMT | 2 |
I need to generate a UPS tracking number with my online store and email it to the customer. The documentation from UPS is basically crap, and I have no idea how to implement it so it generates unique tracking numbers for each order placed.
|
| Binding to a javascript function is not working | 28 Aug 2008 21:23 GMT | 3 |
I am trying to use the following code to bind to a javascript function and it's not working. I finally had to use jQuery to bind the event handler, but I would like to see the CF generated stuff work. Am I missing something here? This jquery code is the workaround:
|
| Bind in CFGRID with a CFC, HELP! | 28 Aug 2008 21:15 GMT | 1 |
Hey everybody, I am new to the world of CFC's and have run into a roadblock with trying to utilize CFGRID. I want to do a BIND expression and I thought I had the correct syntax but no avail. Im passing a Form variable (search_mfg) to the results page. Ill post my CFC and ...
|
| xmlTransform() and an Unnecessary XML declaration | 28 Aug 2008 18:45 GMT | 1 |
Is there a way to stop this code from producing an unnecessary XML declaration. When I run the following code it produces an XML declaration after the body tag. <body>
|
| Need help with application.cfc | 28 Aug 2008 18:01 GMT | 6 |
Here is what I am trying to do. I have a login page, and when a user logs in it verifies their credentials. If everything is good it sets a session variable called #session.username#. What I want to happen is at that point update a database field to set the user logged on status ...
|
| Counting or viewing active sessions? | 28 Aug 2008 14:01 GMT | 1 |
Is there a way to view active session data from an Administrative point? I'd like to see how many people are signed in versus "just browsing" the site. I'm using sessionmanagement but not clientmanagement/storage if that helps.
|
| CFC Performance: An Experiment | 28 Aug 2008 13:28 GMT | 5 |
I was trying to measure the performance overhead of using a CFC versus using a plain cfinclude, and I have come up with some really strange results. I hope someone can throw a light on what is going on. So basically I made 3 files.
|
| Problems with Java object that connects to a webservice | 28 Aug 2008 12:28 GMT | 1 |
First of all, I am pretty new to Coldfusion. I am primarily a .Net developer, but we are attempting to migrate to Livecycle DS for a lot of things, so therefore migrating to Java. So, I am using Netbeans as my Java IDE and Dreamweaver as my CF IDE. (Just
|
| Hyerlinks in CFGRID | 28 Aug 2008 12:15 GMT | 1 |
I am using a cfgrid bound to a cfc to populate it with data in CF8. All is working well. One of the columns in the grid contains a string which are urls without the "http : // www."
|
| File Upload and AJAX UI | 28 Aug 2008 12:14 GMT | 2 |
I understand why you cannot upload a file via an AJAX submitted form but I really would like to know the proposed way to upload a file within AJAX UI controls (cflayout, cfdiv, ect.) is. I really would like to know what Adobe has to say about this.
|
| CFMAILPARAM - Attachment Lossing Names | 27 Aug 2008 20:11 GMT | 1 |
Currently, I'm using CF7. When I attached a PDF inside a CFMAIL, the filename within the email became "ATT411668.dat", instead of "FileName.PDF". 1) I've removed all the non-alphanumeric characters. 2) I've truncated the filename to only 49 characters.
|