| Thread | Last Post | Replies |
|
| Setting cookies in a webservice doesn't work | 18 Sep 2007 11:55 GMT | 1 |
I am using a ColdFusion component to publish a web service and I want that web service to set a cookie. However, this does not appear to always work. Specifically, if I invoke the web service from the browser by entering a URL such as "service.cfc?method=name" in the address bar, ...
|
| carrage return issue | 18 Sep 2007 10:24 GMT | 3 |
hi i have a array which is set from a csv file, and then inserted into a table. the problem i am having is the surname which is the first array is entering a carrage return before the text. how can i remove this carrage return?
|
| Problems with different versions of ColdFusio | 18 Sep 2007 10:19 GMT | 1 |
I installed CF8 using the multiserver option and also deployed CF7 on the same JRun without checking to create a service. I also downloaded the latest version of the Java SDK (1.4.2_15) and installed on my machine. I created a different jvm.config file (jvm_cfmx7.config) in my ...
|
| Using cfimage to reduce file size | 18 Sep 2007 08:43 GMT | 2 |
I want my site's users to upload their photos. If the user tries to upload a file over 100kb, I want to use the Quality attribute of cfimage to reduce the size to 100kb. To do this, do I first have to upload the file with <cfimage action="write" destination=[myserver]>, and ...
|
| iText: setting ownerPassword for PdfReader | 18 Sep 2007 03:21 GMT | 1 |
Can't seem to find a straight forward answer for this. I'm using iText to open an existing form, that has a owner password and then populate it, and save out the results. Everything works if I Don't have a owner password. So the Question is how to I define the owerPassword when ...
|
| CFExecute issue | 17 Sep 2007 20:30 GMT | 2 |
I am having a problem with both cfexecute and CFX_EXEC in that they seem to launch an application as a process and work in the background, but I cannot get it to launch on the desktop as an application. This wouldn't be a problem as it actually seems to execute a single command ...
|
| Dynamic drop downs for countries, states and cities | 17 Sep 2007 16:57 GMT | 2 |
We need to add dynamic drop downs for location so that members can select their country that will then bring up a drop down list of main cities in that ountry, and, if in the us, states. Does this script (including the database of countries and cities) already exist? Or, at ...
|
| coldfusion with javascript alert problem with apostrophe | 17 Sep 2007 15:25 GMT | 1 |
I have alert ("thanks for sing up #fname# - #lname# ") but fname='Charles's lanme ='Charles's' so javascript is not interpret with apostrophe . how can i resolve it thanks
|
| CFDOCUMENTITEM HEADER | 17 Sep 2007 14:20 GMT | 2 |
I am using the CFDOCUMENT to create the traditional "print this page" method from informational page of services. I am using this tag since CF7 and I would say that I am use to it. since I am now using CF8, it seems that the tag change a bit. I am not talking about the new ...
|
| My cfGrid is not looking nice. | 17 Sep 2007 13:27 GMT | 1 |
I am having a horrible time trying to get my cfgrid format (html) to layout correctly. Is it buggy our just something i'm missing? 1. When resizing the columns, the rows misalign. 2. 90% of the time a scroll shows up. Why? The scroll bars are ugly. What's
|
| JSON with CFSELECT problem or data type | 17 Sep 2007 12:34 GMT | 1 |
First let me say this, CF8's AJAX looks impressive. However, I'm not having a good time after initial quick testing success. Here's the problem. Back end: Access database, the particular field named gender use data type of
|
| Binary Object (Image) to browser | 17 Sep 2007 10:17 GMT | 5 |
Coldfusion 8 I am trying to output an image I have store in my mssql 2005 database. This is what I have so currently... <cfimage action="writeTobrowser" source="#imagenew(logo)#">
|
| cfwindow CF8 | 17 Sep 2007 03:35 GMT | 3 |
Does anyone know how to show a cfwindow with a javascript onload event. Coldfusion 8 is throwing an error with the following code. <html xmlns="http://www.w3.org/1999/xhtml">
|
| DIV and visibility | 16 Sep 2007 02:47 GMT | 1 |
Is it possible to test to see if a DIV tag is visible?
|
| Batch File & MySQL | 15 Sep 2007 19:46 GMT | 2 |
I am using CFExecute to launch a batch file to interact with another application via the command line. Within the batchfile I would like perform some logic and one set is to Update a record in MySQL database. Basically what I want to do is something like this but I know this is ...
|