Tom Woo
In order to access a secure FTP site, I need to specify a port (8080) for the proxy.  There is no parameter for proxyport.  I tried appending it with a colon (i.e., proxy.server.com:8080), but that…
in ColdFusion
iccsi
DateFormat(query.fromDay, "m/d") + "  "  + DateFormat(query.toDay, "m/d")   I wanted to show my report field like ' from 10/20/2014 to 10/25/2014 and have above code in the expression. I got error…
in Reporting
iccsi
I want to add chart to my report and add a chart control on my report. I double click on the chart and edit chart type as line chart and edit chart series. I use Data from a fix of values and…
in Reporting
Cozmo2
Each section on a Bill is checked for a specific condition in the 'Print When Condition'. This can cause blank pages to be created and printed, it there a way to not print blank pages?   I use CF10
in Reporting
Miguel Arvelo
Hi everyone,   I'm currently working on a project that has been using Html tables to generate CSV files for a long time and since we moved recently from CF7MX to CF10 we decided to make use of the…
in ColdFusion
wmerfalen
I'm currently running a WAMP server to run some PHP code. A part of my codebase is in Coldfusion. Is there a way I can run CF without shelling out 4 grand?
in ColdFusion
iccsi
I have following code to generate the report for pdf format. I would like to let users to choose report type 'pdf' or 'excel' I need pass the user select from user interface to <cfreport format=…
in Reporting
wolfeyes333
          HI, I can't seem to figure out what is the issue with this query, maybe someone can help me please     Error Executing Database Query. [Macromedia][SQLServer JDBC…
in ColdFusion
jamie61880
Hi everyone. I'm trying to get 2 drop down menus to each have something selected when the form is submitted. I'm using javascript for this, but I can't get it to work. Basically, if one is blank and…
in Getting Started
Bibin- V-
Anyone use <cfdocument> tag with a <cfloop>   I am trying to generate multiple documents like this -   <cfloop query="myquery">    <cfdocument type=pdf>         <html>...html code here...<html>…
in ColdFusion
richardELeach
Hi   What was working fine in CF8: <cflocation url="index.cfm?action=receivable.actRetrieveJobReceivablesEdit&jobId=#viewstate.getValue('jobi d')#&estimateId=#viewstate.getValue('estimateId')#"…
in ColdFusion
Load more items