Advertisement

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

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Top ColdFusion Application Server Solutions: 126 - 150 of 152
 
Hello, Our application is developed in Coldfusion 8.0 and uses XML files to store configuration information, such a list of journals offered on our site.  We have previously loaded these fi...
I am trying to determine the execution path of template GetCatchPK (code is below)t. The goal is to pass a url parameter into the 'GetCatchPK.cfm' template, store the url parameter in a form...
Hi Experts, I have a breadcrum menu and it displays different links on conditions and seem to run into problems when referring to a container. this works:  <cfelseif action contains 'home...
Hello, this may seem like a strange issue, but I have two sets of title tags in my page because it is a bi-lingual site. The first set of title tags holds a pageTitle variable with the content...
I have a site with a global header with navigation tabs.  In a portion of the site I have a members only section.  I want to be able to use an alternate tab while the url path is with in a par...
I'm trying to get the following to pull back records that have a price level of 3 from table Product_Prices.  any ideas on how to adjust the following?
i have copied the source code of a website to my local workstation. its coldfusion and i've setup a virtual directory with iis etc. i'm having mapping issues. some of the code call templates a...
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...
I am working with an HTML form that is in turn handled by ColdFusion.  The form asks some basic questions then gives the user the option of attaching up to three (image) files.  the form can b...
Is there an easy way to copy verity collections from one server to another and have them automatically get registered in the ColdFusion Administrator module? The paths are exactly the same.. a...
I've been using Homesite for about 4 years to develope CFML applications.  It seems that most people use CFEclipse to edit source.  I've tried switching a time or two but find myself going bac...
I have an automated process which refreshes a collection at midnight everyday, many files can be uploaded in a day, so the collection is built/rebuilt on off hours. been running for over a yea...
Experts- We just set up a new db server with MYSQL 5.1. I've created a DB and some tables and have been able to connect to the server using a GUI.  I am now trying to create a datasource wi...
I have a form that queries the database for a "total amount". I then have three form fields where the user can enter in an amount. How do I check to make sure the the amounts entered in the ...
I am a contractor on a new project and the current team is using windows remote desktop to make changes and develop the current site. Is this common practice? They do have Subversion setup ...
Hi guys I want to design a dynamic menu.  For this purpose I written some cfc. <cfcomponent hint="get main menu" displayname="navigation">      <cffunction name="mainMenu" hint="Get the mai...
I'm trying to replace the initial cap on a word.  Why isn't the following working? <cfset initCap = "i"> <cfset initCap = reReplace(initCap, "(#chr(39)#|#chr(34)#)", "\\\l", "all")> <cfou...
In cf admin if i do "clear tempalte cache" will that delete the application scope thanks
I have a site with different applications (Application.cfm files). Is it possible to access application variables across multiple applications?
Hi I have successfully installed CF8 onto my VPS which is running Centos 4.6 Now when I try to start the cf server I get the following error:       Starting ColdFusion 8...       ...
Using isapi_rewrite 2, how can I rewrite the following ("domain" should be wildcarded): http://domain/content.cfm?id=7 should be http://domain/about_us Where "about us" is the page title...
I am desperate - please help. For some reason, I am being limited in sending only 11 emails using CFMAIL, looping through a database query, the server linked to our internal mail server. It...
ColdFusion MX and JRun are Java applications that depend on the Sun Java Virtual Machine (JVM) for their time information. The new US Daylight Savings Time changes for 2007 will affect ColdFus...
I'm working with a dynamic set of checkboxes. Several unchecked boxes are displayed with accompanying titles, based on the choice of category type.  In every case the selection set contains a...
Hello all. I am running ColdFusion 5 on; Dual Processor Solaris 5.9 Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_05-b04) Java HotSpot(TM) Client VM (build 1.4.2_05-b0...