473,543 Members | 2,771 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

ColdFusion Forum

Coldfusion (Adobe) application server and scripting language - Ask questions about ColdFusion scripting, IDE, databases, SQl, components, CFCs, syntax, server setup, Coldfusion 6 / 7 / 8 and more.
3
4,582
thread by: Alexei Lebedev | last post Jul 18 '08 by: acoder
Hi all! How can I update only selected records from recordset at once? We have a form page form.cfm and processing page update.cfm. In form page there is a list of rows generated with <cfoutput query>. Each row contain checkbox, textfield1, textfield2. Processing page has a query procedure. I tried cfloop, but always got an error: If checkbox...
11
9,276
thread by: dmorand | last post Jul 18 '08 by: dmorand
I'm trying to retrieve the username of the user logged into a machine when a person visits my page on our intranet. I've looked over cfntauthenticate but that's not going to do what I need it to do. Is this even possible with coldfusion or should I be looking to asp?
4
4,144
thread by: CF FAN | last post Jul 11 '08 by: wiredwizard
I want to validate this two checkbox variables on an action page and also an update page <cfinput type="checkbox" name="gender"checked> </label></td> <td>Female</td> <td><label> <cfinput type="checkbox" name="gender"> </label></td><cfinput type="checkbox" name="gender"checked> </label></td> ...
3
5,551
thread by: dmorand | last post Jul 2 '08 by: acoder
I'm trying to copy a file which is located on my C drive over to a network path. I'm getting the error below when trying to perform the copy. The file C:\query.sql does exist on my C drive so I'm curious as to why it can't reference it. Is it looking at the web server's C drive instead?? An exception occurred when performing a file...
5
7,331
thread by: dmorand | last post Jul 2 '08 by: dmorand
I'm having a strange issue with a form I'm developing. I'm saving some values to hidden fields when a user clicks a button. I setup a function which gets ran on submission of the form, but I also placed this function on my submission button when clicked. <input name="button5" type="button" class="Buttons" id="button5" value="On File"...
8
4,486
thread by: CF FAN | last post Jun 27 '08 by: acoder
How to implement Captcha in coldfusion registation page?Plzzzz help
3
2,862
thread by: CF FAN | last post Jun 13 '08 by: acoder
hi i am trying something like this but is not working.. <cfif document.recordcount IS NOT 0> <cfhttp method="get" url="http://abc.com/news" resolveurl="yes" timeout="60" throwonerror="yes" path="http://www.xyz.co.in/news" file="key.cfm"></cfhttp> <cfsavecontent variable="getdata"> <cfoutput>#cfhttp.FileContent#</cfoutput> </cfsavecontent>...
1
6,181
thread by: CF FAN | last post Jun 12 '08 by: acoder
Can Report Builder Export Excel Files with multiple Sheets How can I create a report that it can export in excel by multiple
1
2,088
Haitashi
thread by: Haitashi | last post Jun 11 '08 by: acoder
After a form is submitted, it's passed to a Facade component that works with the data (in my case, it duplicates object instances) After the script is done the user is shown a "success!" text on the page. I'd like to output the progress of the script. I was thinking that I could write each step of the script. Something like: "Copy method...
4
2,650
Haitashi
thread by: Haitashi | last post Jun 10 '08 by: Haitashi
There are many ways to reach my site. But I what I'm trying to accomplish is to test if the user comes back from 3 specific sites. If they are linking to my site from theirs, I want to store that info in a variable to dynamically create a URL that links back to that original site. I was thinking that I could use CGI.http_referrer and somehow...
1
1,975
thread by: CF FAN | last post Jun 10 '08 by: acoder
Could anyone plzz gve a explanaton of OOP concept in coldfusion
1
3,529
thread by: Theadmin77 | last post Jun 9 '08 by: acoder
Currently i have a DEFAULT.htm file that display 2 htm frames , FRAME1.htm and FRAME2.htm. 1.FRAME 1.htm present a form to fill up a sql query and pass info to a "MYQUERY.cfm" 2.MYQUERY.cfm performs query on sql and show results in table on FRAME1. Is any way i can make that result table to show up on FRAME2.htm instead?? I tried...
3
3,655
thread by: CF FAN | last post Jun 9 '08 by: acoder
When will the cookie created by the following tag expire? <CFCOOKIE name=”bgcolor1” value= “bgcolor1”>
3
3,155
thread by: CF FAN | last post Jun 9 '08 by: acoder
Where can one view the value of the Proxy Port in Coldfusion Administrator?
1
2,183
thread by: CF FAN | last post Jun 7 '08 by: acoder
What happens when the read attribute rights of the ColdFusion server to a file is revoked?
3
3,138
thread by: CF FAN | last post Jun 7 '08 by: acoder
We have been having issues with server performance and under heavy load JRun seems to hang. Dumps seem to suggest that the pages that are hanging are waiting for another thread to become available - however the line of code where this occurs always seems to be where a cfmodule is called (not necessarily the same module as this changes all the...
3
2,976
thread by: CF FAN | last post Jun 7 '08 by: acoder
cf search using verity for my web site. I actually took the code from docs on teh web and tweeked a couple things out on it. Now it is throwing errors and I can't figure out why. What is funny is what is throwing errors was taken strait from the adobe web site docs., so here is my code, I will show you the code I use to index the verity...
5
5,551
Haitashi
thread by: Haitashi | last post May 30 '08 by: acoder
Hello everyone: I have a CFMenu with the type set to horizontal. I'd like to have the sub-menu items open vertically. Is that possible? Here is my code. I want the Portals sub-menu (Portal A, Portal B, Portal C) to open vertically instead of horizontally. <cfmenu name="topMenu" type="horizontal" fontsize="14" fontcolor="##7A7251" ...
3
3,050
thread by: CF FAN | last post May 30 '08 by: acoder
Hi I have to remove # from a string in coldfusion ..but getting error .can u help me? plzzzzz <cfset narrative="nrr#tive"> <cfoutput>#Replace(narrative, '##',' ', 'ALL')#</cfoutput>
3
4,289
thread by: blackrunner | last post May 28 '08 by: acoder
ERROR in my Query?! ERROR: Element GESCHLECHT is undefined in FORM. i think everything ok. Maby somebody can help me here Element GESCHLECHT is undefined in FORM. The error occurred in \anmeldung2.cfm: line 404
7
10,489
thread by: CF FAN | last post May 27 '08 by: acoder
need logic so when the page is refreshed that it returns to the location of the change, not to the top of the page. Currently, when the page is refreshed, it takes you back to the beginning of thepage, not the area you may be working on. What we need the page to do is when enter or tab is pressed and the page refreshes, take you back to the...
5
3,925
thread by: cfmx2008 | last post May 23 '08 by: acoder
Hi, I have a date url.calldate. My calldate is like 05/01/08 and I want the values for 1 day after this day too. I used DateAdd("#url.calldate#", 1, "mm/dd/yy") I receive error and I need your help.
3
4,540
thread by: amanjsingh | last post May 17 '08 by: acoder
Hi, I have a Database (MSSQL) with some tables having multiple Time columns (which I imported from some Access DB). The DateTime format in the MSSQL is 1899-12-30 02:30:00.0 format. I populate my web forms using these columns (start time etc.) My problem is I cannot seem to add subtract time. I only need time part and I can use TimeFormat()...
7
9,812
Haitashi
thread by: Haitashi | last post May 6 '08 by: acoder
I had the following code that would create a javascript confirmation page. This code lived inside a form which wouldn't submit until the user clicked the Ok button. <input type="image" onclick="return confirm('You will not be able to change your answers if you submit now.\nAre you sure you want to submit this test?');" name="SubmitTestButton"...
7
8,205
acoder
thread by: acoder | last post May 5 '08 by: acoder
This page will link to a number of tutorials. Coldfusion Language Coldfusion Variables Using Coldfusion Variables Coldfusion Image Gallery How to upload a file in Coldfusion How to send mail using Coldfusion Coldfusion Tips and Tricks

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.