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.

 
Time Tested CFML Solutions: 76 - 100 of 559
 
In myform I am retrieving the query from the dataabse and based on that values populating fields. How can i deal with radio buttons My CF  <cfif qryProgram.hidden eq 1>              $('hi...
I have a user that times out when she tries to open a file. If she hits refresh the save open prompt will appear. If I use value="inline her browser will open the files fine. I believe this is...
How do i reference multiple css files within the EditorArea pane of the FCKEditor? The code attached works fine for a single css file. How do i reference multiple css files? If i assign an ...
How can I show or get the http referring page and then redirect the user depending on where they came from?
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...
Hi Experts, I've probably done the hardest part of my spec but mind's boggled by something very strange. I'll explain: I have a simple cfm page with a div and a textarea, plus AJAX code....
Can anyone tell me how to retain form input when refreshing. I have a form with quite a few input boxes and so on, once the user has filled out the form and submitted, coldfusion will vali...
I'm using CF8 (although I had this problem in CF7 as well). I have the only hotfix installed. When I use CFDocument, the header and footer are smaller in scale than the body. Here is exa...
From my cold fusion application, I would like to have a button that should bring up an Oracle Discoverer Report in a pop-up window.  I have the following line of code that calls the Javascript...
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...
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 have a cold fusion file that I will be loading data into from a cfquery.  The cfm file has ajax that allows an edit in place for comments that will be posted to a database.  I need the resul...
I have records that are stored in SQL 2000. I can print each record individually if I click on the Print this record button. I am implementing a checkbox solution to create a multipage  pdf ba...
Attached below is the code I'm using to upload a file to the server and save the data to a database.  What I want to do is rename the file to logo.jpg when the user uploads a image.  If someon...
I believe this is a simple question but how do I get local time from a user? Isn't there a way to get the computer variable/time for each user that visits our site? Right now I'm getting the s...
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...
Hello experts. When i logout i have this error: Element USER_ID is undefined in SESSION. Any help? The page is like this
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...
I'm creating an employee survey for my company and I'm dynamically pulling questions and answers from the database.   I'm also inserting text areas so users can type their own answers.  Unf...
We have this page that we are running nightly.  I can't get the email to fire off if there is an error..
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...
The following is code to display the contents of shopping cart. I would like to number my rows based on the content of the cart. I thought I would be able to use Session.CurrentRow but it come...
We have to integrate https://thefinder.tax.ohio.gov/OHFinderService/OHFinderService.asmx?op=GetOHSalesTaxByZipCode using Coldfusion. I am guessing it's a SOAP thing? How would I go about...
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'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...