The official community for ColdFusion.
Recently active
I have a page that will delete the contents of a database column. After the column is deleted, The page will take the the end user back to a page that displays a list of program attendees. I am trying to create a variable within the delete page, via a self-submitting form, to redirect the user back to the original page which has the list of members in attendance minus the deleted member. This member attendance page is dynamically created via a query wherein an entered date will show the list of attendance for the selected date. So I am thinking that I need to populate the date box of the original list by way of the self submitting form with an input box of the same name. The original attendance list from where The attendance is populated comes from a form that only has a date that is in the field. What is below shows the syntax for the delete column Page. When I do the code below it throws an error. <!---Capture Date from the url variable---><cfquery name="capture_date"
So, I have a report built using CFR Builder 10 with the fonts all marked as "embedded font" in order to make the report look as it should. However the fonts default to Helvetica when it generates.So - I need to know why this is not working properly, since it should. All the HELP notes is that the PDF file will be larger with embedded fonts, which everyone should know already.Second : I upgraded to CFRB11 to see if that issue was fixed, but when it opens it looks the same as CFRB10 and the HELP/ABOUT menu shows it is still version 10?? Is this just a bug or is Adobe pawning off version 10 as version 11. It should be a new version with the new CF version since it would need to include new functions etc, as well as have any issues fixed since version 10, of which there were a few.Any ideas on either - or response from ADOBE?I miss Macromedia, at least they always had staff members answering forum posts often.
Hello,i am newbie in coldfusion...i want to make an option answer after my first check box answer is truecode :<tr> <td><table width="100%" border="0"> <tr><tr> <td>Do you have a car? </td> <td><input name="car_type" type="checkbox" value="1">Yes<input name="car_type" type="checkbox" value="0">No</td></tr><tr> <td width="100%"></td> <td><strong>(Select your car type)</strong></td></tr> <tr> <td></td> <td><input name="car_bmw" type="checkbox" value="1"> BMW</td></tr> <tr><td></td> <td><input name="car_mercedes" type="checkbox" value="1"> Mercedes</td></tr>&
I am new to using cfcomponent and autosuggest. I followed the sample given in the Adobe Help Adobe ColdFusion 9 * Using Ajax User Interface Components and FeaturesHowever, I am not getting the autosuggest to work at all. This is what I did:1. I created a Suggestcfc.cfc under a subdirectory called "components" The Suggestcfc.cfc is as follows:<cfcomponent output="false"> <cffunction name="getProduct" access="remote" returntype="array" output="false"> <cfargument name="suggestvalue" required="true"> <cfset var myarray = ArrayNew(1)> <cfquery datasource="mydatabase" name="getlist"> SELECT DISTINCT productname FROM products WHERE productname LIKE <cfqueryparam value="#suggestvalue#%" cfsqltype="cf_sql_varchar"> &nb
Has anyone resolved the timeout issue with cfgrid when the format is flash? ColdFusion 8
When I copy and paste from a pdf into cftextarea using the Paste as Word or Paste as Plain Text features, it adds line breaks to each line. Has anyone had experience with this and know how to remove those extra line breaks at the time of pasting the text?ColdFusion 8
I’m migrating to Windows 2012 server and have ColdFusion 10 update 12 installed. I have a ColdFusion datasource connecting to MS SQL 2008 R2 server with connection string (EncryptionMethod=SSL) on Windows 2008 R2. The datasource verifies fine. I’m getting the following error anytime I query the database.Error Executing Database Query.[Macromedia][SQLServer JDBC Driver]Object has been closed.I've tried restarting the ColdFusion services, rebooting web/database server but nothing seems to work. Anyone else encountered this problem? If so how did you resolve it? Any suggestion is greatly appreciated! Thank you in advance for your help!
Please reset activation count for my adobe account vishnu.bovilla@gmail.com
We just got a new web server, and new ColdFusion (v8 to v11) . Working my way through things that worked fine before and don't work now. Trying to figure out if this is a new server/new server settings problem or if this is a new CF version problem. I go into the Admin page and turn on "Robust Debugging", go to the page having the problem and get a message of "Server Error 500 - Internal Server error. There is a problem with the resource you are looking for, and it cannot be displayed." Checked in CF Admin that the connection name is the same as before, and that it works. All OK from there. My network administrator says it's not his problem. ANY SUGGESTIONS?Thanks,Kye
I'm trying to incorporate a VAT checking function in my website, for validating entered VAT.This service is granted by european Vies WSDL service.No matter what I try, I always get the same error:Web service operation checkVat with parameters {xx,xxxxxxxxxxx} cannot be found. This is the last code I tried (maybe the fifth or sixth method experimented),just straight from the Coldfusion documentation:<cfscript> ws = CreateObject("webservice","http://ec.europa.eu/taxation_customs/vies/checkVatService.wsdl"); ws.checkVat("xx","xxxxxxxxxxx"); req = getSOAPRequest(ws);</cfscript><cfdump var="#req#"><cfset soapreq = GetSOAPRequest(ws)> <h2>SOAP Request</h2><cfdump var="#soapreq#"><cfset soapresp = GetSOAPResponse(ws)><h2>SOAP Response</h2><cfdump var="#soapresp#">Where red x represent country code and VAT number.I'm about to let down, three days spent in trying and still no
We recently updated from CF8 to CF11. Getting ready to create interfaces with several new databases. Need to use something like CFGRID in new forms, but since that is a Flash form component and Flash forms are deprecated in CF11, what is the alternative for non-Flash forms for those who need a sub-form with ADD/EDIT/DELETE features like CFGRID? Looks like spreadsheets feature is just for data output/display, not data input.
Upgrading from MX7 to 10.Got a .jar file "cpitools.jar" which I've put into /opt/coldfusion10/jre/libIf I do a jar -tf on it, I get:com/clearcommerce/CpiTools/security/Encrypter.classcom/clearcommerce/CpiTools/security/HashGenerator.classcom/clearcommerce/CpiTools/security/SecCrypto.classMETA-INF/MANIFEST.MFI've registered it in the CFIDE:TagName: CFX_HSBCHashGeneratorClassName: com.clearcommerce.CpiTools.security.HashGeneratorBUT when I try to call it...<CFX_HSBCHashGenerator SharedSecret="#ss#" HashElement="#datainput#">I get the error message: The CFX custom tag CFX_com.clearcommerce.CpiTools.security.HashGenerator was not found in the custom tag database. You must add custom tags to the database before using them. If you have added your tag to the database, check the spelling of the tag within your template to ensure that it matches the database entry.-----So when it says "you must add custom tags to the database" - it's referring to the registration of the Java CFX, right?So
This is regarding Clickjacking issue. To prevent the clickjacking issue I have added the below setting in the config file (web.xml).<filter-mapping><filter-name>CFClickJackFilterDeny</filter-name><url-pattern>https://abcd.rw.xyz.com/mer/nao/app_v4/*</url-pattern></filter-mapping>I have one doubt here . I need to prevent this clickjacking issue for another application as well ( say , https://abcd.rw.xyz.com/mer/nao/app_v5/*). But I did this by adding one more filter-mapping , apart from the one mentioned above, in the config file . Can I achieve this by adding multiple url-patterns in the same filter-mapping?.If possible which is the best method?. I mean creating a new filter-mapping or adding more than one url patterns in the same filter-mapping?. Any idea or thoughts well appreciated?
I am unable to reply to posts (after logging in). The error messages says I should contact the system administrator. Where is the link to the forum's SysAdmin?
Hi, I am using CF11 on IE10 window server2012 with IIS8.0.I am trying to display a simple flash form on IE10 but not displaying any thing, when you right click in that area where it should be display then it showing movie not loaded.code used:<cfform name="theForm" format="Flash" width="300" height="200" accessible="yes"><cfinput type="button" name="btn1" value="CLICK HERE"></cfform>Please assist me on this.Thanks
Hi,Anyone got any pointers for a broken CF10 CFAdmin - the CFAdmin on a client server packed up last night - and not sure why. The site works ok (serves .cfm's) but the CF Admin page is broken. It's missing the images and 404s the sha1.js file, so can't log in to the Admin. There is a CFIDE virtual directory on our local default site (but there is not one in the main sites web root) but still the problem persists. Fiddled with IIS and no joy Checked web.config's - no clues. Advice appreciated.TIA.
I am trying to get approval to run CF11 in production environment, and scans keep flagging a Jetty vulnerability -- CVE-2011-4461 (http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-4461). It says the solution is to "upgrade Jetty to version 8.1.0.RC2 or newer." Can I just upgrade Jetty and keep everything together ColdFusion? It doesn't seem like that would work or, I assume, Adobe would distribute a newer version of Jetty to begin with.I am not using remote start/stop but am using Solr ... so, I don't think disabling Jetty altogether is an option.Has anyone else run into this? Would you be willing to share your insight? Thank you.Matt
I have a chart data source for 25 columns and assign to my line chart data source.The chart shows data but only use 50 percent of the chart width.I would like to have my chart extend the full width of the report which is landscape orientation.Are there any property to set stretch the whole width?My report has group like element 1, element 2. Chart has evaluation group property to set.I set it to my group name which is MyElement, but it seems that the chart prints the same chart for the all group.Are there any property to set the the chart print different chart base on the group.I have my chart in Group Footer. Should I have it in detail band?Thanks a million for the information and help,Regards,Iccsi,
I've been a ColdFusion and Flex developer for way to many years now. Pretty much turned that horse into glue if ya know what I mean. Thing is I really like CF so I want to keep developing my business applications in that language. Problem is I've never really developed responsive web sites nor have I made extensive use of CSS.I'm currently playing with Muse and ReFlow and love what they do. My only question is there a suggested workflow path for creating website designs in Muse / ReFlow and import them into a CF project?If not why not?
Hi there,I installed ColdfusionMX 7 on WIndows 2008 R2 Standard server. When I try to open the admin page , I Get the error:Server Error in '/' Application.--------------------------------------------------------------------------------Could not load type 'C:\CFusionMX7\runtime\lib\wsconfig\jrun_iis6.dll'.Description: An unhandled exception occurred during the execution of t@he current web request. Please review the stack trace for more information about the error and where it originated in the code.Exception Details: System.Web.HttpException: Could not load type 'C:\CFusionMX7\runtime\lib\wsconfig\jrun_iis6.dll'.Source Error: An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. Stack Trace: [HttpException (0x80004005): Could not load type 'C:\CFusionMX7\runtime\lib\wsconfig\jrun_iis6.dll'.] System.Web.Compilation.Bui
I migrated to Coldfusion 11 and there is a problem with the cfgrid and bind.<cfgrid name="theGrid" target="pbdetail" pagesize="3000" format="html" onload="load" bind="cfc:internal/p/_com/pblock.pblockData({cfgridpage},{cfgridpagesize},{cfgridsortcolumn},{cfgridsortdirection},'#trim(url.varpblocknumber)#','#trim(url.varrefno)#')" bindonload="true" striperows="true" selectcolor="lightyellow" height="200">This works on Coldfusion 10 but no longer works on Coldfusion 11. The loading spinner just spins and the grid never appears. Will this be patched anytime soon?Thanks.
Hello CFBuilders,I encountered what I believe is a bug within CFBuilder 3 (standalone and Eclipse plugin) where code coloring breaks after you insert a comment in a function with named arguments. To replicate the issue copy/paste the following code in CF Builder: <!--- Sample Bug: Code Coloring ---><cfset myFunction( argument1 = "strawberries", argument2 = "bananas", <!--- these are my favorite ---> argument3 = "blueberries", argument4 = "pineapples") /><cfset test = "test" />You should see argument3,argument4, and the closing bracket are colored incorrectly. If you encounter the same issue and you'd like to see this fixed please feel free to vote for this bug here:Bug#3831825 - Code Coloring Breaks When Comments Used Within Function with Named ArgumentsIt should be noted that Dreamweaver can handle this type of code coloring
We have Licensed ColdFusion 10 Enterprise applications on our server .When Java client is upgraded to Java 7.51, we are getting following error while working with our functionality."missing required permissions manifest attribute in main jar"This problem is occurring when we use cftree. we try to find solutions for this but didnt got any break through. When checked on Java site we see that this error occurs if the applets are not signed or self signed.
Recent updates to CFGrid are now signed Java applets that no longer expire, however Oracle has updated the security model for Java again. The recent Java 7 update 45 now displays this warning dialog, indicating that future Java 7 updates (Java 7u51 Jan 14 2014) will not allow the application to run:Does this need to be fixed by Adobe, since I assume end users cannot fix the applet with the information in the links provided by OracleEnhancing Security with Manifest AttributesModifying a Manifest FileIf Adobe doesn't update the CFGrid applet, does anyone know if the new Java 7u40 deployment rule set feature can be used to avoid this warning?
I'm executing a CFEXECUTE statement in a CFScheduler job that is supposed to C:D a file from one Windows Server to another Windows server.I've built the C:D batch job correctly and can run it successfully from the CMD prompt (by double clicking on the .bat file name).Here is my statement:<cfexecute name="C:\Windows\system32\cmd.exe" arguments="/c E:\inetpub\WWWROOT\Tips\ScheduledJobs\tips_to_tws.bat"The job ends without any errors, but I get a C:D error - LAPP010I - Submit file open failure. CCODE=8 FDBK=0So my thought process is this: when I go and execute the C:D command by double clicking on it alone - it is taking my id/password as the submitter. This is evident by looking at the C:D logs.And when I execute the CFScheduler job, that runs the CFEXECUTE command, it uses XXXXXX id to run the C:D command. So my question is - what is the XXXXXX id? I don't have ColdCusion running on a special service account, so I'm not familar with what id it would be associa
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.