473,670 Members | 2,447 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.
5
4,613
Haitashi
thread by: Haitashi | last post May 2 '08 by: acoder
I have a variable that contains results of a query. However, when the results (which calculates the grade average of a student) comes back with decimals, the display in really long like: 86.33333333. If I get a result like the one above, I want the application to trim it down to just 86.33. How can I achieve this? I thought I could use "TRIM"...
4
3,865
thread by: cold1 | last post Apr 14 '08 by: cold1
From the Coldfusion 8 documentation, the process of archiving a log file seems pretty straightforward, but I can’t find the archived log files. I am running Coldfusion 8 under Apache HTTP server. It’s pretty much a plain vanilla implementation using default settings. If I click the “archive log file” button on one of the files, it recreates...
5
5,694
thread by: CF FAN | last post Apr 11 '08 by: acoder
Hi Is it possible to read an Excel file using coldfusion then wrile that content to another excel sheet with different format?Is any one can help me?
8
6,134
thread by: jolakammu | last post Apr 8 '08 by: hussain123
Guys, I am calling onclick="document.form.submit();" in a hyper clink. On click, it goes to a fuseaction where act_load_structure.cfm loads the structure with form variable. But the form fields are not avaibale in act_load_structure.cfm . It says form fields are not defined. Do you know why. I appreciate your help in advance
4
3,353
thread by: Shirliana | last post Apr 8 '08 by: acoder
Error Occurred While Processing Request Variable SINGLESUP is undefined. I have a form with radio buttons for selecting yes or no answer to the question, "Do you want information on Single Supplement?" I have in my code: <input type="hidden" name="singlesup_required" value="A value must be entered for whether you want information on...
5
3,299
Haitashi
thread by: Haitashi | last post Apr 8 '08 by: acoder
Hi People: I'm studying how CFWINDOW works. I'd like to see if anyone knows of a place where they explain what JS files is usses, which clases, and how they are being called. Basically, I need a dissection of the CFWINDOW tag. I've looked online but all I've been able to find is tutorials on how to implement CFWINDOW and not how it actually...
1
6,934
thread by: CF FAN | last post Apr 4 '08 by: acoder
which one is better "eq" or "is" in coldfusion <cfif test eq "1"> or <cfif test is "1"> which one is more effective??
2
5,465
thread by: CF FAN | last post Mar 31 '08 by: acoder
Careful use of # signs The ## (pound) sign is very important in Coldfusion. <cfoutput>#variablename#</cfoutput> is OK. However using ## inside cfset and cfif tags is not good coding. The following would be considered bad coding: <cfset var1=#variablename#>
5
3,787
thread by: dmorand | last post Mar 20 '08 by: acoder
I'm trying to validate whether or not an array element has been created. Here is what one of the arrays could look like: commentid = undefined commentid = undefined commentid = 1 commentid = 1 commentid = undefined commentid = 1
3
7,250
thread by: jesmi | last post Mar 20 '08 by: acoder
how to connect coldfusion and access? while connecting like mysql gave following error: This applet displays a file-tree of the server to enable the user to browse its contents. Your browser is not configured correctly to use java applets. Please install the Java Runtime Environment (JRE) and be sure to install the browser plugins.
1
2,698
thread by: jenninnifer | last post Mar 20 '08 by: acoder
This doesn't seem to be working... I am trying to send an array to my jscript, but am having problems. I query my db, populate the array (which is working), convert using wddx and try to get the length when my input changes (this is what is not working) - please help!!! Code is as follows: <head> <cfquery datasource="xxxx"...
4
4,044
thread by: benjaminkang | last post Mar 19 '08 by: acoder
I'm very new to Coldfusion and action script, but due to job requirements, i got allocated the task of developing a cfm page where the user logs in using the embedded swf file and everything was working fine, till i decided to add the Application.cfm file for session variables. Whenever i remove the application.cfm, everything works fine.But...
1
4,027
thread by: ja5onkendall | last post Mar 18 '08 by: acoder
I'm trying to create a save to fav's using CFCOOKIE. The cookie is using a primary key from the database and adding on using ListAppend. I can't figure out how to delete a cookie out of the list. <cfquery name="savedJobs" datasource="#request.dsn#"> SELECT * FROM tbJobs WHERE jobID IN ( <CFQUERYPARAM CFSQLTYPE="CF_SQL_VARCHAR" LIST="Yes"...
2
1,897
thread by: johnVarma | last post Mar 18 '08 by: CF FAN
HI all, I have learned the basics of ColdFusion. Iam very much intrested in learning more about ColdFusion and its uses. I have seen a book "Macromedia Coldfusion Mx7 Certified Developer Study Guide By Ben Forta". Please suggest me a good book for ColdFusion . Thanks, Manoj.
4
3,211
thread by: cfmx2008 | last post Mar 14 '08 by: acoder
Hi everyone, I have a coldfusion form (ReportMenu.cfm) that the action page is itself as below: <cfform action="/cfreport/ReportMenu.cfm" method="POST" enctype="multipart/form-data"> and it's button: <input type="Submit" value="View Report" class="button" name="submit" > <!---...
9
12,874
sukumar 123
thread by: sukumar 123 | last post Mar 13 '08 by: acoder
need to import Excel data into Mysql database using coldfusion script. How can i do it. Is there any utility or any script can do it. Thanks in advance.
7
3,962
thread by: CF FAN | last post Mar 13 '08 by: acoder
i want to enable sanbox security in my coldfusion 8 developer edition.I tried 1st i did 1:check that enable sanbox security option 2:then add Add Security Sandbox (gve my project path) 3:then edit tht new sandox and take CFTAG option in top and give security to CFEXECUTE,CFDIRECTORY tag aftr i did all these when i check my datasource...
3
3,609
Haitashi
thread by: Haitashi | last post Mar 12 '08 by: acoder
I've been using CFAJAXIMPORT to import all the scripts from CFIDE (which doesn't live in the site's root directory for recurity reasons). I need to include this folder to get things like CFWINDOW to work properly. I'm attaching how I've been trying to import all the scripts but I get an error when I use CFAJAXIMPORT. It says "Invalid usage of AJAX...
1
3,213
zigman68
thread by: zigman68 | last post Mar 11 '08 by: acoder
I have a problem with the DateFormat() Function that is driving me nuts! I am downloading a csv and then parsing through it, then inserting into a SQL 2005 DB. Here is the problem. ... A number of fields that are passed are strings representing dates. E.G. 20080324 ( which I read as 2008/03/24) Sometimes they are there sometimes they are not....
5
1,738
thread by: marylipscomb | last post Mar 7 '08 by: acoder
I could use some. Thanks!!!
7
7,085
thread by: prosetx | last post Feb 29 '08 by: acoder
Does anyone have a sample validation applet they could share? I am using cfgrid (non-flash) and need to validate a date field and a float field. I can't find any non-flash examples and I need to get this working ASAP. Thanks in advance.
13
7,773
thread by: cfmx2008 | last post Feb 29 '08 by: acoder
Hi, I have this number: 00000000010000000099B I need to remove the 0s before 10 and 99 and the alphabets like B after 99. I also need to replace the 0s between 10 and 99 by "-". I don't know how to use trim and Rereplace for these two numbers in this string. Any Idea? I appreciate it. Thanks
1
4,082
thread by: johnVarma | last post Feb 29 '08 by: acoder
Hi All, Iam facing a problem with bar chart using coldFusion. if there is only one <cfchartseries> tag then the seriesLabel attribute is not displaying instead of that the items of the cfchartdata are displaying. if there are more then one <cfchartseries> then the seriesLabel specified is displaying properly. Please look at the code and...
5
3,489
thread by: Esmeralda | last post Feb 28 '08 by: acoder
My situation: I have a dynamic form with checkboxes. The checkboxes are submitted and added to a database. They are a list. I want to compare the list with what is currently listed in the database. If there is anything new or removed, I want to know with a variable that says changed. Basically: Checkboxes = 1,2,3 Database rows and fields...
1
3,191
thread by: Blackmore | last post Feb 22 '08 by: acoder
In some of my online forms, I have a number of large 'textarea' cfinput elements that I have provided to allow the user to enter large amounts of text onto a MS Access database. I have made the 'textarea' cfinput elements deliberately large to allow the user to enter the text in paragraphs, within the 'textarea' elements using the Return key. ...

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.