824 Topics

Member Avatar for
Member Avatar for gvolerman

The *.cfm is not recognized by IIS. wsconfig.exe does not list IIS as an option. Went through manual configuration outlined in [this page](https://helpx.adobe.com/coldfusion/kb/coldfusion-iis-manual-connector-configuration.html) and still getting isapi_redirect.dll error. Any feedback appreciated

Member Avatar for rproffitt
0
36
Member Avatar for fiju

How to use init function in coldfusion.Could any one explain with a good simpla example. And also scopes(VARIABLES and THIS) while writing an init function in a component.

Member Avatar for anita.jena
0
5K
Member Avatar for igotdreams

[B]A Brief History[/B] I like to call this my instant call back feature. Basically I knew that you can send a text message to your phone through email. So I said to myself, "self, why not send yourself the text message through a web form through some type of sendmail …

Member Avatar for smsala
0
14K
Member Avatar for Andrea_7

Hi, I'm a graphic designer and am designing a site using Adobe Muse which creates HTML, CSS, and JavaScript. Can I export the site as HTML to a developer to integrate with Cold Fusion? There is a client login portion of the larger site created with Cold Fusion (I believe). …

Member Avatar for diafol
0
334
Member Avatar for Connie_3

I typically ask my questions over on StackOverflow, however this one I know would immediately get voted down as requiring someone to give their opinion, heaven forbid! I'm hoping the folks over here are a little more forgiving in this area. I am converting a really old ColdFusion app over …

Member Avatar for Connie_3
2
310
Member Avatar for reamay
Member Avatar for Abhilash_1
1
249
Member Avatar for yankeefan24

I added input-group to my textarea to fix a text overlapping once the form was submitted. Now I cannot type anything in the textarea on IE9 it works on every other browser even IE 6. Any body has ran into a problem like this? Bellow is a code snippet <cf_yrmc_input …

Member Avatar for diafol
0
366
Member Avatar for rka123

Hi, using sql server 2012 as backend and coldfusion 11 as front end for development.Nowadays, weird scenario happening that the application is not working at some times. But there is no trace of any error in the coldfusion application logs or in the sql server part. The site start working …

Member Avatar for rproffitt
0
212
Member Avatar for mmonclair

I have a CKFinder UI in a ColdFusion application to manage file uploads. In migrating our application to AWS, and preparing it for running it in an array of load balanced servers, we moved the file repository from a folder local to the application to an S3 server. The only …

Member Avatar for rproffitt
0
876
Member Avatar for yankeefan24

I have two cf selects one includes three option and I need to activate the second cfselect based on the selection? any Ideas how to do this. The CFselects are being populated from a DB.

0
234
Member Avatar for yankeefan24

Im trying to check checkboxes based on a cfselect selection. Im trying .prop but is not passing the info to the check box I added p#testing.html to see if the query was working and it is passing info as text based on selection but not to checkbox function roleCallback(text) { …

Member Avatar for yankeefan24
0
361
Member Avatar for danarashad

I am working on trying to secure some coldfusion servers. I've seen the lockdown guides all over the net. But those guides are for new installs. Is there a way to lockdown coldfusion after the install?

0
182
Member Avatar for danarashad

I am using an ajax to load form fields. When the you select the school, the grade fields load. When you select the grade, the show name check box appears. When the select all box appears, I have to click the select all box twice for it to work. I …

Member Avatar for danarashad
0
333
Member Avatar for happygeek

"Our investigation currently indicates that the attackers accessed Adobe customer IDs and encrypted passwords on our systems. We also believe the attackers removed from our systems certain information relating to 2.9 million Adobe customers, including customer names, encrypted credit or debit card numbers, expiration dates, and other information relating to …

Member Avatar for diafol
3
491
Member Avatar for jayst19143

I'm having some trouble configuring "SEO friendly" Url's. I don't have access to IIS for a mod-rewrite. I'd like to have [url]www.foo.com/about.cfm[/url] translate to [url]www.foo.com/about/[/url] any suggestion? Again don't have IIS access. I'll also need it to work for non CF pages. If possible.

Member Avatar for AdrianChestnut
0
501
Member Avatar for spiritualized

[QUOTE=corduroy] I've followed Symantec's removal instructions ([url]http://www.symantec.com/avcenter/venc/data/backdoor.colfusion.html[/url]) but there are always at least 5 dlls which Norton (or the other apps I've tried) cannot remove. Also, I always get winsock.scr and dxsetu.exe errors at startup, followed by "Exception EInOut Error in module dxsetu.exe at 000056F2 I/O error 32". ope1C3.exe and …

Member Avatar for RobertHDD
0
560
Member Avatar for ruhestorer

Hi, Is there simple way to call cffunction using cf component- button or link, or whatever. I have list with multiple documents and in the end of each line i need component which user can click, and on click i need to call cffunction.

Member Avatar for dipakatcvrca
0
734
Member Avatar for aksahoo17

Hi, Am trying to display all the items inside a ArrayList, but without using the cfloop. Could someone help me on this !!!! Its urgent.... Actually my issue is am trying to call a Javascript function within the loop of that arraylist. I can do that using Cfloop, but its …

Member Avatar for dipakatcvrca
0
223
Member Avatar for aksahoo17

Hi, i want to set a coldfusion variable to undefined within a javascript function, i just written as below, but without calling the method it automatically set the variables on page load. Can anybody help me in the same i want to set the below variable only on call of …

Member Avatar for dipakatcvrca
0
3K
Member Avatar for nadiam

hello. so my boss gave me these cfm files to convert to html. i have zero knowledge of coldfusion. could someone help me out? a link or something that has a list of html/cfm equivalents? though from the few pages i opened the only tag i see different from html …

Member Avatar for diafol
0
1K
Member Avatar for Jeroen Mathon

I keep getting coredumps when i run this function. void readUser(int uid) ///Reads users from data directory { std::stringstream fileName; fileName << "./data/" << uid << ".dat"; user myUser; std::cout << "USERNAME:" << myUser.name << "\n UID:" << myUser.uid; ///Reads data from file FILE* dat = fopen(fileName.str().c_str(),"rb"); fread(&myUser, sizeof(user), 1, …

Member Avatar for JasonHippy
0
184
Member Avatar for jdavenport

Greetings, I am trying to upgrade an existing system from CF 8 to CF 10. I have a datasource that connects to a Unidata database. The datasource connects on the CF 8 server using driver class com.ibm.u2.jdbc.UniJDBCDriver and driver uniJDBC. I set the datasource up on CF 10 the same …

Member Avatar for Sculli
0
460
Member Avatar for RJD1

I have a membership list database table (.MDB MS-Access, accessed via <CFQUERY>) with four email address fields (email1, email 2, email3, email4) - all in same table. (Some folks have multiple email addresses, often from different Email Service Providers - ESPs.) I need to develop an SQL query (or series …

0
198
Member Avatar for scomrade

Hi, just to find out if any of you gurus have been coding in C in a UNIX environment with a Raima database? Will want to lean on someone for guidance

0
156
Member Avatar for danarashad

I am using an ajax to load form fields. When the you select the school, the grade fields load. When you select the grade, the show name check box appears. When the select all box appears, I have to click the select all box twice for it to work. I …

0
201
Member Avatar for keithalston

Using the easysoft JDBC-ODBC bridge to connect to an Access DB. Has been working great since CF6. Currently no issues on CF9(solaris). We're working to upgrade our servers to CF10 on Redhat and have everything working except when we attemtp to verify our data sources that use this driver we …

Member Avatar for Proxet
0
412
Member Avatar for bismillahk1

ho to convert this code into php <cfhttp method="post" url="#local.autoResponderURL#" result="result" charset="utf-8"> <cfhttpparam name="listname" type="formfield" value="#local.autoResponderListName#" /> <cfhttpparam name="meta_adtracking" type="formfield" value="#local.autoResponderAdTracking#" /> <cfhttpparam name="meta_required" type="formfield" value="#local.autoResponderRequired#" /> <cfhttpparam name="meta_message" type="formfield" value="1" /> <cfhttpparam name="name" type="formfield" value="#local.formFirstName#" /> <cfhttpparam name="email" type="formfield" value="#local.formEmail#" /> <cfhttpparam name="submit" type="formfield" value="submit" /> </cfhttp> how to …

0
174
Member Avatar for subrata_ushasi

Hi, In coldfusion we print as <cfoutput>#variable#</cfoutput> but if I want to print # sign that is output will be #. how to do that ?

Member Avatar for EfrainGonzalezBermudez
0
365
Member Avatar for jayst19143

I'm trying to dynamically populate a cfselect with a CFC using binding. Here's my cfc <cfcomponent output="false"> <!--- set function name ---> <cffunction name="Get_Companies" access="remote" returnType="array"> <!--- Define array to produce the drop down ---> <cfset var data=""> <cfset var result=ArrayNew(2)> <cfset var i=0> <!--- Get data ---> <cfquery name="data" …

0
174
Member Avatar for yankeefan24

Is there away to limt cftextarea by word not characters? I need to limit my form to 250 words. is there a way to do this?

Member Avatar for danarashad
0
341
Member Avatar for yankeefan24

Im creating a form in Coldfusion I need to add an Autosave function. I will like the form to autosave every 30 seconds. Any Ideas?

Member Avatar for danarashad
0
332
Member Avatar for danarashad
Member Avatar for danarashad
0
284
Member Avatar for rowly

Hi, I am having a problem with multiple series chart where the 0 value will be displayed on the graph as a straight line. i want display only data that doesn't have a 0 value. i have also check those two links wher they said this is a bug in …

Member Avatar for hellooo12
0
798
Member Avatar for Seswing142

The program is supposed to ask the user for the range of the guesing game (1-10), ask them how many guesses they want, and then ask them for a guess. Then it prints out Cold if he guess is greater than 25% of the answer, print WARM if its between …

Member Avatar for JamesCherrill
1
3K
Member Avatar for terrymodular

I want to make a call list for sales person from the companies table. Want to start with a certain companyid = say 1002 and add 50 records to call. Stumped as to assign companyid as firstrow? and lastrow=companyid + 50 ? I know how to assign it to the …

Member Avatar for danarashad
0
221
Member Avatar for wmhintz

Hello geniuses, I have inherited a ColdFusion application which uses four lines of AJAX in order to populate a drop-down based upon the selection made in a previous drop-down. The first drop-down is a list of car "makes", for example: Ford, Chevrolet, etc. The second drop-down is to be populated …

Member Avatar for paulkd
0
311
Member Avatar for raul prakash

I am trying to decrypt a CSV using Coldfusion. The CSV has been encrypted using gpg4win. I have created a scheduled task in CF Admin which checks a folder for the encrypted file and if found, decrypts it and stores the result in another folder as a CSV file (Which …

Member Avatar for paulkd
0
386
Member Avatar for yankeefan24

Im working on a form that I need to break in sections. example form.cfm?section=A, form.cfm?section=B and form.cfm?section=C. When employee access form.cfm?section=A, form.cfm?section=B and C need to be disable only section A will available for user to add input. when section B is accessed by supervisor section A and C are …

Member Avatar for yankeefan24
0
198
Member Avatar for mikerock

I am working on an application based on flex and ColdFusion while setup application in flex and ColdFusion, Gateway 500 errors has occurred. I am trying to resolve the problem but still unable. I am looking for solution. Does anyone have same experience please share?

Member Avatar for LastMitch
0
179
Member Avatar for joshi_6in

Dear sir or madam, I am Joshi Thomas, currently working as a system analyst with INSEAD Business School, Singapore. I have 8 years of work experience in developing and implementing Content Management Systems (CMS), Engineering Procurement Commissioning business systems (EPC), Commercial web applications, multilingual sites and SEO enabled websites using …

Member Avatar for joshi_6in
0
283
Member Avatar for mikerock

Hi, I am working on flex based project and want to integrate ColdFusion within. Does anyone have any idea how to integrate ColdFusion with flex? Any resource or step by step guideline is welcome

Member Avatar for LastMitch
0
192
Member Avatar for mikerock

I want to implement payment gateway in flex. Can anyone throw some light on Payment Gateway implementation methods with Flex or ColdFusion?. Any ideas or links are welcome. Thanks

Member Avatar for LastMitch
0
188
Member Avatar for jencinas69

Is it possible to display a text box next to a cfselect upon selection in the cfselect. If someone selects an option from the dropdown I need a date type field to be display. Is this possible perhaps with coldfuision and ajax?

Member Avatar for paulkd
0
217
Member Avatar for TechSupportGeek

I believe it is sort of ironic that my name is TechSupportGeek, since I only seem to be asking questions for the greater part of the last year and a half. :) Anyway, on to the problem now, during a cold boot, my computer screen starts flickering like crazy at …

Member Avatar for cguan_77
0
568
Member Avatar for RickCJ7

I'm not a ColdFusion expert, but am supporting what few ColdFusion pages we have left after our previous developer left. I'm trying to figure out how to get a text file downloaded with a click instead of right-click and selecing "save Target as". Here's the code I have: `<p> - …

Member Avatar for LastMitch
0
153
Member Avatar for rexmatthew

Please help. I can't get my calendar to automatically get the current date. I'm not sure where the problem is so I'll post the whole script. Here it is. (function($){ var availableTags = [ "ActionScript", "AppleScript", "Asp", "BASIC", "C", "C++", "Clojure", "COBOL", "ColdFusion", "Erlang", "Fortran", "Groovy", "Haskell", "Java", "JavaScript", "Lisp", …

Member Avatar for rexmatthew
0
292
Member Avatar for zoid777

Hello friends, I am sorry I have to ask this question but does anybody know where to get a flightbooking application writen in coldfusion. I don't know how it works so it is making it hard for me to code. Please if you have written flight booking software that runs …

Member Avatar for zoid777
0
172
Member Avatar for kendaop

Hi, I'm pretty new to ColdFusion, and I was wondering if someone could give me a little help. I'm getting the following CF error: **Incorrect parameter count in the call to native function 'DATE_FORMAT'** Here's the code that's producing it. <cfquery name="qryGetDateName" datasource="DATABASE" result="RESULT"> SELECT DATE_FORMAT(Events.event_date,"%W") AS "Date" FROM Events …

Member Avatar for arrgh
0
4K
Member Avatar for danarashad

I am some reports I am using google charts for, but when I create a pdf the charts are not being created in the pdf. Is there away around this, or has anyone ran into this issue. I am using google charts because CF charts gives me a image expired …

Member Avatar for danarashad
0
187
Member Avatar for r14aul

The End.