Tagged Questions

1
vote
1answer
520 views

Coldfusion Report Builder - How can you set different datasources externally between prod/staging/dev?

Coldfusion Report Builder is great. One small issue. We use ANT+CFANT to deploy. When we create the report, say in a datasource called MyApp_dev on a dev box. Our other server is the production ...
0
votes
1answer
193 views

Eclipse and ColdFusion 9 - Report Builder?

Does Eclipse support the ColdFusion 9 Report Builder?
0
votes
1answer
123 views

How to export long strings from datasource to excel in Coldufusion and Report Builder

I have to export some data, stored in a MSSQL database, using Coldfusion server pages. I setup my query with the cfquery tag, I generate my cfr file in Report Builder and setup the cfreport tag like ...