Re: Can we use cfthread to speed up multi-query report processes?

2013-05-23 Thread Dave Watts
> Have been trying to reply via HoF but it won't go through so I'm trying this. Actually, your previous replies did go through. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and

RE: Can we use cfthread to speed up multi-query report processes?

2013-05-23 Thread Earl, George
Have been trying to reply via HoF but it won't go through so I'm trying this. > - Obviously, the feasibility of either option is dependent > on the process and use cases themselves. Of course. We realize that. These are on demand processes. We continuously monitor, tweak, and tune database per

Re: Can we use cfthread to speed up multi-query report processes?

2013-05-22 Thread george.e...@ssa.gov george.e...@ssa.gov
> - Obviously, the feasibility of either option is dependent > on the process and use cases themselves. Of course. We realize that. These are on demand processes. We continuously monitor, tweak, and tune database performance. We're looking for additional improvement elsewhere as well. Thanks

Re: Can we use cfthread to speed up multi-query report processes?

2013-05-22 Thread george.e...@ssa.gov george.e...@ssa.gov
> - Obviously, the feasibility of either option is dependent > on the process and use cases themselves. Of course. We realize that. These are on demand processes. We continuously monitor, tweak, and tune database performance. We're looking for additional improvement elsewhere as well. Thanks

Re: Can we use cfthread to speed up multi-query report processes?

2013-05-21 Thread Alan Rother
AM, Dave Watts wrote: > > > We have processes that assemble reports from as many as 6 individual > queries. Currently the queries run sequentially so the > > related report cannot be assembled and displayed until after all queries > have completed. Users often have to wait severa

Re: Can we use cfthread to speed up multi-query report processes?

2013-05-21 Thread Dave Watts
> We have processes that assemble reports from as many as 6 individual queries. > Currently the queries run sequentially so the > related report cannot be assembled and displayed until after all queries have > completed. Users often have to wait several > minutes for their repor

Can we use cfthread to speed up multi-query report processes?

2013-05-21 Thread george.e...@ssa.gov george.e...@ssa.gov
Hello! We have processes that assemble reports from as many as 6 individual queries. Currently the queries run sequentially so the related report cannot be assembled and displayed until after all queries have completed. Users often have to wait several minutes for their report. They are not

Re: Coldfusion Report with multiple queries

2012-11-13 Thread Russ Michaels
> > > > > > Yes Russ thats correct but my issue is running the multiple query and > > appending the pdfs > > > > > > I have an array of order numbers and I have to loop through each number > > and to run the report that creates the pdf > > >

Re: Coldfusion Report with multiple queries

2012-11-13 Thread Anthony Doherty
and add to the one document Thanks Anthony On 13 November 2012 13:50, Dave Watts wrote: > > > Yes Russ thats correct but my issue is running the multiple query and > appending the pdfs > > > > I have an array of order numbers and I have to loop through each number >

Re: Coldfusion Report with multiple queries

2012-11-13 Thread Dave Watts
> Yes Russ thats correct but my issue is running the multiple query and > appending the pdfs > > I have an array of order numbers and I have to loop through each number and > to run the report that creates the pdf > when the pdf is created append it to the existing one if it

Re: Coldfusion Report with multiple queries

2012-11-13 Thread Anthony Doherty
Yes Russ thats correct but my issue is running the multiple query and appending the pdfs I have an array of order numbers and I have to loop through each number and to run the report that creates the pdf when the pdf is created append it to the existing one if it exists and if not create it

Re: Coldfusion Report with multiple queries

2012-11-13 Thread Russ Michaels
A pdf can have page breaks, think about all the pdf docs you have read. Regards Russ Michaels On Nov 13, 2012 10:13 AM, "Anthony Doherty" wrote: > > Hi Ross > That would be the ideal scenario but how can i create a single PDF with > multiple queries: > > the user will enter a list of order numb

Re: Coldfusion Report with multiple queries

2012-11-13 Thread Anthony Doherty
Hi Ross That would be the ideal scenario but how can i create a single PDF with multiple queries: the user will enter a list of order numbers and each order number will have a delivery docket but the dockets can be more than one page so my problem is getting them all on one pdf?

Re: Coldfusion Report with multiple queries

2012-11-12 Thread Russ Michaels
Why not generate a single pdf so they can print all the dockets in one go, or generate a bunch of links to separate dockets for him to print at the end. Regards Russ Michaels On Nov 12, 2012 9:40 AM, "Anthony Doherty" wrote: > > I am trying to create a delivery report system fo

Coldfusion Report with multiple queries

2012-11-12 Thread Anthony Doherty
I am trying to create a delivery report system for a delivery run. The user currently has to run the report for each order number and print out the delivery docket. This system is fine for one or two dockets but when a particular run is required there could be 20/30 dockets. So i was

Re: Load Testing - what to look for and monitor/report

2012-02-12 Thread Dave Watts
> We're doing performance analysis and looking for bottlenecks ... In that case, you want to test a single server only, at least to start. You'll need to define user paths that are most likely to be followed by users within the application, and define timers for each step of the user path (where

RE: Load Testing - what to look for and monitor/report

2012-02-11 Thread Brook Davies
Dave Watts [mailto:dwa...@figleaf.com] Sent: February-11-12 7:46 AM To: cf-talk Subject: Re: Load Testing - what to look for and monitor/report > Anyhow, what I really want to know from you experts is what should I > be watching and recording during these load tests? Generally, you're intere

Re: Load Testing - what to look for and monitor/report

2012-02-11 Thread Dave Watts
> Anyhow, what I really want to know from you experts is what should I be > watching and recording during these load tests? Generally, you're interested in response time and throughput. > Also should I pair down from a load balanced solution to a single server to > make it easier to debug log fi

Load Testing - what to look for and monitor/report

2012-02-10 Thread Brook Davies
Hey Guys, I am hiring a load testing company, Neustar, to run some load tests on a new cf app and server deployment. I have FusionReactor installed and the platform is CF9 Standard on windows 2008 web server, and the backend is a separate MS SQL box. A beefy one at that J. The server environme

cfreport "swallowing" lines on multiple pages created with report builder

2012-01-28 Thread Javier Arroyo
I have a report built with report builder and it appears that if you set the body to "stretch with overflow" that cfreport will "swallow" a line or two every time it paginates see attached for a simplified version of the report, I have removed all but the body on this

cfreport "swallowing" lines on multiple pages created with report builder

2012-01-28 Thread Javier Arroyo
I have a report built with report builder and it appears that if you set the body to "stretch with overflow" that cfreport will "swallow" a line or two every time it paginates see attached for a simplified version of the report, I have removed all but the body on this

Re: Coldfusion report builder problem

2011-06-29 Thread Joshua O'Connor-Rose
9, 2011 at 2:16 PM, Joshua O'Connor-Rose wrote: > I'm doing something that should be simple but is giving me hell. > > I'm getting this error > > Invalid ColdFusion expression in report. > If the expression is a string, ensure that it is within quotes > With this:

Coldfusion report builder problem

2011-06-29 Thread Joshua O'Connor-Rose
I'm doing something that should be simple but is giving me hell. I'm getting this error Invalid ColdFusion expression in report. If the expression is a string, ensure that it is within quotes With this: Error: query.firstname & " " & query.lastname & Chr(13) &

Report Builder on CF9 with CSS questions

2011-03-31 Thread Wally Randall
importing of Image files in the report does not work. An image object will not render in the report unless I copy the image and DROP it on the report layout in CF Report builder. The image is therefore embedded in the CFR file

Problem with Report Builder - Element bottom

2011-02-07 Thread Wally Randall
After modifying the query in a label page in CF Report Builder I get this message: "Report design not valid : 1. Warning : Element bottom reaches outside band area : y=2 height=72 band-height=72" This label format worked correctly but now all attempts to alter the label report resu

Re: Report Builder

2010-11-04 Thread Maureen
I usually set up views with the data the users are allowed to see, and set either Report Builder or Microsoft Access to use only those views. With the limited subset of data, and the elimination of the need to build lookups most users can figure out how to do reports. On Thu, Nov 4, 2010 at 9

Re: Report Builder

2010-11-04 Thread Rob Parkhill
Depending on how much you like Report Builder, you can always come up with a main template (header footer, etc) then a series (different data positions) of sub-reports (just the details really) and allow the users to select which 'layout' they want to use, and what data goes where.

Re: Report Builder

2010-11-04 Thread Scott Spurlock
The users aren't going to be too technically proficient.  Just your average group of users.  I think Report Builder is going to make their heads explode. I was hoping for something user-friendly that would allow them to customize what data appears in a report and where (allow them to c

Re: Report Builder

2010-11-03 Thread Dave Watts
> I want to give the users of my CF 8 site the ability to dynamically generate > reports.  I've never used Report Builder before.  Will non-technical > users be able to use this, or will something else be better suited for them? It really depends on two things. First, how technica

Re: Report Builder

2010-11-03 Thread Tim Claremont
Report Builder is something that you, as a developer, would use to create the report. I do not consider it a valid end-user tool. > I want to give the users of my CF 8 site the ability to dynamically > generate reports.  I've never used Report Builder before.  Will > non-tech

Report Builder

2010-11-03 Thread Scott Spurlock
I want to give the users of my CF 8 site the ability to dynamically generate reports.  I've never used Report Builder before.  Will non-technical users be able to use this, or will something else be better suited for them? Thanks,

Re: report builder similar to ms access

2010-10-08 Thread Richard White
thanks for the replies > Hi, > > we would like to include a feature into our software that allows users > to create any report they like to display their data - similar to the > reports feature in ms access > > does anyone have any suggestions on the best way to appr

Re: report builder similar to ms access

2010-10-07 Thread Gerald Guido
database to let the user only see the tables they need to see and create a sample report for them to use as a template. I actually used this sort of set up using MySQL so a company could get a daily report and running of orders placed in real time for accounting and inventory purposes. G! On Thu, Oct 7

Re: report builder similar to ms access

2010-10-07 Thread denstar
The most dynamical thing I've found so far is using JasperServer. It doesn't quite let you create free-form reports, but it has a lot of stuff you can use that lets the end user configure a report, and can produce reports in like 15 different formats. It is awesome. Eventually I

Re: report builder similar to ms access

2010-10-07 Thread Richard White
WSS4CF - WS-Security framework for CF > http://wss4cf.riaforge.org/ > > > > On 7 October 2010 20:25, Richard White wrote: > > > > Hi, > > > > we would like to include a feature into our software that allows > users to create any report they like to dis

Re: report builder similar to ms access

2010-10-07 Thread James Holmes
Is the cf reporting feature not suitable? -- WSS4CF - WS-Security framework for CF http://wss4cf.riaforge.org/ On 7 October 2010 20:25, Richard White wrote: > > Hi, > > we would like to include a feature into our software that allows users to > create any report they like t

report builder similar to ms access

2010-10-07 Thread Richard White
Hi, we would like to include a feature into our software that allows users to create any report they like to display their data - similar to the reports feature in ms access does anyone have any suggestions on the best way to approach this thanks

Re: ColdFusion Report Builder and Cyrillic fonts [spamtrap bayes][spamtrap heur]

2010-09-22 Thread Paul Hastings
On 9/23/2010 6:05 AM, Paul Kukiel wrote: > Font is: Helvetica is there arial unicode or something that contains all the glyphs you need? > identity-H is selected. ok. > Set identity-H and the font as Helvetica > > And there is nothing in the report where the text should be

RE: ColdFusion Report Builder and Cyrillic fonts [spamtrap bayes][spamtrap heur]

2010-09-22 Thread Andrew Scott
> To: cf-talk > Subject: Re: ColdFusion Report Builder and Cyrillic fonts [spamtrap > bayes][spamtrap heur] > > > Thanks Paul. > > Font is: Helvetica > > identity-H is selected. > > I have Windows 7 which comes with all fonts installed I assume. Also I can

Re: ColdFusion Report Builder and Cyrillic fonts [spamtrap bayes][spamtrap heur]

2010-09-22 Thread Paul Kukiel
Thanks Paul. Font is: Helvetica identity-H is selected. I have Windows 7 which comes with all fonts installed I assume. Also I can generate basic HTML and the Japanese fonts will display. Example I used this text int eh report: http://localhost/ee-debug/reports/it/questionreport.cfm Set

Re: ColdFusion Report Builder and Cyrillic fonts [spamtrap bayes][spamtrap heur]

2010-09-22 Thread Paul Hastings
On 9/22/2010 12:11 PM, Paul Kukiel wrote: > I am trying to output, using a coldfusion report builder report, text in > Japanese/Russian to a PDF. They always come out with I tried the i just tried this w/cfr 9 on windows PDF output & it works as expected. first off, are you sur

Re: ColdFusion Report Builder and Cyrillic fonts

2010-09-21 Thread Paul Kukiel
Seams there is no work around then. I'd encourage people to vote for this issue in the mean time: http://cfbugs.adobe.com/cfbugreport/flexbugui/cfbugtracker/main.html#bugId=82295 Paul. On Wed, Sep 22, 2010 at 3:54 PM, Andrew Scott wrote: > > This is a known bug with PDF'

RE: ColdFusion Report Builder and Cyrillic fonts

2010-09-21 Thread Andrew Scott
This is a known bug with PDF's and the Report Builder, and is identified by Adobe as a bug. Bug #82295 The bug entered on Monday, March 01, 2010 has been marked verified by Adobe ColdFusion Team. This means Adobe ColdFusion Team has verified the behavior you've observed. (If thi

ColdFusion Report Builder and Cyrillic fonts

2010-09-21 Thread Paul Kukiel
I'm really stuck on this issue: I am trying to output, using a coldfusion report builder report, text in Japanese/Russian to a PDF. They always come out with I tried the "Press F8 in CFRB and change the PDF encoding to UTF-8 and many other with no lucck" All I get is ???

CFEXECUTE output Access Report

2010-05-06 Thread Stephen Hoskins
Im stuck here, and after all my years as a programmer, never have I been faced with this and on a shirt deadline. There is a pretty complex MS Access report that takes in an ID and outputs a report, how the heck can I get this to run online??? Im poking through cfexecute but no luck yet

CF Report Builder

2010-04-14 Thread Rick Eidson
Anyone here any good at report builder? I have a sub-report that needs to run a DISTINCT Query and loop over its output and run another query to get more info from the DISTINCT values from the first. Easy to do on CFM page and in many different ways. But I can't seem to get it to wo

Re: Query/Report Builder

2010-01-04 Thread Tom Jones
So, I kind of found something that I'm looking for at "http://plugins.jquery.com/project/SQL_QUERY_BUILDER";. The Tables and Columns are static but I'm looking in to changing that so it's a little bit more real time. Tom >I'm not totally sure what you are after-- I Googled "Quick Query" and

Re: Query/Report Builder

2010-01-04 Thread Qing Xia
direction where you > can control the SQL statement, but they can filter, group, and sort by > themselves. > > ~Brad > > > Original Message > Subject: Query/Report Builder > From: Tom Jones > Date: Sun, January 03, 2010 5:12 pm > To: cf-talk > >

RE: Query/Report Builder

2010-01-03 Thread brad
nd sort by themselves. ~Brad Original Message Subject: Query/Report Builder From: Tom Jones Date: Sun, January 03, 2010 5:12 pm To: cf-talk Hello, I have been looking through the archives but really did not find much on this. I'm looking for a web based query builder. I want to let my

Query/Report Builder

2010-01-03 Thread Tom Jones
Hello, I have been looking through the archives but really did not find much on this. I'm looking for a web based query builder. I want to let my users create their own queries. It must have been done before, so I really dont want to re-invent the wheel. I came across something called "Quick

Report Builder

2009-11-19 Thread Scott Stewart
I'm starting to play around with Report Builder. can the .cfr files "see" application variables, such as data sources or do I have to hard code the data source name into each report -- Scott Stewart IT Consultant/ColdFusion Developer 4405 Oakshyre Way Raleigh, NC 27616

Re: Passing an object to Report Builder

2009-10-23 Thread David Mineer
Nevermind. It just worked like I wanted it to. I wanted the object in a subreport but was only passing it to the main report. Setup to pass from main to subreport and now it works great. Luv U CF! On Fri, Oct 23, 2009 at 11:39 AM, David Mineer wrote: > Anyone know how I can pass an obj

Passing an object to Report Builder

2009-10-23 Thread David Mineer
Anyone know how I can pass an object to coldfusion report builder. myObj.getValue() works on a web page. I use I create an input parameter in report builder param.myObj Then I try and use param.myObj.getValue() and I get an error: Error evaluating expression: Source Text -- David

Re: ColdFusion Report Builder and Excel Output

2009-07-15 Thread David
Yeah, Report Builder tries to match the positioning exactly, even if it means putting in extra rows/columns in Excel. All the elements in the report would need to be aligned perfectly, and you'll still probably get extra. Alternatives we've used are CSV files, or else the HTML or X

Re: ColdFusion Report Builder and Excel Output

2009-07-09 Thread Dave Sueltenfuss
I have had similar issues with the excel options for ColdFusion Reports. In the end, I wrote code to using CFFILE to create a csv file with a .xls extension instead. Dave > Hello, I've recently been messing around with ColdFusion Report > Builder because of it's ability to e

ColdFusion Report Builder and Excel Output

2009-07-08 Thread Asaf Peleg
Hello, I've recently been messing around with ColdFusion Report Builder because of it's ability to easily output the report in different formats. To my dismay, reports that look good in PDF & HTML get formatted very poorly in excel. Data gets pushed into non-sequential

Re: Report Builder - Other Language Capability

2009-06-20 Thread Paul Hastings
Kim Hoopingarner wrote: > 1) What font type do I need for the asian characters? I seem to be > overlooking it. what are "asian characters"? > 2) Does this mean that I have to have different reports for the different > font sets? UGH only one font has that kind of coverage, arial unicode ms

Re: Report Builder - Other Language Capability

2009-06-20 Thread Kim Hoopingarner
Some progress made - I know have the Arabic working. And it does have to do with the font I select in the Report Builder. So here's 2 questions... 1) What font type do I need for the asian characters? I seem to be overlooking it. 2) Does this mean that I have to have different report

Re: Report Builder - Other Language Capability

2009-06-20 Thread Kim Hoopingarner
Thanks for the reply. I am seeing Acrobat pulling the text as Helvetica instead of the asian-type font. I've gone as far now as to download/install the fonts for the Acrobat that are associated to the Asian characters - to no avail. And I have downloaded the MultiLanguage Support version o

Re: Report Builder - Other Language Capability

2009-06-19 Thread Mike Chabot
them on a report - and I > keep getting the dreaded '?' instead of the characters.   Is there something > in the report builder I need to do to allow it to work with different > languages? > > ~| Want

Report Builder - Other Language Capability

2009-06-19 Thread Kim Hoopingarner
I have successfully stored Chinese characters into my database and they are visible on my web site. Now I am trying to print them on a report - and I keep getting the dreaded '?' instead of the characters. Is there something in the report builder I need to do to allow it to

Report Builder & Excel

2009-05-19 Thread Bonni Harris
My output is an excel spreadsheet. I have a report header and detail lines. I keep getting a blank row (end of page?), all my headers (except the report header) and footers are set to 0 height. Also, how can I format a character string to print leading zeros? Thanks for any and all help

CF Report Builder and Excel format

2009-04-17 Thread funand learning
Hi Everyone, I was trying to display a report in excel format in report builder. It shows the data, but I do not find the print button options, whereas I can see it with other formats. Is this the way it is, or do I need to format anything more within my report for showing up the print button

Re: Delivery Report

2009-03-25 Thread Dan Baughman
The number in the item checkbox would the primary key of the item in the items table, if you always have this of items then that is the simplest solution, your both over complicating, not the arbitrary order they appear on the page. You would join to the items table based on the order number, but

Re: Delivery Report

2009-03-25 Thread Azadi Saryev
use with GROUP attribute. details are in the cfml reference - check it out as it is very particular syntax requiring nested tags: #columns_you_do_NOT_want_repeated# #columns_you_need_repeated_for_each_column-name# #maybe_other_columns_you_do_NOT_want_repeated_below_repeated_output# you can

Re: Delivery Report

2009-03-25 Thread Jason Congerton
Hi Thank you for your replies, you are correct Azadi, I can not just have check boxes with the same name. I have resolved my issue in the following way, I removed the group attribute from my initial form output which returned one row for each order item I added an orderitem_id#currentrow# hi

Re: Delivery Report

2009-03-25 Thread Azadi Saryev
hmm... the way i read the op, i thought items belongs to different orders... if so, then naming all checkboxes "items" will make it impossible to distinguish which order a particular items belongs to: is this item 1 in order 1 or in order 1876768788? Azadi Saryev Sabai-dee.com http://www.sabai-de

Re: Delivery Report

2009-03-25 Thread Dan Baughman
3_4, ... - you can then loop over form.fieldnames, and if > current fieldname starts with "cb_", extract the order_id and item_id > from the filedname and... do whatever you need with them! (i.e. add them > to a list/array you can then use to query your db to get necessary data > for

Re: Delivery Report

2009-03-25 Thread Azadi Saryev
form.fieldnames, and if current fieldname starts with "cb_", extract the order_id and item_id from the filedname and... do whatever you need with them! (i.e. add them to a list/array you can then use to query your db to get necessary data for your report...) Azadi Saryev Sabai-dee.com http:/

Delivery Report

2009-03-25 Thread Jason Congerton
Hi I am trying to create a delivery report for my website, the report is generated from the following tables ca_customers, ca_order_summary and ca_orderitems (please see query below) ca_customer >> holds the customer information (one record) ca_order_summary >> holds the o

Re: Sales Report and Output

2009-03-13 Thread Jason Fisher
Awesome, glad to help! Aggregate functions are your fun and easy friends (SUM, COUNT, MIN, MAX, GROUP BY) ... good stuff. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Tri

Re: Sales Report and Output

2009-03-13 Thread Jason Congerton
Hi jason Thanks for your reply, a few tweaks to my table names and it worked great! Thank you!!! Jason ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.double

re: Sales Report and Output

2009-03-13 Thread Jason Fisher
Not sure of your column names, or where your 'price' value is stored, but I think you want something like what's below. Note that this also will show all your products which may have had '0' orders so far (by using the LEFT join). SELECT gp_product_templates.gp_name, wp_products

Sales Report and Output

2009-03-13 Thread Jason Congerton
Hi I need to do some reporting on orders from a web site, the table structure is as follows; wp_products {ID: wp_products_id JOINED TO wp_products ON ga_product_templates.wp_product_template_id=wp_products.wp_product_template_id} ga_product_templates{ID:gp_id; JOINED TO wp_products ON wp_pro

CF8 Report Builder chart issue

2009-02-17 Thread Bret Colburn
I'm new to report builder. I created a chart using the chart wizard and the chart display as I intended. The problem is, when I had the cart in the Detail tab the chart was repeated once for each data point. I charted 51 data points so I got that chart 51 times. I moved it to the C

Re: Coldfusion 8 Report Builder XHTML problem

2009-02-04 Thread Anthony Doherty
Does anyone have any idea on this??? > Hi im using cf8 report builder to generate a printed mailshot. the > report is displayed in PDF so the users can save them. > > my problem is i have defined my main fields to display XHTML (true) > but when i enter a £ / € symbol it w

Coldfusion 8 Report Builder XHTML problem

2009-02-03 Thread Anthony Doherty
Hi im using cf8 report builder to generate a printed mailshot. the report is displayed in PDF so the users can save them. my problem is i have defined my main fields to display XHTML (true) but when i enter a £ / € symbol it will not display in XHTML it will only show the code. also if i

Report Builder aggravation

2008-12-22 Thread Kirk Otto
I developed a report using CFRB, and designed it on my "local host" (desktop). It's fine when I look at it locally, and shows up on screen, and when printed in the Portrait orientation. I take that same file, move it over to our production server, and both on screen and printed

Chart and CF Report Builder

2008-12-11 Thread Shirin Toosi
I have some questions regarding the ColdFusion Report builder that I’m hoping you can help me. Or maybe you can point me in the direction of someone who might. The report I’m trying to build has the header area which contains summary and the graph contains the detail. There can be many

Chart and CF Report Builder

2008-12-11 Thread Shirin Toosi
I have some questions regarding the ColdFusion Report builder that I’m hoping you can help me. Or maybe you can point me in the direction of someone who might. The report I’m trying to build has the header area which contains summary and the graph contains the detail. There can be many

Chart and CF Report Builder

2008-12-11 Thread Shirin Toosi
I have some questions regarding the ColdFusion Report builder that I’m hoping you can help me. Or maybe you can point me in the direction of someone who might. The report I’m trying to build has the header area which contains summary and the graph contains the detail. There can be many

Re: Report Builder Question

2008-10-31 Thread Mike Greider
is built right into coldfusion. > >You can create a jasperreport JRXML file using iReport, and use >createObject to run the report, etc. > >I don't do it any more because report generation takes such a toll on >the server, and it's just waay better to have repo

Re: Report builder charset?

2008-10-15 Thread Paul Hastings
bert db wrote: > I just found a solution, well sort of a hack. I found out that when I wrote > the "€" directly in a text field in the builder it prints okay (whichever > encoding I use (cp1252 or identity-H). I then isolated the value of the > character returned by the database for this sign (

Re: Report builder charset?

2008-10-15 Thread bert db
> bert db wrote: > > Well the oracle database uses the charset ISO 8859-1 which works > fine for all the coldfusion pages. > > unless you've changed the default encoding for cf from utf-8, it > shouldn't (for > some chars anyway). Well I have these directives in my entry point: > > > I

Re: Report builder charset?

2008-10-15 Thread Paul Hastings
bert db wrote: > Well the oracle database uses the charset ISO 8859-1 which works fine for all > the coldfusion pages. unless you've changed the default encoding for cf from utf-8, it shouldn't (for some chars anyway). > I have also looked at the Cp1252 and it should contain the € sign (Hex8

Re: Report builder charset?

2008-10-15 Thread bert db
> bert db wrote: > > > I tried this option, it did remove the '?' character, but > unfortunately it does not print anything. > > got the right font (ie one that supports those chars)? what's the > app's intended > encoding? Well the oracle database uses the charset ISO 8859-1 which works fine

Re: Report builder charset?

2008-10-14 Thread Paul Hastings
bert db wrote: > I tried this option, it did remove the '?' character, but unfortunately it > does not print anything. got the right font (ie one that supports those chars)? what's the app's intended encoding? ~| Adobe® Cold

Re: Report builder charset?

2008-10-14 Thread bert db
>bert db wrote: >> I have some report created with the report builder MX7. I am running into >> some problems with the charset it uses. Some of my users have put some exotic > >"exotic"? not to them i imagine. Probably not to them ;-) If only everybody used only

Re: Report builder charset?

2008-10-14 Thread Paul Hastings
bert db wrote: > I have some report created with the report builder MX7. I am running into > some problems with the charset it uses. Some of my users have put some exotic "exotic"? not to them i imagine. > caracters in text fields (principally the '€' sign). I

Report builder charset?

2008-10-14 Thread bert db
Hi, I have some report created with the report builder MX7. I am running into some problems with the charset it uses. Some of my users have put some exotic caracters in text fields (principally the '€' sign). I have no problems within my coldfusion pages but in the generated pdf,

Re: CF8 Report Builder - Report Format Error

2008-09-16 Thread Jim Gabler
Thanks Marcus. Just using the absolute path did the trick (could have sworn that I had tried that). What threw me off was that Dreamweaver provided only 3 options for the filename attribute and they were "ftp:", "http:", and "https:". So I was really led astray by Dreamweaver (guess this is a

Re: CF8 Report Builder - Report Format Error

2008-09-16 Thread Marcus Raphelt
Hi Jim, the filename attribute requires an absolute system path, you might try expandpath(). bye, marcus Jim Gabler schrieb: > filename="http://dtsc-dev/temp/SBA_Temp.pdf"; >format = "PDF" >template = > "c:\\inetpub\wwwroot\Database\Military_Billings\CFR_Templates\SBA.cfr" >ove

CF8 Report Builder - Report Format Error

2008-09-16 Thread Jim Gabler
I'm trying out Report Builder for the first time to generate a report. While I can output the file to the screen without any problems (by leaving out the filename attribute), I am getting an error when trying to save it. If I place a document in the location where I've specifie

Re: Coldfusion report builder

2008-08-07 Thread Ian Skinner
Torrent Girl wrote: > I thought CF report builder was free? > > I finally get everything up and running and received the big "Trail version" > message on my report. > > Is this because I am running it on the development version of CF? Yes the builder is free, but wh

Re: Coldfusion report builder

2008-08-07 Thread Torrent Girl
I thought CF report builder was free? I finally get everything up and running and received the big "Trail version" message on my report. Is this because I am running it on the development version of CF? ~| Adobe® C

Re: Coldfusion report builder

2008-08-06 Thread Torrent Girl
> Yup. > Though as it sounds like you've not got the server running yet, I'd > leave this > for now :-) WELL, I am trying to do both. I installed CF locally because I could not RDS in the dev server. NEITHER work :) ~| Ado

Re: Coldfusion report builder

2008-08-06 Thread Tom Chiverton
On Tuesday 05 Aug 2008, Torrent Girl wrote: > I am connecting to a development server. Let's say the url is > http://devName/. > Do I put devName as the host name? Yup. Though as it sounds like you've not got the server running yet, I'd leave this for now :-) -- Tom Chiverton *

Re: Coldfusion report builder

2008-08-05 Thread Torrent Girl
Tom i am still having no luck. I am connecting to a development server. Let's say the url is http://devName/. Do I put devName as the host name? > On Monday 04 Aug 2008, Torrent Girl wrote: > > 1. hostname > > The name of the machine (in DNS or WINS). The same thing that goes > after '

Re: Coldfusion report builder

2008-08-04 Thread Tom Chiverton
On Monday 04 Aug 2008, Torrent Girl wrote: > 1. hostname The name of the machine (in DNS or WINS). The same thing that goes after 'http://' but before the directory and file names. > 2. context root Almost certainly '/' unless you've heard of the expression before. -- Tom Chiverton *

Coldfusion report builder

2008-08-04 Thread Torrent Girl
Can anyone help me with cf report builder? I am trying configure the rds server but have no idea of what to put in the following: 1. hostname 2. context root I googled all day friday with no luck. I know it's probably something simple but I know no server-side stuff. thanks

  1   2   3   4   5   6   >