The official community for ColdFusion.
Recently active
Hi. I have an If statement to see if N/A or NA is in a text box. If it is, I don't want to send an automated email I have set up. This works great if only N/A or NA is in the text box, but what if someone writes something like "N/A This component does not work for this part." How do I test this if the text box starts with N/A or NA and has text after it still? Here's my If Statement:<cfif isDefined("form.Open_Jobs_Affected#id#") and evaluate("form.Open_Jobs_Affected#id#") neq "N/A" and evaluate("form.Open_Jobs_Affected#id#") neq "NA">Thanks for your help.Andy
Say someone built an intranet in Cold Fusion (version unknown) and I do not have access to that person nor Cold Fusion but I need to be able to make changes in the intranet system via a new Cold Fusion. I am trying to determine which Cold Fusion I need to purchase to make the change. Is is Cold Fusion Builder 3, Cold Fusion 11 Standard, Cold Fusion 11 Enterprise? Please help.
Hi,I am unable to read CMYK jpeg images from coldfusion 10. Below are my server configuration.Coldfusion 10 (update 14),32 bit and windows 2008 r2 64 bit,jre(1.6)i found below code in java and implemented in coldfusion,but the code is working fine in coldfusion 10 64 bit,but not coldfusion 32 bit. Shall i get any help on this?public class CMYKTiffToJpegConvertor { /** * */ public CMYKTiffToJpegConvertor() { // TODO Auto-generated constructor stub } public static void main(String[] args) throws IOException, Exception { new CMYKTiffToJpegConvertor().processConvertionImage(ImageConstants.FILE_PATH,ImageConstants.INPUT_FILE_NAME); System.out.println("Successfully Completed the conversion!!"); } /** * * @9397041 filePath * @9397041 fileName * @throws IOException * @throws Exception */ public void processConvertionImage(String filePath,String
Hi I'm trying to invoke a ColdFusion function via typing in a URL in the web address bar such as:http://domain.com/path/to/your.cfc?method=functionName&argument1=arg1ValI have to do it this way for testing purposes. How can I invoke the following below function "showWinDOTD();" from the script below via URL? I have tried continuously the following with no luck: http://site.com/act/actCart.cfm?method=showWinDOTDhttp://site.com/act/actCart.cfm?method=showWinDOTDAm I missing something simple? <script> var refreshInterval = 0; var winFlag = false; $(function() { if(refreshInterval>0) { setTimeout('location.reload();',refreshInterval); } }); function submitForm() { ColdFusion.Ajax.submitForm('DOTDform','/act/actCart.cfm',callback,errorHandler); } function selectDOTD(input,promoID,optionID) { input.disabled = true; for
Hi guysHave difficulties running Cold Fusion Ent v9 after installingAfter I run server as root from cmd "./jrun -config jvm.config -start instance1" it is trying to connect to public IP as below for no reason/etc/hosts has following config........................127.0.0.1 localhost# special IPv6 addresses::1 localhost ipv6-localhost ipv6-loopbackerror Connection refused to host: 195.78.66.206; nested exception is: java.net.ConnectException: Connection timed out[1]java.net.ConnectException: Connection timed out at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:345) at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) &nb
In an effort to troublshoot some issues I'm having I enabled metrics logging in CFADMIN but this is all I'm seeing in the metrics.log file. What gives?"Information","scheduler-1","11/13/13","15:59:54",,"Max threads: null Current thread count: null Current thread busy: null Max processing time: null Request count: null Error count: 21 Bytes received: null Bytes sent: null Free memory: 1737648152 Total memory: 2117206016 Active Sessions: 0""Information","scheduler-1","11/13/13","16:00:54",,"Max threads: null Current thread count: null Current thread busy: null Max processing time: null Request count: null Error count: 21 Bytes received: null Bytes sent: null Free memory: 1565060456 Total memory: 2117206016 Active Sessions: 0""Information","scheduler-3","11/13/13","16:01:54",,"Max threads: null Current thread count: null Current thread busy: null Max processing time: null Request count: null Error count: 21 Bytes received: null Bytes sent: null Free memory: 1634382744 Total memory:
Hello all,Have not used CF builder 3. Looking for how to books and or tutorials to develop database driven applications. Have been using CF Studio 4.5.2 and now Homesite + 5.1. Now Installed CF 11 and CF builder 3.Thanks,TJ
I have several licenses for ColdFusion Builder 1 and I also have upgrade licenses for ColdFusion Builder 2. I have a new team member who needs to download ColdFusion Builder 2 to make use of this license. Now that ColdFusion Builder 3 is release, all of the downloads links I have been able to find point to the new version. Where can I find a download link for the previous version for which I have a valid license? Surely there is an archive download somewhere, but I cannot find it.Thanks,Eric
Hi,I have a Multi-Select Option Box that is correctly listing all values as well as the selected values within the multi select box. However, as you can see, the items are duplicated in the list, with both selected items and the available option values both showing. Instead, I'd like to show the full list of values, with the ones that are selected without any duplicates, like this instead: <cfset lstFinds = Recordset1.OfficeServed> <cfoutput><SELECT NAME="OfficeServed" size="10" multiple class="VBlack10" ID="OfficeServed" > <cfloop list="#lstFinds#" index="k" delimiters=","> <option value="#k#" <cfif listfindnocase(ValueList(RS_location.location), k)>  
Hello,We migrate Cold fusion MX 7 on a new server on 64 Bits. When we inform the serial number in the field in the administrator screen. The edition is standard. We restarted the service but the problem it the same, stay in standard edition.How to change the edition from standard to enteprise edition on a new server in 64 Bits ?How i can check my serial number to validate this-one ?Best regards,
Hi, I am having a problem formating an Excel file with multiple sheets using cfspreadsheet. I created the excel file from an XML string using POI. Things work perfect till here. To format the sheets, I am reading each sheet into a different cfspreadsheet object, formating them and then trying to create a new Excel file. <cfspreadsheet action="write" filename="#ExpandPath('./final_report.xls')#" name="spreadsheetObj1" overwrite=true> <cfspreadsheet action="update" filename="#ExpandPath('./final_report.xls')#" name="spreadsheetObj2"> This is where the problem arises. When I do <cfspreadsheet action="write"> the excel file "final_report.xls" should be created with only "Sheet1" having the formated content. But in my case it also writes "Sheet2" in the unformatted form. Then when the <cfspreadsheet action="update"> executes I am getting an error that says that Sheet2 already exists and hence cannot be updated. If I were to do a <c
We recently updated java. Uncertain if this is possibler cause or coincidence. cf8 server. Other development servers without update cffeed working per usual. Error:Unable to parse the feed: Either source specified is invalid or feed is malformed.Error: Invalid XML
I'm developing with CF11 on a Mac, which doesn't support having a local PDF Service to use with the new tag. But, I'm able to set up a PDF service that points to our dev (Windows) server. That service verifies via the admin.However, when I try to do a simple test: <cfhtmltopdf> Hello </cfhtmltopdf> I get an error of "Error occurred while generating PDF" with the error detail of "Reason: FILE NOT FOUND". If we try this code directly on the dev server (so it's using the local PDF service), it works just fine.Anyone have an idea of what file it's referring to or what else may be going on?
Hi. I would like to use the Trim Function in a text box on my Add page when I insert something into our database. I just want to make sure that when users type a part number into this text box, they don't accidentally type in a space before or after the part number. Here's what my text box looks like:<input type="text" name="Part_Number" id="Part_Number" maxlength="25" size="27" disabled="disabled">I know how to use the Trim Function on an edit page, but not on an add page. Here's how I use it on an Edit page:<input type="text" name="Part_Number" value="#Trim(Part_Number)#" maxlength="25" size="27">This works because I have a value in the Part_Number field already, but how do I use this when I don't have a value entered into the database yet? Thanks for your help.Andy
We have been using the same CFFTP tag for years, no issues. All of a sudden we are now getting 503 log in with user first.Nothing has changed and we can still connect if we use filezilla with the same settings.any thoughts?
Hello, all,I've got three forms that are submitting form data via AJaX to a CFC and it's working GREAT!I've got ONE form that I'm trying to do the same thing, but FireBug is returning a 404 error. I've checked the http path, and it is correct. But the AJaX function that is submitting the data keeps erroring with a 404.Any thoughts on what might prevent AJaX from finding one CFC, but not the other?V/r,^_^
Hi, I am using coldfusion 11.While using cfgrid,the lengthy text entered are shown in grid column with '..' at the end. So,not able to read the text fully.Is there any option to wrap down the grid column text so that its fully visible and readable?<cfgridcolumn name = "MyText" header = "Text" width="500">Thanks
looking for the current "Fast Track to Coldfusion" course (for CF 10/11) - who knows if this can be downloaded somewhere? Adobe used to offer a PDF download but I can't find it
I am trying to build a mobile application using CF11 and CFBuilder 3. I have been trying all sorts of tuturials, examples, etc, but I can not get the geolocation or the camera to work at all. I am using the latest version of iOS (8.4) and I am thinking it might have something to do with an older version of phonegap? Is anyone having success with this? The features look very cool, but so far. Can't get a darn thing to work in it. Any advice would be wonderful.Just a quick note, I am adding permissions to use camera and geolocation in the PhoneGap properties of the project. So it is active.Thank you.
Hello,Is it possible to have in CF11 a chart with two lines, and each line has it own y-axis scale? I didn´t found any example, that cover my request. Does anybody have example?
Hello, all,About six months ago, I started playing around with Ubuntu Server (14.04 Trusty Tahr), apache (2.4.7), and CF Server 11 on a home network; just for playing around with. I broke it a few times (thankfully in a VM, so trashing it and starting over or using backups helped), but I finally got it working.However, when I originally set it up, I had it set so that there were no virtual hosts, and everything was being served from /var/www/html directory.Now, I'm trying to change that. I've followed instructions on how to set up virtual hosting on apache, and am now setting up two accounts (so pages will be served from /home/usera/public_html and /home/userb/public_html), which brings me to my question.Do I need to do anything in CFAdmin for these virtual hosts? Or will CF Server use the apache configurations to provide server-side scripting automatically to the virtual hosts? I did test one virtual host with an index.html file, and it works. I should tr
Hi,I have the exact same problem described in https://forums.adobe.com/message/5653666#expires_in=86399993&token_type=bearer&access_token=eyJhbGciOiJSUzI1NiIsIng1dSI6…I just migrated to Windows 2008 server IIS 7.5 with ColdFusion 11 installed. We have a public(intranet) site where there are subfolders with restricted access (Windows Authentication, Basic Authentication) and various local groups that contain domain user accounts having access to these subfolders.Static files such as html, jpeg , root folder '/' would a) check if the person is authenticated b) if the user has access read access to the files. ColdFusion files are the exception to the rule where it would bypass/ignore folder/file permissions.In IIS 6, this problem is solved by checking off the 'Verify that file exists' checkbox for the wildcard jrun_iis6_wildcard.dll in the Application's Configuration Extension Mapping. Unfortunately I can't find the solution to this problem in IIS 7+. I can't believe this is
Nothing happens.Running on Windows Server 2012 - looking at the server events, I see this:The ColdFusion 11 .NET Service service is marked as an interactive service. However, the system is configured to not allow interactive services. This service may not function properly.This is an existing server, how do I get past this?Thanks,NALEX
How we can secure the non- ColdFusion document (Word document,PDF Document ,Images) in ColdFusion 10.Users can access the non –Coldfusion document without login in the Application because it is not going through the ColdFusion application server (it's being handled directly by the web server).Please provide the solution to secure the non-coldfusion document using the ColdFusion application server.
Hello,For a migration scenario we think about to migrate application step-by-step from CF9 to CF11. So on the server, we want to replace the modified code with changes for CF11 and connect this whole application, which is a subfolder of a website, to CF11 instead of the current running CF9. So in IIS we have One Default Web Site with different applications like--- app1--- app2---app3All these apps are currently connected to the CF9 version with WSConfig tool.Now, the app1 was modified to match CF11 requirements, and we want to connect the folder app1 to CF11in the browser it was http://servername/app1 and http://servername/app2
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.