Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

Welcome! Let me know if you need help using the site or assistance with non-technical questions.

 
Top ColdFusion Application Server Solutions: 51 - 75 of 163
 
I've read many posts on the web about this issue and have not found a solution that isn't Javascript oriented. I have a contact form on one of my websites and use a CAPTCHA image for stoppi...
I am running CF MX7, Windows 2003 Server. I am populating a cfgrid with data from a query result set. That is fine. However, I am attempting to set a URL so when a row is clicked an alert b...
I've got a Site-wide Error handler and the missing template handler set up on the server, and the Site-wide handler does catch some errors, but not all of them. It seems to catch errors like i...
Hi, I have added a dual email address input to some forms on our website which are done in coldfusion.  I want to compare to 2 addresses  and just continue if they are not the same (if-else) ...
Is it possible to list the contents of a folder that is shared across a network?  I have a list of files that need to be highly secured.  This list is accessible depending on Windows Authentic...
Our office just got two new servers. 1 is for oracle and the 2nd is for IIS and Coldfusion. Both are set up and ready to go. my question is right now all of our databases are running through a...
Hi, Can anyone tell me how I set the laberlformat of a cfchart to a pound sign, rather than dollar sign. In the .cfc that the chart is in, I am setting the locale to "English(UK)", whic...
I'm new to Coldfusion 8. I am using the html CFGRID with paging and sorting server side. I'm looking to add a column to be able to download a file for each row in the grid. The grid lists musi...
Hi Guys . What I trying to do is to create input tag of type file in order to access my server files. Bu every time I click on browse in opens up with the list of lo0cal files rather then ser...
Hello experts. I have one update Page and the problem i have is that after validation fails i want to get on the fields the new values i have entered and not the values from the DB. I use th...
Hi: I'm creating a line graph (it needs to be a line graph) using cfchart in Coldfusion 7.  It's tracking weight loss.  The users enter in their weight (y-axis) on specific days (x-axis) an...
Hello experts. I have a search page with a search form where i can check more than 1 one checkboxes with the same name but different values. What like must be the query in the result page ...
Hi, I am having a syntax issue with this code.  I am trying to concatenate  a value within my loop but getting an error.  Here is my code: <cfloop list="#arguments.thelist#" index="i">...
I have a mysql table with one million records that I need to append to a table in a different database located on a different database server.  I am using coldfusion. Thanks.
I am trying to rewrite a Crystal Reports report which has 11 subreports in CF Report Builder. In the CR report, each subreport has it's own report footer seciton.  I have not been able to find...
I'm generating images based on query results. Is there a way to get the cfimage ImageDrawText function do multiline text?
In the below code, the submit button is coded to be activated by the check box.  IF I submit a blank page i get this error: The cause of this output exception was that: java.lang.NullPointe...
Has anyone used SOUNDEX on the CFSEARCH tag before?  I have just picked up CF's verity and i must say I'm pretty impressed.  I have created the collection, built the index, and am performing s...
I'm using cffile for users to upload images. All seems to go fine when I test but there is never any image in the destination directory, which does exist. No errors. FYI, I will want to li...
Hi, How can I strip off some characters from the end of a string?  I am not very good at regular expressions but perhaps I may not need one?  Here is the data first_name_510 last_name_2...
I am trying to insert a logo (gif file) dynamically at the top of each page outputting to a  pdf report, using CFDocument & CFDocumentitem. In Coldfusion 7 the image is huge and in Coldfusion...
I have column in a table that contains csv numerics (1,2,3). If the value is blank it is listed in the table as (1,,3). I have another static list that contains names, (test1,test2,test3,test...
I have a button on a cfm page which when pressed runs a function of open another .cfm page and run some code.  The first time you press the button it works well however, thereafter it does not...
Hello, I am having problems performing a task on a CF8 server that works on a CF7 server. The CF7 & CF8 servers are both windows. What I am trying to do is use cfdirectory to get a list of pi...
I am looking for a sample script for doing a drill down for State to County in Coldfusion.  The information needs to come from a query in Access using a State Table and a County Table. I see m...