|
Enable / Disable cfform validation. I am using cfform for a CC payment form, and validating the CC number etc.. with the cfform "validate=credicard" paramater. This is all fine as usual. I have a toggle in my form to show or hide particular fields depending on a radio button selected (Pay CC or Bank Tfr). If the CC payment fields are hidden ... 30 Jun 2008 14:47
CFImage problem I'm having troubles with cfimage... I have an app that uploads and image and if needed, resizes it. I've been getting an error every now and then that doesn't give accurate information on what is going on (please see below): "An exception occured while trying to write the image. Ensure that the destination ... 20 Jun 2008 05:04
Java Object Instantiation I'm having problems using a method within a java class that has been created within my CF code. I don't know Java, but from the little I've learnt the Java code has a constructor. When I call the method within the java class without using the CF init() it throws an Object Instantiation Exception as below: ===... 19 Jun 2008 22:57
CF5 & Unicode Is anyone aware of a method using CF5 to insert cyrillic characters into a SQL2K5 database? I've tried.. update table set column = N'[value]' update table set column = <cfquery param ...to no avail I am dealing with Czech, Polish, Russiam, and Slovak characters. I am willing to convert to html e... 20 Jun 2008 00:59
cfdocument pdf creation creates parsing error Any luck with this one? We are experiencing the same problem - some pdfs work fine others don't, which leads us to believe the rendering has a problem with some of our code. We've gone through to identify and have not been able to find the culprit (missing end tags for example). If you found the solution let us ... 15 Jul 2008 05:07
cfgrid valuesdisplay The following grid provides the correct drop down list but when displaying the value of the column it show the actual value and not the display value that I want. It should be showing initials and not the ID for those initials stored in the database. You can go to tax.avericom.com/control and log in as temp/... 19 Jun 2008 14:44
OnChange() I have a question. I have the following script for my page: <!--- store the selected Main_Group variable variable after the first select boxes submits itself ---> <cfif isDefined('form.select_Main_Group')> <cfset page.select_Main_Group = form.select_Main_Group> </cfif> <cfoutput> <form name="DropD... 19 Jun 2008 12:40
CFFTP fails with Coldfusion/oroinc/net/SocketClient When I try to do <CFFTP> I am getting a following error. 'Coldfusion/oroinc/net/SocketClient' I don't see any error message other than the above string. Do anybody have ever faced this problem. CFFTP used to work properly in our production, But suddenly started failing. any Help would be greatly appriciated ... 4 Jul 2008 14:06
ColdFusion.navigate with POST form submission I need to refresh the entire page, so I am not using any div on my javascript, I am using the following line. ColdFusion.navigate(AjaxFormAction, null, callback, errorHandler, 'post', 'LocCondByQtr') there is no error but, the whole form is being submit as GET not POST. I see my form variables in the url,... 19 Jun 2008 09:35
nullpointer exception after page sits for a minute or two On Jun 18, 5:09 pm, "Max Donnelly" <webforumsu...(a)macromedia.com> wrote: I have created a web application which loads the core functionality into application scope as an object. The application.cfc file instantiates the object if it isn't already initialized, and then parses the URL to establish various va... 19 Jun 2008 06:30 |