The official community for ColdFusion.
Recently active
FIRSTSo I have a cover page occupying the Report Builder 10, Report Header and the size is 11 x 8.5.The Page Footer contains labels for the display of the company name, all rights...,copy right..., name of the report and date.I'd like to display this so I know it's going to work. The cfoutput tag works only on queries...so is there a CF method to display the 'report header & page footer'?This experiment contains a .cfm file with the query and the .cfr files, using Crimson I see the file (test1.cfm)test1.cfm:SELECTtblStateProvince.State, tblStateProvince.Name, tblFacility.Name as FName, tblFacility.City, tblFacility.PostalCode, tblFacility.Address, tblFacility.OID,ContractNumber,ContractEffectiveDateFROM tblFacility INNER JOIN tblStateProvince ON tblFacility.OIDStateProvince = tblStateProvince.OIDWHERE (((tblFacility.OID)=37667)); Here is where I tried to assign the string to the 'Label' on the Report Header.tblFacility.Name = "Yosemite Valley, LLC"TReportStaticText104 = "#tbl
Hi everyone. I have this one page on our site that we would like for customers to order some parts from. It is separate from our current database on our site and there really are no part numbers because the calculations for the parts are on the fly (depending what the user chooses). Here's the link: https://www.ironwoodelectronics.com/elastomer.cfm We do not have our certificate updated yet, so you might get the unsecured page, but it's safe to use. We're not going to ask for credit card info. on here. I think we're going to go through stripe.com for that. But what I don't know how to do is to create a shopping cart for this page. If the user goes through and chooses the correct dimensions of what he needs, I have the info. with pricing output to a table at the bottom. The problem is if they choose a different part with different dimensions, I lose the info. from the first opti
Hello, all,I'm helping one of my developers with a project, and I've got one requirement that I'm not entirely sure how to proceed with it.The page in question runs a SELECT query from the database and displays the tabular information in a table. As the table is being generated, I'm using spreadsheetnew() and associated commands to create an Excel object from said data.Now, it would be real easy to introduce code that would automatically offer the Excel object as a spreadsheet upon page load. What is being requested is for there to be a link to start that stream/download upon click; in case the user doesn't want to save or open the spreadsheet.I don't want to run the query a second time to generate the Excel object. Is there a way for me to pass the Excel object to another page to start the stream/download?V/r,^_^
hey in the query builder of report builder 10 I got an error on:FROM tblFacility INNER JOIN tblStateProvince ON tblFacility.OIDStateProvince = tblStateProvincewhat is java.swl.SQLException: [Macromedia][SequeLinkJDBC Driver][ODBC Socket][Microsoft][ODBC Microsoft Access Driver] Join expression not supported.Why?
Hi,Is there a way to integrate ColdFusion with Adobe AEM?Thanks a lot
CF11 install linux failureExpected: bundled JRE should work on Ubuntu 13.1Launching installer...JRE libraries are missing or not compatible....# java -versionjava version "1.7.0_55"OpenJDK Runtime Environment (IcedTea 2.4.7) (7u55-2.4.7-1ubuntu1~0.13.10.1)OpenJDK 64-Bit Server VM (build 24.51-b03, mixed mode)
1. CFB3 does not show the latest files and file structures when the project's source of files are located in a mapped network drive. I've even tried to manually refresh and it just won't refresh.2. CFB3 freezes when I am working on a file that is from a mapped network drive.I first thought it might be the network drive but the file works fine in NotePad++ and Aptana Studio 3.
Hi All,First time seeing an app using framework Mach-ii. I did some changes to my app code, it looks like the framework cache the app, the only way to see the updates is restarting the CF service.Is there a better way to refresh the cache for my app?I tried creating a basic application.cfc with ApplicationStop() as:<cffunction name="OnApplicationStart" access="public" returntype="boolean" output="false" hint="Fires when the application is first created."> <cfset ApplicationStop() /> <!--- Return out. ---> <cfreturn true /> </cffunction>But it doesn't work.Anyone work with this framework?Thanks!
We are wondering if/how we can install CF11 on two different servers.
Hello,Iv'e got a question about the default Apache Derby Embedded datasources that come with a new installation of ColdFusion. I want to use one of them (like cfartgallery), for some demo code, but I'm not familiar with the structure of the database so I don't know how to write the queries. Is there any way to "browse" the database to see it's structure? I tried using <cfquery> with a show tables query, but it threw an error. I guess you can only use it for SELECT, INSERT, UPDATE, etc.What am I doing wrong? Is there a tool to visually inspect the database, or a method to do that via ColdFusion that I'm missing?ThanksP.S. I think Dreamweaver has a tool like that built in (somewhere in the Bindings menu), but I'm running ColdFusion on an Ubuntu machine.
We started with an out-of-box install of ColdFusion 11 x64 on Windows 2008 R2. As sites were added to the server, we noticed a memory leak started to become apparent. There was plenty of information about this error being a bug in the older JRE, so we upgraded staging, and eventually production, to jre1.8.0_45. The memory leak still persists - after about 3 weeks, the 4GB heap fills up and the server starts to slowdown, so we restart ColdFusion. If we let it continue to run, ColdFusion starts to throw out-of-memory errors.From the last time when the heap utilization was about 50% after 7 days: The class "java.io.DeleteOnExitHook", loaded by "<system class loader>", occupies 1,165,311,936 (51.15%) bytes. The memory is accumulated in one instance of "java.util.LinkedHashMap" loaded by "<system class loader>". Keywords java.util.LinkedHashMap java.io.DeleteOnExitHookDoes anyone have
On CF11 using <cfgrid> with format=HTML ColdFusion.Grid.refresh('grid01', true); does not preserve the current page. If I navigate to say page 3 of the grid, select a record and then use the Refresh button on the toolbar or call a function that implements ColdFusion.Grid.refresh the grid refreshes, but returns back to the 1st page, even though the preservepage attribute is set to yes.This worked perfectly on CF8, but refuses to honor the preservepage attribute on CF11.I do have a custom toolbar above the grid, so I do manipulate Ext behind the scenes for some things, but I can't seem to find anything I can do to fix this behavior.Any help would be appreciated!
I"ve got CF8 standard edition. In the CF administrator I have the gateway services panel available to me. So I'm assuming that the requirement that you have the enterprise edition of ColdFusion to run Gateway Services was removed with CF8. I have the "Enable ColdFusion Event Gateway Services" box checked. I've even restarted the CF8 services to make sure the setting took effect. I've configured a gateway instance. But when I go to start it I get the error "Unable to start event gateway instance: Event Gateway Service is not enabled.". So first question: Does standard edition CF8 support gateway services? Or is Adobe just taunting users by making that screen available in standard edition administrator? If it does, any ideas why I'd get this message? The only event gateway documentation I can find on Adobe's site or elsewhere deals specifically with CF7 and speaks of an actual windows service that you have to start for this to work. I have no such service listed. I'm assuming that i
Right clicking on the left pane for menu item "Show Line Numbers" actually to hide them.Or Window->Preferences->General->Editors->Text EditorsUntick "Show Line Numbers" & Apply works for the first time.After opening a new file in Navigator or restarting CF Builder, I get line numbers back even the "Show Line Numbers" checkbox stays empty.Seems it doesn't save its preferences properly. Annoying.All CFB updates applied.Running Windows 8.1
need to read the file and pass the bytes[].Can i create a java object and use it in coldfusion like below please help:pathOb = createObject("java", "java.nio.file.Paths");files = createObject("java", "java.nio.file.Files");path = pathOb.get("file"); data = Files.readAllBytes(path)
Hi,I use Colfdfusion 10 Enterprise under Redhat 2.6.32-431.1.2.el6.x86_64.One of our customer wants to us an ActiveMQ application.So, in Settings, I checked "Enable ColdFusion Event Gateway Services".In Gateway Instances, I created an application where I filled every fields.Now, when I want to start this application, I receive an error "Unable to start event gateway instance: Event Gateway Service is not enabled."I dont know what I can to check, all seems to be OK, files are place in the good directories and files are reachable.What do I need to check? I'm lost 😞Thank you for your help.Kind regards,Christophe
I had this problem on the same Windows 2008 server two years ago when installing a lockdown of 9.0.1. I had marked ODBC Server to install with CF10. ColdFusion 10 ODBC Server and Agent appear in the registry (HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\), but not in the Services and are not running.The lockdown account has full control permissions to both. Also, the lockdown account has full control permissions for HKEY_LOCAL_MACHINE\SOFTWARE\Macromedia\ColdFusion\CurrentVersion\Clients\. These remained after the CF9 uninstall a week ago.
Windows 10 has been released for months. It's also been in beta for months prior to that. But there has been no statement from Adobe about ever supporting Windows 10. It wont work with recent IIS, so my dev machines can't be updated to Windows 10. Will ColdFusion EVER support Windows 10? Am I being forced to move to one of the open source CFML engines instead after more than 20 years building in ColdFusion?Cheers,Mike KearWindsor, NSW, Australia.
Hello everyone,I need to access library data by z39.50 protocol, but have no idea how it can be done with ColdFusion.Could somebody give an advice please?Thank you,Anton
Hello all. We have CF10 Enterprise on a windows server 2008 R2 server. IIS 7.5. Patched through Update 16. We've had a site running fine for a while now and it was time to add another application. I verified I wouldn't run out of memory and created a new instance. The instance was created fine but it would not start when I clicked the start button. I have Fusion Reactor installed on the server and it showed activity from the start click-then the activity stopped. I had selected the Create Windows service check box so a service got created. I tried starting just the service and the service wouldn't start either. Meanwhile the original site continued to run.I checked to make sure the the ports used for the new instance were not already allocated, and they were not. I checked permissions-no issue there. There is plenty of RAM and disk space.I tried removing the instance and creating it without the Windows service - no change in behavior.The CF logs do not show a failure. The server'
Hello there,I have an issue on which I can't find any answer. I created cfwindow, which has more content than it can fit. If it is CF10, window has scrollbars, but with CF11 it doesn't. How can it be fixed? I updated CF11 to v11,0,03,292480.Thank you,Anton
Hi. We are in the process of migrating from Cold Fusion MX7 to Cold Fusion 11. Everything seems to be working except on a page that uploads parts into our database. This page uses 2 DLL files to upload the parts. The error message says: Unable to load library null. I'm not sure why. I put the files into the CFX folder and created the path to it in the Administrator page. I did find this online and tried copying the files into the System 32 and syswow64 folders, but this page still didn't work. Do we need to have the DLL files re-created to work with 64bit Windows?We faced a similar problem with 32bit ColdFusion on 64bit Windows. The called dll was in the same directory as the cfx dll. But the cfx could not find the called dll.We solved it by copying the called dll to the c:\windows\syswow64 directory. In your case, it would be c:\windows\system32Thanks.Andy
Aloha,I did a clean install of El Capitan.Trying to install ColdFusion 11 on my Mac using the new OS "El Capitan". The first part went okay, except I don't think that it had set up to use ColdFusion on port 80 as the CFIDE is in the wwwroot directory and not set up CFIDE in the main web root in the document folder for the main localhost. Then when I tried to do the second part using the web version of the setup, I get a 503 error. I tried using port 80 as well as port 8500, but nothing gets me to install ColdFusion 11.By the way, which java jdk is best for ColdFusion 11?Thank you,Johnny
I have a plain html file, content of which are dynamically generated (on accessing it) over a few seconds (about 7-10 second) like some tables, rows of which are added through javascript after doing some processing and this process takes about said 7-10 seconds.Using settimeout(), after 15 seconds (to ensure that content has been populated correctly), I am running a web service (.cfc with function having cfmail tag in it) through javascript ajax call which captures all html content of page and sends to marked email ids – which in normal course works fine – when page is accessed in web browser and left open for desired time of about 15-20 seconds.However, the same page when I schedule in CF admin (even with timeout of 60 second), it never fires the sending email part.Can I have some advise, where I am doing wrong!
Our organization has been using ColdFusion for many years now, however I'm relatively new here and to ColdFusion in general.We need to upgrade from ColdFusion 9 to ColdFusion 11 and are looking into potential issues or problems that such a migration might encounter.Are their known issues when doing this kind of migration?I don't know a lot about the majority of applications currently running on the server, only the ones I've worked with over the past 9 months, so I can't be too specific about the kinds of applications we will be moving, but none of them should be very complicated, as this server in particular is just a utility server.Is there a place where a list of issues or known problems with this kind of migration might be listed out and discussed?Any help or advice that you might be able to provide would be greatly appreciated.Thanks
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.