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...
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 ...
I have a cfloop query with the following,
(1)<td>Value: <cfoutput>#value_list#</cfoutput></td>
(2)<td><input type=text size=3 name="QTY_<cfoutput>#value_id#</cfoutput>"></td>
It can displa...
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...
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...
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'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?
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 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...
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 was curious if anyone had any references (Books or Online) that can help me with building a secure Coldfusion 8 Web Application ?
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 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 ...
I have a cffile upload with sopecified mime types, i am getting an error in Safari only with zip files and jpegs, fixed teh jpaeg issue by adding another jpeg mime type but teh have been unabl...
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...
In cf admin if i do "clear tempalte cache" will that delete the application scope
thanks