Re: cfreport issues

2006-06-05 Thread Kay Smoljak
On 6/6/06, Graham Pearson [EMAIL PROTECTED] wrote: When I try and view the report within the report browser I get the Report compilation error message. I have been searching the net for a solution on this for the past 3 days and have not found anything that solves this issue I am having.

cfreport and Crystal Reports

2006-05-26 Thread kurt schroeder
about 6 years ago i create a custom tag to envoke a Crystal Report. At the time CF and CRW as is would produce an HTML CR not a real CRYSTAL REPORT to be dumped to the printer. Does the current version of CF allow you to create a real CR or is is still HTML?

Re: cfreport and report generation slowness

2006-05-14 Thread wolf2k5
On 5/13/06, Kay Smoljak [EMAIL PROTECTED] wrote: Is you're using CFMX Standard, then report generation is single threaded and yes, it is rather slow. Enterprise has what they refer to as high perfomance reporting. Either way, report generation is an intensive task that uses a lot of resources

cfreport and report generation slowness

2006-05-12 Thread wolf2k5
Hi, I'm trying to generate an XLS report with cfreport on ColdFusion MX 7.0.1. The db query is very fast and the recordset contains about 1000 rows, each row has about 10 text/numeric fields. The report generation takes up to 1 minute on my PowerBook, it's a bit faster on the production Linux

Re: cfreport and report generation slowness

2006-05-12 Thread Kay Smoljak
On 5/12/06, wolf2k5 [EMAIL PROTECTED] wrote: The report generation takes up to 1 minute on my PowerBook, it's a bit faster on the production Linux server, but still pretty slow, it's not usable for real-time report delivery. Changing the report type to PDF doesn't help. Is you're using CFMX

cfreport - horizontal way

2006-04-24 Thread Nath Arduini
hi all, I'm discovering the CF Report Builder and I'm wondering if it's possible to make a grid with both horizontal and vertical development. Or more simply... For now I have this: Countries | Topics | Content === COUNTRY 1 | TOPIC 1 | CONTENT

Re: cfreport builder - page breaks

2006-04-17 Thread Geoff Bowers
On 4/17/06, Kay Smoljak [EMAIL PROTECTED] wrote: On 4/17/06, Terry Troxel [EMAIL PROTECTED] wrote: I was meaning use plain jane cfm with querys, grouping, etc and count lines in order to calculate page breaks cfinclude a header, add a page number, Ah, OK, I see now. Considering that this

Re: cfreport builder - page breaks

2006-04-17 Thread Kay Smoljak
On 4/17/06, Geoff Bowers [EMAIL PROTECTED] wrote: Report Builder would be great for the job.. alas it has no manual page-break option. Its a feature enhacement I've been lobbying for an age. Please add your thoughts to the wish-list or pursue Dean Harmon directly through his blog ;) Hi

cfreport builder - page breaks

2006-04-16 Thread Kay Smoljak
Hi guys, I'm having some troubles with the report builder. Is it possible to add a manual page break? I'm creating a report that has a cover page and a summary page, then a number of other reports (up to 9) as subreports. The cover page I can create by setting a page break after the report

Re: cfreport builder - page breaks

2006-04-16 Thread Kay Smoljak
Hmmm... so no one has any ideas? Is anyone actually using the report builder? I did work out that I could make each page that needed to be a separate page a separate section with a minimum height... but it's a bit hit and miss. If anyone has had experience with using the report builder to make

RE: cfreport builder - page breaks

2006-04-16 Thread Terry Troxel
Message- From: Kay Smoljak [mailto:[EMAIL PROTECTED] Sent: Sunday, April 16, 2006 5:13 PM To: CF-Talk Subject: Re: cfreport builder - page breaks Hmmm... so no one has any ideas? Is anyone actually using the report builder? I did work out that I could make each page that needed

Re: cfreport builder - page breaks

2006-04-16 Thread Kay Smoljak
On 4/17/06, Terry Troxel [EMAIL PROTECTED] wrote: Why not just use html and css page breaks and count lines in order to calculate the breaks. Hi Terry, Are you saying that I can use page-break-before:always inside a tract of html text in the report builder and it will respect that? In the PDF

RE: cfreport builder - page breaks

2006-04-16 Thread Terry Troxel
htmldoc and if this old head is correct it parses html into pdf and does all the rest. Terry -Original Message- From: Kay Smoljak [mailto:[EMAIL PROTECTED] Sent: Sunday, April 16, 2006 6:43 PM To: CF-Talk Subject: Re: cfreport builder - page breaks On 4/17/06, Terry Troxel [EMAIL PROTECTED

Re: cfreport builder - page breaks

2006-04-16 Thread Kay Smoljak
On 4/17/06, Terry Troxel [EMAIL PROTECTED] wrote: I was meaning use plain jane cfm with querys, grouping, etc and count lines in order to calculate page breaks cfinclude a header, add a page number, Ah, OK, I see now. Considering that this report will contain 9 other subreports that have

RE: cfreport builder - page breaks

2006-04-16 Thread Terry Troxel
Sorry Kay, Hope I didn't waste too much of your time...btw our 4 cats say hello to yours. Terry ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:237881 Archives:

Re: cfreport builder - page breaks

2006-04-16 Thread Kay Smoljak
On 4/17/06, Terry Troxel [EMAIL PROTECTED] wrote: Hope I didn't waste too much of your time...btw our 4 cats say hello to yours. No worries, don't mind me, the whole report builder thing is making me grumpy - and feline assistance is not helping :)

Memory usage and PDF generation with CFREPORT

2006-03-29 Thread Rick Root
Does anyone have any kind of metrics on how much memory is used during the creation of PDF reports using cfreport? Is the whole thing stored in memory during the generation process? We tried to generate a report for a couple hundred donors with 13,000 giving transaction totals, which amounts

Cfreport doesn't work...

2006-03-16 Thread Pete Ruckelshaus
I'm trying cfreport to see if it is a better option than cfdocument for some fairly complex documents that I need to create. I have downloaded, installed, and properly configured the latest version of the report builder. I used the report wizard to build a very simple query as the basis for my

CFreport problems

2006-02-09 Thread Andy Jarrett
Hi, I was wondering if anyone could tell me what this means Report data binding error Error evaluating expression : textField_2 Source text : query.invon Te query im running is SELECT DATE_FORMAT(c.invited_on, '%Y %M %D') AS 'invitedOn', count(id) AS 'cnt' FROM delegates c WHERE c.company_id =

HTML in CFREPORT

2006-01-19 Thread Dimo Michailov
Has anybody been able to pass HTML as a parameter to a CFR and have the report parse the HTML? For example, cfreport template=report1.cfr format=pdf query=MyQuery cfreportparam name=weekABExplanation value=bText/b goes here in HTML. /cfreport This will take the parameter

cfreport compilation error...

2005-08-02 Thread John Beynon
any ideas what Report compilation error. Error at (13, 68: null Please try the following: means...nothing else useful. The report was working fine, I nipped into it to move a rectangle to the back of a pile and now the whole report is bust... cheers, john. -- a

Re: cfreport compilation error...

2005-08-02 Thread Dean Harmon
Report compilation error. Error at (13, 68: null Please try the following: I've got good news and not so good news. The good news is that this problem was fixed with a newer version of the ColdFusion Report Builder at http://www.macromedia.com/go/235b6f61 . There was a problem in the

Should you lock a cfreport

2005-06-21 Thread Andy Jarrett
Hi Should you ever need to lock CFreport when calling a crystal report? At the moment i have a report which i pass it a parameter. Sometime this can take a little while - though nothing majorly long. Should this process be locked?? Just a thought, Andy J www.andyjarrett.co.uk

Re: Using CFIF inside CFReport Builder

2005-05-16 Thread Marco Antonio C. Santos
Thanks Dave. On 5/16/05, Dave Watts [EMAIL PROTECTED] wrote: it's possible to use CFIF statements inside CF Report Builder? I need to use CFIF's for control titles and display selected informations. It's possible? How to? You can use the IIf function instead of CFIF. Dave Watts, CTO,

Using CFIF inside CFReport Builder

2005-05-15 Thread Michel Deloux
Hi all it's possible to use CFIF statements inside CF Report Builder? I need to use CFIF's for control titles and display selected informations. It's possible? How to? Thanks in advance for any help. Michel ~| Logware

RE: Using CFIF inside CFReport Builder

2005-05-15 Thread Dave Watts
it's possible to use CFIF statements inside CF Report Builder? I need to use CFIF's for control titles and display selected informations. It's possible? How to? You can use the IIf function instead of CFIF. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides

Multipage report in CFREPORT Builder?

2005-04-06 Thread Greg Johnson
I have 1 record being returned with fields from about 15 tables. Each table's contribution really needs to be in it's own section on the report. However the report for 1 record would need to be around 10 pages long. When I make the detail section in report builder too long, it just errors

RE: Multipage report in CFREPORT Builder?

2005-04-06 Thread Connie DeCinko
report in CFREPORT Builder? I have 1 record being returned with fields from about 15 tables. Each table's contribution really needs to be in it's own section on the report. However the report for 1 record would need to be around 10 pages long. When I make the detail section in report builder

RE: Multipage report in CFREPORT Builder?

2005-04-06 Thread Connie DeCinko
AM To: CF-Talk Subject: Multipage report in CFREPORT Builder? I have 1 record being returned with fields from about 15 tables. Each table's contribution really needs to be in it's own section on the report. However the report for 1 record would need to be around 10 pages long. When I make

Re: Multipage report in CFREPORT Builder?

2005-04-06 Thread Greg Johnson
words in one field, then in a second field the next 500 and so on? -Original Message- From: Greg Johnson [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 06, 2005 11:25 AM To: CF-Talk Subject: Multipage report in CFREPORT Builder? I have 1 record being returned with fields from about

Re: Multipage report in CFREPORT Builder?

2005-04-06 Thread Greg Johnson
ok, here is a link to a sample PDF that we are currently generating using CFDOCUMENT. http://www.unc.edu/~kg4awg/sample/iacuc_app-4905.pdf You knowtice at the bottom of the second page section 5.1 breading, it starts on the bottom of page 2, and finishs on page 3. If I just use a

RE: Multipage report in CFREPORT Builder?

2005-04-06 Thread Connie DeCinko
, April 06, 2005 11:54 AM To: CF-Talk Subject: Re: Multipage report in CFREPORT Builder? Well its not the width its the height thats the problem. Using CFDOCUMENT 1 single record generates a PDF file with 7 pages. Let me see if I can put a sample PDF up where people can see it. Connie DeCinko

RE: Multipage report in CFREPORT Builder?

2005-04-06 Thread Connie DeCinko
One word... Subreports! What if you broke this down into many smaller reports? -Original Message- From: Greg Johnson [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 06, 2005 12:11 PM To: CF-Talk Subject: Re: Multipage report in CFREPORT Builder? ok, here is a link to a sample PDF

Re: Multipage report in CFREPORT Builder?

2005-04-06 Thread Greg Johnson
To: CF-Talk Subject: Re: Multipage report in CFREPORT Builder? ok, here is a link to a sample PDF that we are currently generating using CFDOCUMENT. http://www.unc.edu/~kg4awg/sample/iacuc_app-4905.pdf You knowtice at the bottom of the second page section 5.1 breading, it starts on the bottom

Re: Multipage report in CFREPORT Builder?

2005-04-06 Thread Greg Johnson
? -Original Message- From: Greg Johnson [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 06, 2005 12:11 PM To: CF-Talk Subject: Re: Multipage report in CFREPORT Builder? ok, here is a link to a sample PDF that we are currently generating using CFDOCUMENT. http://www.unc.edu/~kg4awg/sample

Re: cfreport mx7 error msg

2005-03-25 Thread dcooper
Hey Tim..that's strange...are you running Blackstone Beta or RC or something, or did you install Final over top of RC? Any licensing stuff for CFReport was removed in CFMX 7 Final. The Beta/RC should have timed out by now, though... If not the case, and you can email me your template and CFM

cfreport mx7 error msg

2005-03-24 Thread Tim Do
Can anybody tell me why I'm getting this error msg? cfreport template=CFAssetListing.cfr format=flashpaper query=#CFAssetListing# A License Exception has been thrown You tried to access a restricted feature for the Standard edition: CFREPORT thx, Tim

SOT: CFREPORT questions

2005-01-19 Thread Jeff Waris
This is a half crystal reports question half Coldfusion. I am trying to run a crystal reports rpt file through the tag. The report runs fine through crystal itself BUT it bombs when I run it through the tag. I keep getting this error. An unexpected error occurred while using the Crystal Engine.

ColdFusion TechNote Notification: cfreport tag throws an 'Error number 599'

2004-07-12 Thread Debbie Dickerson
Check out the new TechNote at: http://www.macromedia.com/support/coldfusion/ts/documents/crystal_error_599. htm http://www.macromedia.com/support/coldfusion/ts/documents/crystal_error_599 .htm Intro: When using the cfreport tag in a ColdFusion application, you may encounter the following error

RE: ColdFusion TechNote Notification: cfreport tag throws an 'Error number 599'

2004-07-12 Thread Micha Schopman
Debbie, Are you sure it is a CF error :P, .. if there is a most buggiest software award, it would go to Crystal ;) Micha Schopman Software Engineer Modern Media, Databankweg 12 M, 3821 ALAmersfoort Tel 033-4535377, Fax 033-4535388 KvK Amersfoort 39081679, Rabo 39.48.05.380 [Todays

CFREPORT

2003-08-22 Thread Kris Pilles
Do you need Crystal Reports Enterprise to use CFREPORT??? We have verion 9 of the report application server and I get the following error: Error Occurred While Processing Request The Crystal Reports Engine (CRPE32.DLL) could not be located on this server. ColdFusionapos;s reporting

RE: CFREPORT

2003-08-22 Thread Douglas.Knudsen
: CFREPORT Do you need Crystal Reports Enterprise to use CFREPORT??? We have verion 9 of the report application server and I get the following error: Error Occurred While Processing Request The Crystal Reports Engine (CRPE32.DLL) could not be located on this server. ColdFusionapos;s reporting

RE: CFREPORT

2003-08-22 Thread Josh Remus
I could never get CFREPORT to work for me, but this tech note explains what needs to be done to correct THAT problem. 51249 Crystal Reports 9 no longer installs the crpe32.dll file in the C:\Winnt\system32 directory; it installs the file in the C:\Program Files\Common Files\Crystal

RE: CFREPORT

2003-08-22 Thread Kris Pilles
Thanks... I copied over the DLLnow lets hope the rest works -Original Message- From: Josh Remus [mailto:[EMAIL PROTECTED] Sent: Friday, August 22, 2003 10:23 AM To: CF-Talk Subject: RE: CFREPORT I could never get CFREPORT to work for me, but this tech note explains what needs

RE: CFREPORT

2003-08-22 Thread Kris Pilles
OK. I got it to work. Now, is there a way with CFREPORT to print the report or generate it as a pdf? KP -Original Message- From: Kris Pilles Sent: Friday, August 22, 2003 10:28 AM To: CF-Talk Subject: RE: CFREPORT Thanks... I copied over the DLLnow lets hope the rest works

Re: CFREPORT

2003-08-22 Thread Marlon Moyer
No, but Crystal Decisions will sell you a piece of software that does for only the price of a small car. :-) Marlon Kris Pilles wrote: OK. I got it to work. Now, is there a way with CFREPORT to print the report or generate it as a pdf? KP -Original Message- From: Kris Pilles Sent

RE: CFREPORT

2003-08-22 Thread Kris Pilles
Lol I know... That's what I was trying to avoid -Original Message- From: Marlon Moyer [mailto:[EMAIL PROTECTED] Sent: Friday, August 22, 2003 11:46 AM To: CF-Talk Subject: Re: CFREPORT No, but Crystal Decisions will sell you a piece of software that does for only the price of a small

CFREPORT

2003-08-22 Thread Don
CFREPORT??? We have verion 9 of the report application server and I get the following error: Error Occurred While Processing Request The Crystal Reports Engine (CRPE32.DLL) could not be located on this server. ColdFusionapos;s reporting functionality requires the Crystal Engine. Please verify

RE: CFREPORT

2003-08-22 Thread Joshua Miller
it immediately and advise us by return e-mail to [EMAIL PROTECTED] * -Original Message- From: Kris Pilles [mailto:[EMAIL PROTECTED] Sent: Friday, August 22, 2003 11:48 AM To: CF-Talk Subject: RE: CFREPORT Lol I know

Re: RE: CFREPORT

2003-08-22 Thread ksuh
Also, there's FOP - http://xml.apache.org/fop. I've been using it recently and I LOVE it. Absolute positioning, and it understands pages!! - Original Message - From: Joshua Miller [EMAIL PROTECTED] Date: Friday, August 22, 2003 3:12 pm Subject: RE: CFREPORT Look at HTML2PDF ... It's

RE: RE: CFREPORT

2003-08-22 Thread Ciliotta, Mario
: CFREPORT Also, there's FOP - http://xml.apache.org/fop. I've been using it recently and I LOVE it. Absolute positioning, and it understands pages!! - Original Message - From: Joshua Miller [EMAIL PROTECTED] Date: Friday, August 22, 2003 3:12 pm Subject: RE: CFREPORT Look at HTML2PDF

RE: RE: CFREPORT

2003-08-22 Thread Dave Watts
Also, there's FOP - http://xml.apache.org/fop. I've been using it recently and I LOVE it. Absolute positioning, and it understands pages!! This looks really cool. I assume you need to running Apache web server for this. Is there an NT or Win200x versions or something equivalent.

Re: RE: RE: CFREPORT

2003-08-22 Thread ksuh
You can use a windows platform. If you need more help, email me directly. - Original Message - From: Ciliotta, Mario [EMAIL PROTECTED] Date: Friday, August 22, 2003 4:41 pm Subject: RE: RE: CFREPORT This looks really cool. I assume you need to running Apache web server

Bloody CFReport

2003-07-31 Thread Josh Remus
Okay - I've seen in many cases out there while googling for help that many people have been unable to get CFReport to work at all. I believe I have installed it correctly, however I must be doing some slight thing wrong that is keeping me from my goal. I have tried several different things

RE: Bloody CFReport

2003-07-31 Thread Ian Skinner
You might be in trouble. I fought with this myself about a year ago for a project. I learned at that time that Crystal NO LONGER supports CFReport. They have gone their own way, and they want you to use THEIR system. I can only offer you sympathy and a hardy Good Luck. I never did get

RE: Bloody CFReport

2003-07-31 Thread Josh Remus
: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2003 2:28 PM To: CF-Talk Subject: RE: Bloody CFReport You might be in trouble. I fought with this myself about a year ago for a project. I learned at that time that Crystal NO LONGER supports CFReport. They have gone their own

RE: Bloody CFReport

2003-07-31 Thread Dan O'Keefe
, July 31, 2003 2:28 PM To: CF-Talk Subject: RE: Bloody CFReport You might be in trouble. I fought with this myself about a year ago for a project. I learned at that time that Crystal NO LONGER supports CFReport. They have gone their own way, and they want you to use THEIR system. I can only offer

RE: Bloody CFReport

2003-07-31 Thread Josh Remus
piece. Josh -Original Message- From: Dan O'Keefe [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2003 2:52 PM To: CF-Talk Subject: RE: Bloody CFReport What about calling it from an ASP page. I played around with that some time ago, and I have a project where I will need to do

RE: Bloody CFReport

2003-07-31 Thread webmaster
-Original Message- From: Dan O'Keefe [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2003 2:52 PM To: CF-Talk Subject: RE: Bloody CFReport What about calling it from an ASP page. I played around with that some time ago, and I have a project where I will need to do that soon. Dan

RE: Bloody CFReport

2003-07-31 Thread Josh Remus
Yes. And an example would be appreciated, either on the list or sent directly. If I have to do this in ASP, so be it. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2003 3:40 PM To: CF-Talk Subject: RE: Bloody CFReport I have an asp

RE: Bloody CFReport

2003-07-31 Thread webmaster
, either on the list or sent directly. If I have to do this in ASP, so be it. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2003 3:40 PM To: CF-Talk Subject: RE: Bloody CFReport I have an asp example somewhere here...are you just trying

Crystal Reports - use CFHTTP/CFLOCATION now for CFREPORT ? How?

2003-02-20 Thread Ed Gordon
Can you please explain how to use CFHTTP (and I guess it's with CFLOCATION?) to actually replace the CFREPORT tag that no longer works with newer versions of Crystal Reports? Any examples would be greatly appreciated... Thanks In Advance, Ed Gordon CF'er

cfreport...licensing issues?

2003-01-30 Thread charlie griefer
Hey all... let me preface by saying that I've never used Crystal reports (and obviously, never used the cfreport tag). So now we've got Crystal Reports at this company...as well as Crystal Enterprise. we've been using CF forever. People are asking me about usign CF and Crystal

Re: cfreport...licensing issues?

2003-01-30 Thread Frank Mamone
a few users before we went to 10 as the object is releases as soon as the report is generated. We never got what we wanted with CFREPORT. http://www.recrystallilze.com HTH, Frank - Original Message - From: charlie griefer [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday

cfreport

2002-05-17 Thread Ken Beard
Hello all, I am having trouble with the cfreport tag. I'm trying to connect to an oracle db, and I have created a dsn using the crystal reports oracle 8 driver, which is verified as working in the cf administrator. this is what the CF5 docs say: cfreport report = '/reports/monthlysales.rpt

Re: cfreport

2002-05-17 Thread Rick Walters
Don't know if this will help. http://www.macromedia.com/v1/Handlers/index.cfm?ID=16757Method=Full There are undocumented properties of the CFReport Tag. Good Fortune, Richard Walters, Webmaster, Davita Laboratory Services [EMAIL PROTECTED] (800) 604-5227 x 3525 [EMAIL PROTECTED] 05/17/02 10

RE: cfreport

2002-05-17 Thread Ken Beard
report tag. As this time there is no fix for Crystal Reports 8 to work with ColdFusion. that sucks. Ken -Original Message- From: Ken Beard [mailto:[EMAIL PROTECTED]] Sent: Friday, May 17, 2002 10:03 AM To: CF-Talk Subject: cfreport Hello all, I am having trouble with the cfreport tag. I'm

RE: cfreport

2002-05-17 Thread Ken Beard
Rick, thank you, but unfortuanately this solution is not working.. i have 8.5, maybe this only works for 8.0 thanks Ken -Original Message- From: Rick Walters [mailto:[EMAIL PROTECTED]] Sent: Friday, May 17, 2002 10:16 AM To: CF-Talk Subject: Re: cfreport Don't know if this will help

RE: cfreport

2002-05-17 Thread Rick Walters
. that sucks. Ken -Original Message- From: Ken Beard [mailto:[EMAIL PROTECTED]] Sent: Friday, May 17, 2002 10:03 AM To: CF-Talk Subject: cfreport Hello all, I am having trouble with the cfreport tag. I'm trying to connect to an oracle db, and I have created a dsn using the crystal

Re: cfreport

2002-05-17 Thread Marlon Moyer
Subject: RE: cfreport More specifically, Crystal now has it's own webserver. So, the best option seems to be to set up the crystal webserver and then run it in a frame. I'm not fond of it because it sidesteps site security. Unless someone out there has a way to integrate it with existing

Re: cfreport

2002-05-17 Thread Rick Walters
Subject: RE: cfreport More specifically, Crystal now has it's own webserver. So, the best option seems to be to set up the crystal webserver and then run it in a frame. I'm not fond of it because it sidesteps site security. Unless someone out there has a way to integrate it with existing

RE: cfreport

2002-05-17 Thread Ken Beard
Marlon, Any chance you'd share that? Ken -Original Message- From: Marlon Moyer [mailto:[EMAIL PROTECTED]] Sent: Friday, May 17, 2002 10:55 AM To: CF-Talk Subject: Re: cfreport Rick, I've done exactly this. I created a VB com wrapper to access the Crystal Object. Right now, I use

Re: cfreport

2002-05-17 Thread Marlon Moyer
:[EMAIL PROTECTED]] Sent: Friday, May 17, 2002 10:55 AM To: CF-Talk Subject: Re: cfreport Rick, I've done exactly this. I created a VB com wrapper to access the Crystal Object. Right now, I use the wrapper to pass username, password, dbname, servername, and selection formula and then export

Re: cfreport

2002-05-17 Thread Rick Walters
To: CF-Talk Subject: Re: cfreport Rick, I've done exactly this. I created a VB com wrapper to access the Crystal Object. Right now, I use the wrapper to pass username, password, dbname, servername, and selection formula and then export the report to a PDF (other formats are available

RE: cfreport

2002-05-17 Thread Ken Beard
Marlon, i'm pretty sure it doesn't support attachments. I'll be happy to wait until you return to work, thanks a bunch. Ken -Original Message- From: Marlon Moyer [mailto:[EMAIL PROTECTED]] Sent: Friday, May 17, 2002 11:11 AM To: CF-Talk Subject: Re: cfreport Sure, but I'm off work

Re: cfreport

2002-05-17 Thread Frank Mamone
to open with a viewer of your choice -- Java or ActiveX. Note you will need Crystal Developers Edition on your server. Might be worth a look. - Original Message - From: Ken Beard [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, May 17, 2002 10:02 AM Subject: cfreport Hello all

Re: CFREPORT and Error 500

2002-04-03 Thread Tim Painter
Crystal Reports professional comes with a 5 user license agreement that will allow up to 5 reports run at a time. I have not used cfreport with Crystal, but I have used ASP and I know with ASP, the licenses can get eaten up pretty quick. (Crystal keeps track of the open objects and will not allow

RE: CFREPORT and Error 500

2002-04-03 Thread Wolf, Alan
8:10 PM To: CF-Talk Subject: RE: CFREPORT and Error 500 I use Crystal 8.0 web page server. It's very easy to pass information from CF to the Crystal report. The following is an example of what I've done that has worked for me: cflocation url=http://kcweb/firmdaily/isweb/ISBudget/PO.rpt?Prompt0

CFREPORT and Error 500

2002-04-02 Thread Wolf, Alan
I am trying to pass a variable to CFREPORT and I continue to receive the following. There is very little on the Allaire discussion forums about this. I am running CF 5 and CR 8.5. I thought the previous problems regarding CFREPORT has been fixed in CF 5. Anyone have an idea on this? Error

Re: CFREPORT and Error 500

2002-04-02 Thread Rick Walters
In the CF Forums you can find a lot about using CFReport. Last I checked the tag was depreciated since version 5 of Crystal Reports. Crystal has it's own webserver product now. Crystal seems to have spent a good deal of time integrating their product with ASP. I also remember some

RE: CFREPORT and Error 500

2002-04-02 Thread Gieseman, Athelene
used the latest version and if there is a licensing issue. Athelene Gieseman [EMAIL PROTECTED] -Original Message- From: Rick Walters [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 02, 2002 1:14 PM To: CF-Talk Subject: Re: CFREPORT and Error 500 In the CF Forums you can find a lot about

Re: CFREPORT error again!!! dll's grrrrrr..

2002-03-21 Thread Frank Mamone
] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, March 20, 2002 10:44 AM Subject: RE: CFREPORT error again!!! dll's grr.. thanks Frank i have looked every where. installed all the updates. i cant find the PDF you are referring to though.. why use crystal any ways? seems like most

CFREPORT error again!!! dll's grrrrrr..

2002-03-20 Thread Paul Ihrig
Error Diagnostic Information Error occurred while processing CFREPORT An unexpected error occurred while using the Crystal Engine. Error number 534 ocurred (Error detected by database DLL.). Crystal Library = C:\WINNT\system32\CRPE32.DLL (2/10

Re: CFREPORT error again!!! dll's grrrrrr..

2002-03-20 Thread Frank Mamone
Check the KB at www.crystaldecisions.com. They have a PDF with possible causes for this error. - Original Message - From: Paul Ihrig [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, March 20, 2002 9:30 AM Subject: CFREPORT error again!!! dll's grr.. cfstudio 5

RE: CFREPORT error again!!! dll's grrrrrr..

2002-03-20 Thread Paul Ihrig
like a Monday -paul -Original Message- From: Frank Mamone [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 20, 2002 9:42 AM To: CF-Talk Subject: Re: CFREPORT error again!!! dll's grr.. Check the KB at www.crystaldecisions.com. They have a PDF with possible causes for this error

Re: CFREPORT error again!!! dll's grrrrrr..

2002-03-20 Thread Tim Painter
[EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, March 20, 2002 9:30 AM Subject: CFREPORT error again!!! dll's grr.. cfstudio 5 crystal 8 i have it loaded on my local machine with local server i cant get this piece of crystal to work! i have read every thing i can find

RE: CFREPORT error again!!! dll's grrrrrr..

2002-03-20 Thread Paul Ihrig
Message- From: Tim Painter [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 20, 2002 11:08 AM To: CF-Talk Subject: Re: CFREPORT error again!!! dll's grr.. Paul, Are you passing any parameters to the report? I get that error a lot if the parameters are not in the same order

RE: CFREPORT error again!!! dll's grrrrrr..

2002-03-20 Thread Paul Ihrig
Hey i just wanted to say thanks to every one who replied. i just deleted the old reports. built a new one to hit the sql server and it worked out just fine. thanks again -paul __ Structure your ColdFusion code with Fusebox. Get

Re: CFREPORT :: (CRPE32.DLL) could not be located

2002-02-28 Thread Frank Mamone
Hey Paul, I struggled with CFREPORT for a while and when I got it to work I found t he results were really not professional. If you look thru the archives you'l l see that most peopel are not getting what they want. So I took the advice of someone on this list and puchased Recrystalize. A n

RE: CFREPORT :: (CRPE32.DLL) could not be located

2002-02-28 Thread Tammy Hong
How much does Recrystalize cost? T -Original Message- From: Frank Mamone [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 28, 2002 8:37 AM To: CF-Talk Subject: Re: CFREPORT :: (CRPE32.DLL) could not be located Hey Paul, I struggled with CFREPORT for a while and when I got

Re: CFREPORT :: (CRPE32.DLL) could not be located

2002-02-28 Thread Frank Mamone
Here you go: http://www.recrystallize.com/merchant/orderform.htm - Original Message - From: Tammy Hong [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, February 28, 2002 10:26 AM Subject: RE: CFREPORT :: (CRPE32.DLL) could not be located How much does Recrystalize

CFREPORT :: (CRPE32.DLL) could not be located

2002-02-27 Thread Paul Ihrig
ok? where do i get this dll? i thought cfreport was standard in 5? first time messing with it. do i actually need crystal on my local machine to test some one else's report? thanks -paul Error occurred while processing CFREPORT The Crystal Reports Engine (CRPE32.DLL) could not be located

RE: CFREPORT :: (CRPE32.DLL) could not be located

2002-02-27 Thread Hays, Duncan
it will probably default to using an ActiveX control to display. Much nicer than the html that CFREPORT puts up. I'm working on modifying a custom tag that displays as ActiveX or DHTML and also hides the db username and password like CFREPORT does. I'll post it when I know it works. Duncan Hays

RE: CFREPORT :: (CRPE32.DLL) could not be located

2002-02-27 Thread Paul Ihrig
:41 AM To: CF-Talk Subject: RE: CFREPORT :: (CRPE32.DLL) could not be located Don't you have to have Crystal Reports Software ($1,500 plus) installed on your server for CFREPORT to work? J -Original Message- From: Paul Ihrig [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 27, 2002

RE: CFREPORT :: (CRPE32.DLL) could not be located

2002-02-27 Thread Hays, Duncan
even use. We just want to produce them from the server. It's a lot more complicated to set up just to use. Duncan Hays -Original Message- From: Paul Ihrig [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 27, 2002 9:47 AM To: CF-Talk Subject: RE: CFREPORT :: (CRPE32.DLL) could

RE: CFREPORT :: (CRPE32.DLL) could not be located

2002-02-27 Thread Paul Ihrig
do i need a full version on the server to run cfreport? http://store.crystaldecisions.net/dr/v2/ec_MAIN.Entry16?SP=10024PN=29xid=1 5248V1=30010453V2=30010453V3=1V5=11028983V4=10S1=S2=S3=S4=S5=DSP= 0CUR=840PGRP=0CACHE_ID=36273 what version!?? thank you -paul

CFREPORT

2001-12-06 Thread douglas . kronenberger
The documantation is kind of sparse on this subject. Can any one tell me what I need on the server as far as Crystal Reports goes and maybe point me in the direction of some more docs on this. Thanks in advance Doug Kronenberger OI National Training and Education Office Department of

RE: CFREPORT

2001-10-26 Thread Mark Robinson (National Express)
in advance mark -Original Message- From: Hoffman, Joe (CIT) [mailto:[EMAIL PROTECTED]] Sent: 25 October 2001 17:55 To: CF-Talk Subject: RE: CFREPORT It is a dll version mismatch between CF and CR ... what version CF server are you running? Joe Hoffman mailto:[EMAIL PROTECTED] National

CFREPORT

2001-10-25 Thread Mark Robinson (National Express)
I am getting the error below when I try and use the CFREPORT tag. I have installed our copy of Crystal Reports 7 and I get the error below. Has anybody used CFREPORT tag successfully and have they got any tips that would help me. Error Diagnostic Information Error occurred while processing

RE: CFREPORT

2001-10-25 Thread Hoffman, Joe (CIT)
) [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 25, 2001 11:10 AM To: CF-Talk Subject: CFREPORT I am getting the error below when I try and use the CFREPORT tag. I have installed our copy of Crystal Reports 7 and I get the error below. Has anybody used CFREPORT tag successfully and have

<    1   2   3   >