We use a hosting site "hostek" that doesnt allow java objects. We are using adobe toolbox. We cannot figure out how to get around this error. Hostek gave us some instructions but they are very...
MY problem is simple.
I am using Server 2008 (Longhorn) Beta 3 - 32 Bit
Cold Fusion MX7 (7.0.2)
I have managed to configure Cold Fusion to work with IIS 7 however Flash Data does not lo...
I have a vanilla Windows Server 2003 standard system, with only the OS installed by my institution. IIS is running with just a single default web site, port 80, only a single index.htm file. ...
I need to validate that a minimum value is entered into a text box. With ColdFusion, how do I valdate that the user enterd 2400 or greater and not 2300 (validating with and without the $ and ...
I've made a basic form where users enter their email address and select one or more product names of which they'd like an emailed report. Upon submit, I take those two bits of information and...
I want to make a simple cfchart that outputs two values in a bar chart by year.
There i one table for the data called Occurrences.
Hre are the three fields I am trying to use.
OccurrenceN...
I'm trying to get geo-locations (latitudes and longitudes) of photos into a database in a decimal format from EXIF gps data. However, the EXIF fields 'gps latitude' and 'gps longitude' are in ...
Hello experts.
I have one registration page with the registration form and the password field.
My Insert query is:
<cfquery name="InsertUser" datasource="#dsn#">
INSERT INTO users (First...
I have four CFCs that I would like to be available to all pages. Initially, I was storing the CFCs in a session variable, but one of the exchange experts recommended that I store the cfcs in ...
I am working with a CFSET that assigns a temporary variable the contents of a dynamic variable.... here is the code:
<cfset tempqtyordered = Evaluate("qProductTotal.#productid#")>
qP...
Periodically, I have been receiving the JRun Server has encountered an internal error message. Upon searching experts-exchange and google, I discovered that the error message is an indication...
Hi, I'm having a problem getting a dynamic page to display a .FLV file with swfoject.js javascript.
Here's the concept:
1. Dynamically populate a drop down menu with CF from a DB of a list o...
I've been on websites like Yahoo where a floating ad scrolls across the screen on top of the page content. I like the concept, but don't need that sophistication for a basic popup survey.
...
I need to create a PDF report that requires at least 2 queries. 1 query to locate the client which creates a single client info page and 1 query to select the clients' detail data which may be...
Hi All,
Hope somebody can help with this one.
Have a query in MS Access as follows...
INSERT INTO [MAINTENANCE LOG FAULT CALL MEMOS] ( [Job Reference], [Action Code] )
SELECT 141470 ...
Hello,
I'm looking for a solution to count the number of files in a directory of a specific filetype.
ex.
I want to know how many jpgs (or any specific filetype) are in the directory (not r...
We are getting errors from users that we can not replicate (although I saw it happen one time at random). In the application error log, all I see is this:
The specific sequence of files inc...
I'm running a massive insert statement doing an insert on 10,000+ records. After about 45 sec. I get this error message:
Message [empty string]
StackTrace java.lang.StackOverflowErro...
Our webserver currently runs Coldfusion MX7. I restarted the webserver this morning and now the Coldfusion application will not load. If I look at the Services it shows that Coldfusion MX 7 ...
One of my websites has been attacked twice with the code below. I am running coldfusion 8, windows 2003 with the latest service pack and mssql 2005. what do you suggest i do to block these? ...
I need to replace the (#) with a hex symbol it hasn't worked for me not sure if its correct. I also have a + symbol that Im replacing as well. The query is being pulled from the url.
Database got hit with an SQL injection attack. It's adding this line of code to some of the fields in the database.
I've started to change the forms on the site to use parameters (I should h...
I'm using ColdFusion Report Builder and I've created a Line chart. When I click to show Legend, it displays the color associated to each line. How can I change this? I would like to use the ma...
Our office just got two new servers. 1 is for oracle and the 2nd is for IIS and Coldfusion. Both are set up and ready to go. my question is right now all of our databases are running through a...
We just upgraded from CF7 to CF8 (8.0.1). We run Enterprise Edition across 2 servers with 4 CF instances on each.
In the course of the upgrade we backed up our CF7 settings to CAR files an...