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: 76 - 100 of 519
 
I've been all over the internet with no solution. Lot's of rediculous blogs. Others have asked and not received an answer. I'm coming to the "pros". The guys who LIKE to answer questions. Don'...
I have a function, gleaned from an earlier ExEx thread, that takes html code from a database and shows it in plain-text format in a textarea. Everything is working fine, except I want to ha...
I have a page that addess 3 inputs from a cfform and the action is the page itself.  what happens is the info gets submitted properly however it closes the window and loads the page on the par...
I need to bind the selection of a query built cfselect to a text box. Client Name:<cfselect name="toname" query="qindivs" display="Iname2" selected="#QGetSurveyInfo.Iname#" value="Iname3"> ...
I have a number that I would like to always be three digits (001).  I am pulling form a database that only has a single or double digits (1) or (23).  How can I auto format them to show as 001...
Can anyone see what I may be doing wrong in this code? According to the documentation, it seems that each section should show a different header and footer. In this sample code, the same h...
How do I reference the coldFusion session variable in javascript. My attempt is shown below.
Based on the logic of copying content into a normal textarea, how to do the same with the FCKEditor's with skin at Office2003 (I mention it in case it has a difference between Standard, Silver...
I am using a form to submit products to a database. At first on every submission of the form I returned to the list of all products. What I would like to do is have two submit buttons: 1 to Ad...
I am using <cfform> and have certain fields that are required using <cfinput>. The require fields prompt is not coming up and I am getting errors when I submit the form. I have the cfform.js f...
Hi. We recently upgraded from Coldfusion 7 to 8. All of our code works fine except for a piece that uses CFREPORT. The code looks like this: <cfreport template="#arguments.reportPa...
Looking for help on creating some code the will generate a random set of characters.  The first two are letters and the next three our numbers for a total of 5 characters.  Then save the value...
I am using coldfusion 8 to export data passed from a cfc to a popup window with CFINVOKE. That data is then outputted into a table with the appropriate cfheader and cfcontent elements to produ...
I am using cffile for file uploads, see (attached). Now this coldfusion tag already creates an upload textfield, as well as a browse button. Users can currently either use the browse button to...
Hello Experts, i have a form that submits to paypal, once the user has paid via PP they are returned to my success page which has a 'New Member' registration form. The form fields are most...
I'm aware there were some issues with cfqueryparam on CF 7 and an available hot patch, but I'm on CF 8. The cfsqltype default type is cf_sql_char, which it is. I'd added the extra coding in th...
this is the opposite function of my last request ( http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/Cold_Fusion_Markup_Language/Q_23660201.html#a22261658 ) Sometimes ...
I am trying to populate checkboxes on a Cold Fusion form from a SQL Server database.  For example, a row in the database has checkbox1 marked as checked.  Later when I retrieve checkbox1 on th...
After upgrading to CF8 and changing from frames to cflayout I know cant use cfgraph.  I've simplified the code to show what happens.  First page (home.cfm) has cflayout areas and one of them h...
Hello, I am patching code up after getting hit hard with a SQL injection.  I have a query which uses; PreserveSingleQuotes(MyVariable) How would you fix this vulnerability in a query ...
HI Experts I am trying to modify (due to a bug detected) a CF template (programmed previously by another programmer). I dont know much about CF, but can understand the existing code. In my a...
I have a database table that stores data in a certain way. Now, I want to query those data and then export it in various format. How would I do this using CF? The formats I want are in .CSV...
How can I display the column totals in the last row of a CFGRID with a bind attribute? In the CFGRID below, I'd like to total the Amount column and display this total on an additional row a...
Hi Experts, I got the error message "The value returned from function getExcelSheet() is not of type query.".. when i read the excel file.. I am using the below code to read the excel fi...
Hi all, I am working in Dreamweaver using coldfusion/html.  I am in the process of creating a search page. For the two different search options I have a checkbox in front of each for the u...