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 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

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. Considerin

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 :) http://flickr.com/photos/kaysmoljak/

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: http://www.houseoffusion.com/cf_lists/threads.cfm/

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 a

RE: cfreport builder - page breaks

2006-04-16 Thread Terry Troxel
it's 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 Trox

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

RE: cfreport builder - page breaks

2006-04-16 Thread Terry Troxel
ginal 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 to

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 c

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 header.

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 ? 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 to around

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 f

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, This will take the parameter, but will display it as it is, without parsing the HTML and making the word "Text" bold. Can anyone help? ~

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 R

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. -- http://spreadfirefox.com/com

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 W

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 provid

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 (www.logw

Re: Multipage report in CFREPORT Builder?

2005-04-06 Thread Greg Johnson
eports? > > >-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 >

Re: Multipage report in CFREPORT Builder?

2005-04-06 Thread Greg Johnson
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/iacuc_app-4905.pdf > >You knowtice at the bottom of th

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 that

RE: Multipage report in CFREPORT Builder?

2005-04-06 Thread Connie DeCinko
ROTECTED] Sent: Wednesday, 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.

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 cfdocumentite

Re: Multipage report in CFREPORT Builder?

2005-04-06 Thread Greg Johnson
rst >500 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

RE: Multipage report in CFREPORT Builder?

2005-04-06 Thread Connie DeCinko
06, 2005 11:25 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 pag

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 repo

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 an

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 an

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 e

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. Er

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 AL  Amersfoort Tel 033-4535377, Fax 033-4535388 KvK Amersfoort 39081679, Rabo 39.48.05.380 [Todays Thre

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 .htm> Intro: When using the cfreport tag in a ColdFusion application, you may encounter the following error: An unexpected error occurred while using the Crystal Engine. Er

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 Apach

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 equival

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 &g

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 &g

RE: CFREPORT

2003-08-22 Thread Joshua Miller
lease delete 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: C

CFREPORT

2003-08-22 Thread Don
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. ColdFusion's reporting functionali

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

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-

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 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 to be

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 Douglas.Knudsen
M >To: CF-Talk >Subject: 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) cou

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. ColdFusion's reporting function

RE: Bloody CFReport

2003-07-31 Thread webmaster
From: Josh Remus [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2003 2:51 PM To: CF-Talk 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 PROTECT

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 C

RE: Bloody CFReport

2003-07-31 Thread webmaster
ne 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 h

RE: Bloody CFReport

2003-07-31 Thread Josh Remus
on for this one 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 &

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
al Message- > From: 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

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 it to

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 t

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

Re: cfreport...licensing issues?

2003-01-30 Thread Frank Mamone
ite 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

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

Re: cfreport

2002-05-17 Thread Frank Mamone
report 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: Frida

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, b

Re: cfreport

2002-05-17 Thread Rick Walters
sage- >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 the wrapper to pass userna

Re: cfreport

2002-05-17 Thread Marlon Moyer
-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 the wrapper to p

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

Re: cfreport

2002-05-17 Thread Rick Walters
uot;CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, May 17, 2002 9:38 AM 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

Re: cfreport

2002-05-17 Thread Marlon Moyer
EMAIL PROTECTED]> Sent: Friday, May 17, 2002 9:38 AM 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 si

RE: cfreport

2002-05-17 Thread Rick Walters
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 t

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

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&#

Re: cfreport

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

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: {Departments.Department} = 'Int

RE: CFREPORT and Error 500

2002-04-03 Thread Wolf, Alan
esday, April 02, 2002 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: http://kcweb/firmdaily/isweb/ISBudg

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-02 Thread Gieseman, Athelene
can answer if they've 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

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

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 error again!!! dll's grrrrrr..

2002-03-21 Thread Frank Mamone
Ihrig" <[EMAIL PROTECTED]> 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 a

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 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 as the

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

2002-03-20 Thread Tim Painter
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 > crystal 8 > > i have it loaded on my local machine with local server > i cant get this pie

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

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: CFREP

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 :: (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

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 it to

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

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=10024&PN=29&xid=1 5248&V1=30010453&V2=30010453&V3=1&V5=11028983&V4=10&S1=&S2=&S3=&S4=&S5=&DSP= 0&CUR=840&

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

2002-02-27 Thread Hays, Duncan
don't 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.DL

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,

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

2002-02-27 Thread Hays, Duncan
";. If called directly 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 po

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 locat

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

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 they

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: Passing SP params to CFReport

2001-08-17 Thread DJ Riebesell
MS SQL Server 7.0 -Original Message- From: Todd Ashworth [mailto:[EMAIL PROTECTED]] Sent: Friday, August 17, 2001 1:55 PM To: CF-Talk Subject: Re: Passing SP params to CFReport What database? I had a similar issue with Sybase ASA 7.02. Upgrading to 7.03 solved it. Todd

Re: Passing SP params to CFReport

2001-08-17 Thread Todd Ashworth
What database? I had a similar issue with Sybase ASA 7.02. Upgrading to 7.03 solved it. Todd - Original Message - From: "DJ Riebesell" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, August 17, 2001 2:16 PM Subject: Passing SP par

Passing SP params to CFReport

2001-08-17 Thread DJ Riebesell
I have tried every variation I can think of to pass in three parameters into a CFReport for use when it calls a stored procedure. I can call a report that requires no input fine and it displays fine. When it requires parameters it seems to just hang, like the server is prompting for them only

RE: RE: CFREPORT and the Crystal Server

2001-08-16 Thread Tilbrook, Peter
PROTECTED]] Sent: Friday, 17 August 2001 2:13 To: CF-Talk Subject: RE:RE: CFREPORT and the Crystal Server Ben - thanks for the info. I did more checking, and the DLL is in fact on my older server (now used for testing only) whose CF lineage began with CF 2.0. The DLL was in the SYSTEM32 directory

RE: RE: CFREPORT and the Crystal Server

2001-08-16 Thread Braver, Ben
Reed- FWIW, there's a process "cfcrystal.exe" running on my server. (W2K, CF4.5.2 Pro) That file is in c:\cfusion\bin. HTH. -Ben -Original Message- From: Reed Powell [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 16, 2001 9:13 AM To: CF-Talk Subject: RE:RE: CFREPORT

RE:RE: CFREPORT and the Crystal Server

2001-08-16 Thread Reed Powell
how to get CF to find it. Any ideas? I'm hoping that once this gets resolved, and the server gets rolled to CF5, that the new CFREPORT still knows how to use the old Crystal engine, and not just the newer version, 'cause there's no way I'll get the bucks to buy that from Seaga

<    1   2   3   >