Not finding what you are looking for? Request a recipe!
Hi, I am having a web app on which i require a chart where I can plot the graph based on data fed to the webapp by an external source. The data is fed every 5 seconds. To be clear i want some thing that is shown in the URL below. http://www.fxstreet.com/rates-charts/currency-charts/ Pleas ...
What is the process for calling a report made using the Report Builder feature in ColdFusion through a Flash Builder application?
You have a project that is written in ColdFusion. In Phase 2, pages will be written in Flex. How would you call the existing cfm files to display Header.cfm, Footer.cfm and Menu.cfm? The Flex files and ColdFusion files are located on the same server.
In creating a single multiple page PDF document - I would like to know if there is a way to append (or merge) a LiveCycle pdf form with another page in a pdf? I'd like to know if there is a way without breaks being enforced at the top and bottom of the form? Also is there a way to get the LC form t ...
I have an editable datagrid which I need to be able to save using a submit button after the user has completed the changes. The idea is that the user ticks checkboxes in the grid to answer questions showing in column 1. The form should then be submitted to my CFC for processing.
I am trying to use the managed associations / heirarchical data with my Flex and LCDS application (using LCDS 2.6.1 inside of CF - I upgraded CF8's 2.5 version to 2.6.1) however all of the examples seem to be Java-based. I can get a basic data push with updates happening no problem using CFCs but th ...
Hi, I am trying to display the file system on my server, but I’m having a few issues... So far I have found a few articles on this, but nothing that really helps. I don't know the best way to do this. The way I see it, I have two options: 1) Use CF to loop over the query and create an XML ...
Very Often I see the Categories and Subcategories listed in Select Forms. But there are few tutes around the web which show how we can it be done in Coldfusion. Although they are good but they are quite cumbersome to understand. Is there any Proper Coldfusion Way to do the categories/Subcategories s ...
I am using CF8, to create a content management website. I would like to have a user when selecting one of the rows in the cfgrid to have the data in the selected row displayed in a form placed below the cfgrid. This form can then be edited and submitted to database followed by refreshing the cfgrid ...
Only Adobe Live Cycle Forms can be dynamic, for example contain list of data entries. While with cfdocument you could realize this problem, cfpdfform is much more versatile because you only change the populated pdf and don't have to rewrite your code once the design of the form changes. cfprint does ...