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.

 
Time Tested ColdFusion Application Server Solutions: 851 - 875 of 1707
 
Users can enter date in many different formats (i.e. 12/25/2005, 2005-12-25, 12/25/05, 12-25-05, etc).  Whatever they enter, can we convert the date into 12/25/2005 or 2005-12-25 on client sid...
Good morning.  I was wondering if anyone here might have a very simple example that they could provide me with that demontrates how to achieve flash remoting using ColdFusion.   I saw the "...
I'm trying to hide/show the contents of a span based on the value of a cfselect object (dropdown menu) which is called "Interval".  I'm using ColdFusion and JavaScript. The objects and span...
I have a web page (in CF) that generates a swf flash chart from a complex mysql query. The problem ... I try to display the flash chart but the page loads it before its finished! SO ... I ...
what is <cfcontent type="image/gif" file="mypicture.jpg">  in ASP.net? this is what im trying to convert to ASP.net <cfif NOT CGI.REFERER contains "mysite.com">  &bnsp    <!--- Someone...
hi, i am using cfchart and cfmx to create a bar graph with 2 bars. i am able to create the bar graph but i have a few questions about manipulating features of the bar graph. 1. can we ch...
Hi, My presentation/content files all sit in a folder called pages. I want to put all my components in a folder called components. However when I call my component <CFINVOKE COMPONENT="S...
I found a very good article at ColdFusion Developer's Journal about using stored procedures with CF (http://coldfusion.sys-con.com/read/45571.htm). I'm comfortable with input parameters, ou...
How do you do a query within a cfscript tag?? also how do you output a variable from within a cfscript tag?
I'm having difficulty with my create table code.. any ideas on whats wrong? <cfquery name="Addtable" datasource="#application.db#">   create table tbl_UserLinks   (        link_ID_PK INT...
Below is my query... <CFQUERY DATASOURCE="sparkequity" NAME="viewcart"> SELECT MyCart.*, Products.*, QtyPrice.* FROM MyCart, Products, QtyPrice WHERE MyCart.ProductID = Products.ProductI...
Ok.  I have a table in Mysql that has a field that is a date datatype named due_date.  As you probably already know, Mysql date fields store dates in the format yyyy-mm-dd.  I need to run a qu...
I have problem of performing a cffile copy from a directory to another mapped drive. The mapped drive is working ok for sure. Besides, mapped drive wouldn't work with cfexecute as well! ...
I have a form which i need to select the user from, this uses a query to populate the checkboxes. This works fine, submits data to the next page and then I need to use the names selected in...
I have recently moved a coldfusion app from one site to another.  The people hosting the new site are unsure of how to setup a DSN in the coldfusion administrator or do not have access, I'm no...
Hi, I get two results from the query : for example - query1 and query2 which i am setting the values here <cfset query1 = "abc,abcd,def,agy,ghy"> <cfset query2 = "abc1,abc,abcd,678,def,o...
I have a website that is currently accessible via two domains - http://sub.mysite.com and http://www.mydomain.com.  I would like to globally redirect all pages on this website that are accesse...
Bear with me ... this is confusing! My local webserver is IIS. The home dir for the default website was set to c:\inetpub\wwwroot\cwa. The cwa directory contains all of the files for my webs...
I found a solution that works without any redirects or page refresh to get Javascript variable into ColdFusion.   Here is the code I used to obtain the page title and put into session varia...
I prefer not to use CFCONTENT as it can be pretty slow for very large files. But I'm having problems getting my download code to ask the browser how the user wants to SAVE or DOWNLOAD the file...
I want to submit this cfform when a user presses enter in the 'crit' text box.
What is the advantage of using J2EE session variables in the Coldfusion Administrator? Why would I or should I use them? -C
I am trying to upload the image to my server , but instead I get an error  Element SERVERFILE is undefined in FILE. I do not know where could be happening PLEASE ADVISE  
I recently upgraded to coldfusion 8, and for some reason the auto-generated coldfusion client side form validation isn't working anymore.  I have the CFIDE folder in the webroot directory, and...
I have a query that finds the data type of a certain field in a database (MSSQL 2005), however it only works if my DataSource name is identical to my Database Name.  I need a way to find out t...