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 CFML Solutions: 26 - 50 of 221
 
This is related to my previous question where I was getting the null null error messages. I have narrowed it down to a problem with CFC's that I store in the application scope. The errors disa...
We are having a problem with displaying smart quotes and apostrophes on the web particularly those coming from a database using SQL and coldfusion. Smart quotes are displaying as ý Apo...
I doing a cfquery against a table with a field call "gla". I want to use a listing (session.qmlist) generated from a prior input screen to compare against the table field "gla". If I get a hit...
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...
Trying the following Ben Forta example(http://www.forta.com/blog/index.cfm/2007/5/31/ColdFusion-Ajax-Tutorial-1-AutoSuggest ) is successful, <!--- Get data ---> <cfquery datasource="cfartg...
I need to output the row ID of the last inserted row without using a MAX statement.  I have used the MAX statement in the past, however, it is not fool proof at accessing the correct ID. I am ...
I am using this to check to see if a form has been submitted when using a image as the button for submit <cfif IsDefined("Form.save.x")></cfif> It does not work if i am using a standard ...
I have just finished upgrading our entire Intranet application to CF8. The upgrade went well, and all is working as it should. However, I've recently started diving into some of the new Ajax c...
I have an issue with my next record code in Coldfusion. I have a database with electronics information in it at several installations...so installation 1 might have 10 pieces of electronics. I...
I'm using a form with chexboxes to feed a SQL database, the cells are feed with a string of numbers (12,34,4, 6, 12, 34, 7). Those numbers are ratingIDs of an imageID wich is part of a galler...
The variable #CreativeContent.Content# below, will contain the contents of a .cfm file.  When it comes to displaying the data it throws the formatting for the whole form off since I guess it i...
anyone know of a good way to allow someone to upload multiple files at once with coldfusion??? Like be able to select multiple photos on there computer and then click upload button and it w...
I have a directory structure that looks like this: cs  |_ vw        |_Viewer.cfm  |_CreativeFiles        |_image.gif In the Viewer.cfm file I want to check if the image.gif in the ...
Hi, I have an access database of 250 records. I also have an admin section where the staff is viewing each record of the database. When viewing the data of the individual record, they would...
Anyone know how to insert a pagebreak after everypage except the last using the <cfdocumentitem type="pagebreak"/>. This may be a limitation with ColdFusion.. any ideas?. Currently my last pag...
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 ...
I already have a json output from a previous xml feed, but the nodes are normal and can be parsed easily.  The XML I have for this project is from here: http://cardatavideo.blip.tv/rss I ha...
I started out with 2 cfgrids. I populate the first one with a query. When a row is selected in that grid I populate grid 2 with a query based on the ID column of the row selected in grid 1. As...
When I click the back button on my browser to go back to my search result page...it always comes blank. But when I click refresh, I can see the results from the search reappear. I got to my...
Is it possible to delete records from multiple tables with a single SQL statement? I have a membership application form and we are currently in testing mode.  I want to write a cffunction t...
I have a query which returns a list of items in a field #mainsearch.idParticipants#. I am looping the query and only want to display the 'edit' icon if a certain item is in the list that match...
I need to index a coldfusion verity collection on a netware share. I can access a windows share using UNC paths. eg.: /servername/sharename/folder. The problem is that windows server 2003 ...
I'm getting a variable undefined error as follows any help would be great  Element VIN is undefined in QMYRECORD.   The error occurred in C:\ColdFusion8\wwwroot\automotive\member\upload.c...
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) ...
Hello experts. I have one insert user page and the cfquery: <cfquery name="Adduser" datasource="mydb">    INSERT INTO users (Firstname, Lastname, country, City, email)   VALUES ('#Form.Fir...