The official community for ColdFusion.
Recently active
I am trying to create a coldfusion poll on a page. Is there a way to do it so that page doesnt neccessarily reload? Has anyone done this and can give me a few hints or code to get me started? Thanks.
Hi I read about revalidating data submitted in server side in many post.I need to know the about perfromance statistics on validating a piece of data two times(client and server side).regardsRKP
I have a Windows 2003 SP2 IIS 6.0 32 bit server Dell 2850 4 G RAM - as a test platform. I was running CF9 standard normally on the server with good page performance. I installed CF10 standard (Plus the mandatory update) on the server and now the admin screen and all web pages take over 30 sec to load. Task manager shows mostly idle at 99% - Single NIC active with a single IP address in use. I remove cp10 and restarted cf9 and the performance is back to normal. Ideas?
I have a table that includes rows of pending actions pointing to duplicate e-mail addresses. I would like to send the addressees their respective action items in one e-mail to each person. The CFMail sends the pending action items to each in separate e-mails. I've tried using the cfsavecontent tag in the CFMail but it includes all the action items to all the addressees. I've tried to use a loop but it duplicates the records. Can someone please tell me what the best method is to accomplish what I'd like to do. I would be most appreciative. Thanks
Hello,Is anyone else seeing this on startup / login to ColdFusion ServerManager?CONFIRM!"Failed to read the scheduled tasks from myServerName.Continue to read charting settings from myServerName?"I'm running Coldfusion Standard 10.0.5.283319 on a remote Win 2008R2 64 bit webserver.ServerManager version is v1 but this seems different than the one that came with CF9 where it worked just fine.Thanks,Jack Ring
I have the queries that get values from other two tables and then insert those values into the final tables. My code below did not inserted the correct record.Thanks<!---list all purNo, padNo where purNo = 3215---><Cfquery name="getDetails" datasource="#dsn#">select purNo, padNo from tbl_details where purNo = 3215</Cfquery><!---list all cusNO where purNo = 3215---><Cfquery name="getCust" datasource="#dsn#">select cusNO from tbl_customer where purNo = 3215</Cfquery>From the form, I have one text box for user to enter new date then hit submit. Once submit button is clicked, I would like to get the results from above two queries to insert into tblOrder.<cfset note ="new date changed from" /><cfloop query="getDetails"><cfloop query="getCust"><cfquery name="insert" datasource="#dsn#"> insert into
Hi,I have the simple query for select * from the table and try to display results into cfgrid but i got nothing show on the page. what's wrong with this?Thanks<cfform> <cfgrid name = "FirstGrid" format="flash" height="320" width="580" font="Tahoma" fontsize="12" query = "qname"> </cfgrid></cfform>
HelloI have an app running with approx 6,000 signees. I try to ensure their email going in the DB is validated via javascript- but this not totally effective.What code could I write in the CFmail tag that would ignore bad emails, send the meassage without errors, and perhaps even list the bad mail addresses?Thanks in advanceNorman B.
Take time to let Adobe know your choice of platform for ColdFusion by taking part in the ColdFusion Platform survey.Here's the link for the survey: https://www.surveymonkey.com/s/HMQG62Y
Hi there,I inherited a website that was developed in CFMX & MS SQL several years ago. The site was moved to a CF10 server with a MySQL DB which seems to have caused a few issues here and there. One issue I am currently experiencing is decrypting information stored in a SQL database. I have the key it was inserted with, and I know that it was inserted via AES.So here's the query I'm trying to run:Select *, AES_DECRYPT(cardnumber,'#cckey#') as ccnumber from orderinfo where orderno='123'When I output the query and try to pull up #ccnumber# it throws the hatred generic "Internal Server Error 500" and gets me nowhere. If I try to output #cardnumber# instead, the actual column name in the database, I am given a long string of jarbled letters, numbers, and symbols. I figured that mabe I could use the Decrypt() function in ColdFusion to decrypt that if it's not working at the database level, but I don't get anywhere with this method either; I get the same generic error.What would you recom
I have a couple of ColdFusion 10 servers running on WindowsServer 2008r2 and IIS 7.5. Both of the boxes are running a couple different applications. The only significant difference I'm aware of between the 2 is that one is running the application all on one site just under different directories the other has inidividual sites and IP's configured under IIS for each application. I upgraded the first box to Java 7u9 and it worked fine but when I tried to upgrade the second the box the coldfusion service wouldn't restart. I can point the cold fusion back to Java 6u37 and it works does anyone have any ideas as to what may be causing this.Thanks,Scott
Hi,I've just installed CF 10 in demo mode on a fresh Windows 2008 R2 64 bit VM. I'm using IIS 7.5 as my web server. After completing the setup wizard I am unable to access the cfadmin at :http://127.0.0.1/CFIDE/administrator/enter.cfmI'm getting a message that my password is invalid.I have used the password reset batch file in cfusion/bin with no luck. I have restarted the CF service.Any advice is appreciated.Thanks!
Issue: The names comes across like this: Hausmann, Alan *I want to strip an asterisk out of the name. I was using the Replace function.But I do not understand what the error means (Error: Invalid construct: Either argument or name is missing.)This is the code I am using.<cfoutput>#Replace(form.name,*,"")#</cfoutput>Thanks,Al Hausmann
Good morning I have a situation wherein during an insert into my database, the variable that I created from an cfif/cfset throws an error. Am I missing something? My code is below...<cfset gradepoint =VAL('#fcnpoint#') + VAL('#attitudepoint#') +VAL('#guestpoint#') + VAL('#contactpoint#') + VAL('#attendancepoint#')+ VAL('#nspoint#') + VAL('#foidpoint#') + VAL('#otherpoint#')><cfif "#gradepoint#" GTE "-20.45" AND "#gradepoint#" LTE "11.1"><cfsetmaingrade= 'F'></cfif>INSERT INTO squadreport (squid, squgrade)VALUES ('00', '#maingrade#')</cfquery>
Hello,Last week we began seeing some timeout errors, but today there have been much more of them and I’m not sure how to proceed in troubleshooting.We have 2 load balanced app servers:Windows Server 2008 R2 (virtualized)ColdFusion 8, EnterpriseAnd a database server:Windows Server 2008 R2SQL 2012The error in “coldfusion-out.log” is:A non-SQL error occurred while requesting a connection from <DSN>.Timed out trying to establish connectionThis only happens on one of the web servers, but it happens more frequently when the app servers is under a heavier load. Most of the day it works fine, but 4 or 5 times throughout the day we will have 1 – 15 requests timeout in a row(always varies), and then things will be fine again w/out restarting or doing anything.The database server is much more powerful than the app server, and I don't believe the issue involves long running queries or the DB server being under heavy load.I’m a DBA who is temporarily handling System Admin responsibilities, an
I have a data table which displays data like this:0-11-311-1414-21DEPT3.77 0.94 3.46 11.95 SALESSo I have many columns for the 'valuecolumn', and only one column for the 'itemcolumn'. But it looks like in the tag it will only accept one 'valuecolumn' even though I have many. How would I make this work? <cfchartseries type="bar"query="stats"valuecolumn="0-1"itemcolumn="DEPT"</cfchartseries>As you can see I can't put multiple columns into the valuecolumn attribute
I would like to build my first web site on ColdFusion build in server.I would like to know should I just create a folder on C:\ColdFusion10\cfusion\wwwroot for my site or I can use admin web site to creat a new web site?Your information and help is great appreciated,Regards,Iccsi,
I created a few database source on ColdFusion server and used Dreamweaver or ColdFusion Report Builder to access RDS server.I just realized that I can access all datasource from Dreamweaver and ColdFusion Report Builder.I would like to know is it possible to create user rights which only can access the database rights grant.Your information and help is great appreciated,Regards,Iccsi,
I have ColdFusion 10 Report isntalled and connected to RDS server.I just see tables and views, but not stored procedures.I would like to know is ti possible to use stored procedures for the report data source.Your help and information is great appreciated,Regards,Iccsi,
I would like to use CFMail to send out email.Does CFMail need SMTP mail server to install or ColdFusion has email server?Yuor help and information is great appreciated,Regards,Iccsi,
I would like to know if is possible to create user role on the CodldFusion server.Your help iand information is great appreciated,Regards,iccsi,
I've successfully installed Tomcat 7 on a Macintosh running 10.7.5. The ColdFusion WAR file deployed successfully, but when I try to start the service, I get a raft of errors in the Catalina.out log file:INFO: Deploying web application archive /usr/local/Tomcat7/webapps/cfusion.warjava.lang.ExceptionInInitializerError at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) ... at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:680)Caused by: org.apache
I would like to know IsUserInRole ColdFusion function to use get user role, but how I can create user role from ColdFusion?Any function to creat euser role or uses ColdFusion server admin to create or create a role in the backend database?Your help and information is great appreciated,Regards,Iccsi,
Hi,the code below is displayed 5 text boxes but how can i made at least one is required?<cfform name="search" action="insert.cfm" method="post"><cfloop index="email" from="1" to="5"> <cfinput type="text" name="email"> </cfloop> <cfinput type="submit" name="submit" value="Save"></cfform>thanks
Does anyone know how to extract the value of a cftextarea (html and all) without actually submitting the form? **EDIT** Sorry I forgot to say it was a rich text feild
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.