8.0 on our server. I tried to upgrade to 8.5 and it gave me error
installing so I left it at 8.0 for now. Use 8.5 on work stations for some
web report design work and all our VBasic stuff and have not a problem
(YET!!!)
----- Original Message -----
From: "Tammy Hong" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, August 29, 2001 3:16 PM
Subject: RE: crystal reports
> David,
>
> What version of Crystal Reports are you running?
>
> T
>
> -----Original Message-----
> From: David Green [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 29, 2001 4:44 PM
> To: CF-Talk
> Subject: Re: crystal reports
>
>
> I use crystal reports for a web site and it works fine having some new
> problems dealing with cftree & 5.0 on the site but thats another post. I
> do not use the tag. I have a page that calls out the activex or java
> browser depending on browser type. This gave us more control over report
> viewer. I have one report page that all our reports are passed to. If
> you need the CF page let me know and I will send it.
>
> Here is the activex code we use have similar stuff for java viewer. We
> just set the CF variables then call out our report page.
>
> Good luck
> David
>
> <snip>
> <OBJECT ID="CRViewer"
> CLASSID = "CLSID:C4847596-972C-11D0-9567-00A0C9273C2A"
> WIDTH=<cfoutput>#session.cry_width#</cfoutput>
> HEIGHT=<cfoutput>#session.cry_height#</cfoutput>
> <!---
>
CODEBASE="/viewer/activeXViewer/activexviewer.cab#Version=8,0,100,52"> --->
> CODEBASE="/viewer/activeXViewer/activexviewer.cab#Version=8,0,2,2">
> <PARAM NAME='EnableDrillDown' VALUE=1>
> <PARAM NAME='EnableAnimationControl' VALUE=1>
> <PARAM NAME='EnableCloseButton' VALUE=1>
> <PARAM NAME='EnableGroupTree' VALUE=<cfoutput>#iif(session.cry_tree is
> "True",1,0)#</cfoutput>>
> <PARAM NAME='EnableNavigationControls' VALUE=1>
> <PARAM NAME='EnablePrintButton' VALUE=1>
> <PARAM NAME='EnableProgressControl' VALUE=1>
> <PARAM NAME='EnableRefreshButton' VALUE=1>
> <PARAM NAME='EnableSearchControl' VALUE=1>
> <PARAM NAME='EnableStopButton' VALUE=1>
> <PARAM NAME='EnableZoomControl' VALUE=1>
> <PARAM NAME='DisplayGroupTree' VALUE=1>
> <PARAM NAME='DisplayToolbar' VALUE=1>
> <PARAM NAME='EnableToolbar' VALUE=1>
> <PARAM NAME='DisplayBorder' VALUE=1>
> <PARAM NAME='DisplayTabs' VALUE=1>
> <PARAM NAME='DisplayBackgroundEdge' VALUE=1>
> <PARAM NAME='EnablePopupMenu' VALUE=1>
> <PARAM NAME='EnableExportButton' VALUE=1>
> </OBJECT>
> <SCRIPT LANGUAGE="VBScript">
> Sub Page_Initialize
> Dim webBroker
> Set webBroker = CreateObject("WebReportBroker.WebReportBroker")
> if ScriptEngineMajorVersion < 2 then
> window.alert "IE 3.02 users on NT4 need to get the latest version of
> VBScript or install IE 4.01 SP1. IE 3.02 users on Win95 need DCOM95 and
> latest version of VBScript, or install IE 4.01 SP1. These files are
> available at Microsofts web site."
> <!--- CRViewer.ReportName =
> "http://999.999.999.999\<cfoutput>#session.cry_rpt#</cfoutput>" --->
> CRViewer.ReportName = "<cfoutput>#Report_Location#</cfoutput>"
> else
> Dim webSource
> Set webSource = CreateObject("WebReportSource.WebReportSource")
> webSource.ReportSource = webBroker
> <!--- webSource.URL =
> "http://208.252.193.180\<cfoutput>#session.cry_rpt#</cfoutput>" --->
> <!--- webSource.URL = "<cfoutput>#report_location#</cfoutput>" --->
> websource.url =
>
"http://www.gbtechnologies.com/pacbell/profile_5ess/<cfoutput>#session.dsour
> ce#</cfoutput>/<cfoutput>#session.cry_rpt#</cfoutput>"
> webSource.AddParameter "prompt0","<cfoutput>#client.office#</cfoutput>"
> <!--- "SAMPLE5E DS0" --->
> webSource.AddParameter
"prompt1","<cfoutput>#client.dtswitch#</cfoutput>"
> <!--- websource.addparameter "prompt1","04/10/2000" --->
> webSource.AddParameter "prompt2","<cfoutput>#client.dtlmos#</cfoutput>"
> <!--- "03/28/2000" --->
> websource.addparameter "prompt3","<cfoutput>#client.dtfoms#</cfoutput>"
> webSource.AddParameter
> "prompt4","<cfoutput>#session.cry_items#</cfoutput>"
> webSource.AddParameter
> "sf","<cfoutput>#replace(session.cry_query,'"',"'","ALL")#</cfoutput>"
> webSource.PromptOnRefresh = false
> CRViewer.ReportSource = webSource
> end if
> CRViewer.ViewReport
> End Sub
> </SCRIPT>
> <end snip>
> ----- Original Message -----
> From: "Tom Davison" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Wednesday, August 29, 2001 1:38 PM
> Subject: crystal reports
>
>
> > Ok, I went through all the old emails regarding crystal reports and
there
> didn't seem to be many answers to the questions I saw. Is any body
running
> Crystal Reports with Cold Fusion 5 and if so is it working? I am in need
of
> a web based reporting app and I'm wondering if this is the way to go with
> the cfreport or if there is something better out there.
> >
> > Thanks in advance,
> >
> > Tom
> >
> >
> >
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists