Advertisement

635 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

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

 
Top ColdFusion Application Server Solutions: 76 - 100 of 163
 
Local copy of SQL Server 2008, mixed authentication, database all prepped and ready to go. ColdFusion MX 7 installed, and when I attempt to create a datasource for 'MS SQL Server', then press...
Seems I am having trouble with formatting (font and spacing) of my elements in a Select List.  Can someone show me how to format this list so that the elements will appear neatly formatted.  W...
I have three dropdown boxes containing the day, month and year. How can I make the default selection todays date ? Thanks
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) ...
Using some cfcs in that are subdivided in the CFC directory.  For instance have myCFC and myChildCFC folders.  The myCFC folder contains myCFC.cfc and myChildCFC contains myChildCFC.cfc.  I'm ...
I have a form that I need to run a test and have it submit twice when the submit button is pressed once. is there a way to do this?
I'm trying to create dynamic reports for printing, but they must be in a particular format. I need three vertical columns per page, where the text reaches the bottom of the first (left column)...
I am trying to use javascript to validate a form on an CFM web page by confirming that one of a pair of fields is complete (email or phone number).  If the form validates, the information coll...
Hello experts. I have o INSERT INTO query like: <cfparam name="Form.Mobile_ID" default="1"> <cfparam name="Form.Mobile_Sub_ID" default="1"> <cfset art_uuid = createuuid()> <cfquery name...
What settings can ui use to allow a large file upload in cf8? I have set jvm to 1024M but file is 1106.3M and MaxPermSize to 512 which results in the following error 500 ROOT CAUSE: ...
Hello, I am in search of replication code for Coldfusion that will allow me to update tables on my external sql server database with data from the same tables on the internal database. Due ...
Hello, I need to update 2 tables in an access db using coldfusion and sql. I have tried several different methods but I am getting nowehere fast! Really what I would like to do is have a clie...
I have created a Query using QueryNew and then populated it. However, later i need to delete the query. How can i do that? i have tried structdelete & arraydelete. Any ideas?
We have a web server cluster (8 servers) and use client variables.  Two of the 8 servers use coldusion 8 and the rest use version 6.1.  One of the servers does the purging of all client variab...
I'm not sure if I am asking this correctly but, How do I define where a directory is located so all files have access to it? For example i have my css files in a css directory and my images i...
I've just installed CF8.01 on a new VPS running Centos 5. it appears to be running ok however when I browse to the CF administrator I get a CF exception (see screenshot). Now obviously CF is r...
UPDATE blog_comments SET comment=replace(LCase(comment),'#LCase(phrase)#','*****') WHERE comment LIKE '%#phrase#%' I use the above query in CF to update a blog comment that may have an of...
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...
i have a dedicated linux server on mediatemple, we just installed coldfusion 8. the installation went well but when we try to access the admin panel we get a Coldfusion error. view the link be...
Trying to check to see if someone has entered in correct information into a database (AFTER form validation was implimented - ya I know, no lectures please on not doing that fiirst!) Using ...
Because of all the SQL injection attacks I've been asked by my company to see if it is possible to access session variables on a server. And if so what is the best way to protect from it. We...
I have a coldfusion form that foreign users complete.  I am getting wierd characters which i'm assuming are foreign type characters. For Example in the text below:  Äú  and  Äì What do t...
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...
In my property search form, I'm trying to avoid having 2 fields (min) and (max) Im using a drop down list to search betwteen 2 acreage values. ------------------------------------------ <sel...
Hi, This is probably a silly question but need to double check.  I have Coldfusion 8 running on Windows Server 2003 powered by a single dual core processor.  This webserver will be connecti...