Assuning you have CE 8.5 Professional:
Server must be configured for SMTP. See:
http://support.crystaldecisions.com/library/kbase/articles/c2002065.asp
In management console,
select manage server
select Crystal Job Server
destinations tab
click CrystalEnterprise.Smtp Destination
complete &...
The number of records browsed and the number of records used to populate default values for a parameter are determined by two items in the Windows registry.
see: http://support.crystaldecisions.com/library/kbase/articles/c2006602.asp
you didn't say method being used, but can try these:
If using ASP, change in Viewer's asp page (EX: SmartViewerActiveX.asp)
<PARAM NAME="EnableExportButton" VALUE=0>
In CE 8.5, try editing rights, Advanced, export Report's data button.
use ASP to call report. for CR8 need IIS & CR web component server loaded on your PC. you can put parameters in HTML form to pass.
Samples Aps ar e@ Crystal site for download.
don't need interdev, any editor will do.
CR8.5, oracle 8.06
Created a cross tab that does the following:
select during date parameters
column action type:
row action desc: summarized field: count of actions by group
building historical zoning total
received 1 5 0...
from Crystal, orginally written in CR7:
First you need to link the subreport's stored procedure parameter to a
main report database field, then create a parameter in the main report and
finally compare the value(s) for this parameter against the main report
database field...
If using ASP pages for serving up reports can choose viewer:
ex: '*** INSTANTIATE THE CRYSTAL REPORTS SMART VIEWER
viewer = "ActiveX"
'viewer = "Java using Browser JVM"
'*** PULL IN THE PREDEFINED CODE FOR THE SELECTED SMART VIEWER
if cstr(viewer) = "ActiveX" then...
Thanks permit can't be null value. I asked Crystal and it said my way is the most efficient way. However, this report was orginally created in CR 6. when I upgraded it to 8.5 and reparsed the select statement, processing time dropped. Also, report was slow because all this was put in swap...
ORacle 8.05 database
CR 8.5
I am having difficulty designing report that doesn't
take 10 minutes to run.
I am selecting values from a table that records processes, in this case issuance of a permit. First instance of the field shows okay to issue. later the same field will show that permit...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.