When a form within a cfdiv tag that contains a FCKeditor textarea is submitted via ColdFusion 8 AJAX (cfajaxproxy), the javascript shows an error "FCK is not defined." This happens in Firefox....
I have an input form in coldfusion, example2, that when a user enters a record number and then presses the "submit" button causes an 'attachment" button to appear. It works fine. However,
wh...
I have a problem, and need some help badly. I have adatabase. what I need is run the CFM page and get the latest data added that is yesterdays entered data from the database and email it to me...
I'm trying to create a report for my company using Coldfusion MX 7. The report contains JavaScript functions that allow him/her to expand or collapse multiple columns within the report.
My...
I am using cfdocument to generate a PDF. It does not seem to recognize the <thead> tag...i.e. my table header row does not repeat on each page. When I print the same page in HTML, it does re...
Hello,
I'm using cfform and cfinput to make a user selction with either a dropdown box (preferred method) or radio selection box. The problem I am having is that my text that should go in ...
I need it so that if a character other than a whole number (120300 for instance) is found in a string, I need a way in coldfusion to remove that character(s) and just capture the number.
I have a form that I am submitting via cfajaxproxy that has validation attributes within the cfinput tags. How would the submitProductForm() function need to be setup to call Coldfusion's form...
Hi all,
First off, I am not sure if this is possible, but would like to know if I can call a procedure in javascript. I am using a coldfusion and html. Javascript to validate the form whe...
I have a form that requires a date input, can anyone tell me how to change the dateformat from mm/dd/yyyy to dd/mm/yyyy.
cheers
I want to export data from my MySQL database into a .csv file and then import the .csv file into Excel.
One of the fields in my database is a comments field where the users have included line...
Im trying to run a stored proceedure (ms sql 2005) and getting the following error. As you can see I am passing the @sectionName parameter with a value (adAgencies). Any idea whats going wro...
We need code that changes Latitude/Longitude coordinates into MGRS (Military Grid Reference System) Coordinates. It can be Java, JavaScript, CF Script, or anything ColdFusion can take in and i...
Ok, I am getting an error when trying to create select box a flash form. The code is supposed to create a blank first row and when a user selects from the drop down, it should update the text...
Windows server 2003
IIS 6
ColdFusion 8
Hi. ColdFusion keeps eating up my server's memory, crashing the server.
I would like to adjust the JVM Heap Size.
Currently JVM Heap is set to...
I am having trouble getting two CFselects to bind with Coldfusion 8. I am getting an error - "Bind Failed, Element not found {myvariable}". The first CFselect grabs the data, but doesn't bind ...
Can anyone provide me with the correct CFML to check a user's input from a field and compare it to the current server date?
What I'm trying to do is insert a different subject into an email...
Dear Experts.
We are creating online systems in CFML. Now, with the new IE7, is it possible to have popup windows in IE7? Reason for asking is that we have popup windows for searching purpo...
We recently converted our ASP.NET Web Service to VS 2005. Our ColdFusion program that used to call the web service just fine is now receiving this error:
Could not perform web service invo...
SESSION VARIABLES (e.g. session.variableName)
True or False?
It is my understanding that, if an application creates a session variable named var1 and initializes it to the username of the cu...
I have a time clock program that I am building and need to know the easiest way to add and subtract date and time to get durations like 8 hours, or 4.5 hours, etc. Can some one tell me how to ...
On my form submission page, I am looping through a list of fields to insert into a database. One of the fields is a contact's FULL name (field:contact). I want to split the name provided into ...
I have a client who would like an automated user login, preferably without the use of cookies.
An IP based login system has been suggested, but I feel that it would be too flawed from a sec...
I have a coldfusion form with text boxes, drop downs and select boxes. Is there a way to disable the submit button on the form until everything is filled out on the form? Once all has been fil...
I'm running the following code jsut as a simple example to get something working.
My SearchRecords.cfm page simple has the text 'test' on it.
When the submit button is pushed 'test' appear...