I use ColdFusion 8 for developing a data entry program. When user clicks on the submit
button sometimes it inserts two identical records. I tell the users not to double click on
the submi...
Tried installing freshly downloaded CF8 on brand new box. Failed. So I located this article that told me I needed some extra things checked in the IIS 7.0 install. (http://dale.fraser.id.au/...
I have a query that i need to try and speed up the amount of time it takes to display to the page...I have attached the cfquery below...anyone have any ideas on how to speed up this query?
Hi,
I am trying to use the function StructFind, but I think I have this syntax slightly off, I am hoping a second set of eyes can assist. I am doing an insert into the database. Here is t...
I have the following results from a query;
getstats - query - Top 3 of 3 Rows
CNO ID IID STAT_FIRST1 STAT_LEVEL1 STAT_LAST1
1 101003 1073 R1232 W ...
Hello Folks,
I am attempting to create a form that will upload two images and both of their filenames/paths to a SQL database. I have been successful at uploading one image and it's path to...
I want to use the value from a SELECT dropdown in a cfform on the same page. I have some years in a dropdown that I need the user to select and then use the selected value (year) in a cfdirect...
Does anyone know how to loop through the cids values returned by cfpop. I understand that it is returned as a structure, but nothing I do gets the values.
In the following code, x = image00...
I have been playing with the cfexchange tags within coldfusion, however I am having an issue viewing my folders that reside off of the root of the mailbox vs residing within the "inbox" folder...
I my form i building the number of dynamic select boxes. And it works .
The only thing that does not work when i make the selection and save into the databse and then come back it does not do...
hello experts.
I have three tables like:
ArtExtras:
Artikel_ID Extras
2 10
2 20
2 3...
Hello. Say I have a table with the following data:
Acct#, Name, Cost
001, Bennett, 50.00
001, Bradley, 250.00
001, Green, 200.00
420, Smith, 50.00
420, Cummings, 50.00
470, Brown, 80....
Hello,
Our application is developed in Coldfusion 8.0 and uses XML files to store configuration information, such a list of journals offered on our site. We have previously loaded these fi...
I am trying to determine the execution path of template GetCatchPK (code is below)t.
The goal is to pass a url parameter into the 'GetCatchPK.cfm' template, store the
url parameter in a form...
Hi Experts,
I have a breadcrum menu and it displays different links on conditions and seem to run into problems when referring to a container.
this works:
<cfelseif action contains 'home...
I'm trying to get the following to pull back records that have a price level of 3 from table Product_Prices. any ideas on how to adjust the following?
Hello, this may seem like a strange issue, but I have two sets of title tags in my page because it is a bi-lingual site. The first set of title tags holds a pageTitle variable with the content...
I have a site with a global header with navigation tabs. In a portion of the site I have a members only section. I want to be able to use an alternate tab while the url path is with in a par...
I'm hoping this question hasn't been answered already. I looked around a bit but found no answer.
What I have done is create a form that submits quite a bit of data to an action page which ...
Hello
There are six departments in our office and every department contian 6 or more web links.
I am trying make a left navigation bar on my web application.
All clickable links and their ...
I have a number of records with a numerical order_by column in the database table. I want to do some sort of 'move up' and 'move down' code, which changes the value of order_by in the databas...
I've been using Homesite for about 4 years to develope CFML applications. It seems that most people use CFEclipse to edit source. I've tried switching a time or two but find myself going bac...
I have the following for my select. I am pulling two values (center & description) for the values.
When the users makes a selection and submits the form. I need to save the values so if they ...
Recently we migrated our database server to a separate machine.
This machine was on a separate standalone IP (our hosting company
could not allow the two machines to be networked toget...
Hi guys
I want to design a dynamic menu.
For this purpose I written some cfc.
<cfcomponent hint="get main menu" displayname="navigation">
<cffunction name="mainMenu" hint="Get the mai...