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 CFML Solutions: 201 - 225 of 519
 
Is there a Coldfusion tag that can used to verify a list of email addresses, which are stored in an MS Access table/column?
I'm struggling to adapt an existing javascript to my CF app. The app in its simplest form can be seen at http://code.iamcal.com/js/jscommerce/demo.htm Basically, it generates a table comple...
How do i remove whitespace from cfhttp.filecontent? #cfhttp.filecontent#  If you scroll down under reply you will see how much whitespace i have and also after the reply, I can not predict ...
I am trying to put the results of a database query into a struct. But I keep getting this error: **************** Cannot insert item with key First. This key already exists. ************...
Here is what I'm trying to accomplish.  I have a list of vehicles and a folder where I upload all the images.  Each folder is named the VIN of the car.  So what I want is a slide show that wil...
Is it possible to call a CFC directly from the action tag in <cfform>? if not what is the best way to invoke the cfc from a form? Thanks,
I have a CFGRID and 1 column has email addresses. We want to make those addresses invisible to the user, but would be replaced with a <FORM> Submit button that would, when clicked, open a new ...
I'm getting "Operation must use an updateable query" when I attempt to write to an Excel datasource from ColdFusion.  I have a blank .xls file, with the first row being column names, setup as ...
Hey does any one have any ideas on how to generate a 128 barcode in coldfusion that is rotated 90 degrees iv a few ideas but i keep on getting stumped
How do I obtain the folder size or the size of a directory I'm reading using cfdirectory? I need to display the folder size or directory size
I recently had to reformat my hard disk and reinstall the operating system (XP), MS Office (2007), and all my development tools (Cold Fusion Studio Versions 5 and 8), Cold Fusion Server (devel...
Hi all i'm using this SQL to to query the db to show me all products from a particular category. the problem is that each image has four images and i only want to display one (the thumbnail...
ColdFusion 8 MS SQL Server 2005 Hi. I've built a simple login application using ColdFusion 8. When a user logs in, I would like her or him to be directed to a specific page. I would also l...
When using CFQuery, is it best to have the database name as an attribute (example code 1) or as part of the SQL (example code 2)?   Does this make a difference for ColdFusion query caching ...
Hi experts. Look at the code below.The problem is that i have wrong recordcount values. if one art_ID has f.e two values in ArtExtras table like art_ID 1 than if i want to show all items in ...
I have to provide a new splash page to a client to host on their server for an upcoming ad campaign. The splash page runs all well and good, but there is a bit of code required on the home ...
Make sure "mynumber" does not equal any of three other numbers: number1, number2, or number3. Numbers should be between 0001 and 9999. If there are any matches to mynumber, then set mynu...
I have two "simple" CF pages. The first is an input form page where a user is given, among other things, the option of selecting 1 state from a select list. The second page is a processor page...
I have an existing Coldfusion web application that has a long session period (this is necessary due to our subscribers needs) - the session maximum length is set for 24 hours.  Logins are shar...
Is it possible to select and update multiple columns and once? I only seem to be able to select one at a time.  
I'm using XMLSearch to pull an array of nodes from one document.  I want to drop those nodes into another XML document but the assignment gives me: " WRONG_DOCUMENT_ERR: A node is used in a d...
I'm creating a web app that will allow the users to allocate assigned forecast data to people who report to them   However, they can only submit data if certain conditions are met.  These vali...
I'm getting this error.  Unable to parse the feed: Either source specified is invalid or feed is malformed. Error: Invalid XML: Error on line 14: Open quote is expected for attribute "face...
In a reply email on my action.cfm page, how do I execute a comma if there is more than one returned value? On the "needs" line in the return email, I have several possible values that may ...
This HAS to be one of those simple things I just can't see; <cfquery name="team" datasource="#request.dsn#">      insert into Bird_Dog_Notes (Individual_Number,AdminID,Date_Entered,Note_Line) ...