0
votes
1answer
15 views
Crystal Reports: How do I allow “set to null” when prompting for values to pass to subreports?
I have created a report which links into subreports. I created parameter fields to feed into the parameters of the subreports using subreport links.
If I do not add a subreport l …
0
votes
1answer
17 views
crystal reports : parameter field not showing in select wizard
I have a crystal report written in 10 with two parameter fields
start_date
end_date
Both have been placed in the header of the report. Now I would like to select the results …
1
vote
1answer
39 views
Crystal Reports with SQL Server 2005: Setting Transaction Isolation Level
Is there a way to specify the transaction isolation level when Crystal Reports queries a SQL Server 2005 database without resorting to any of the following:
Encapsulating the rep …
0
votes
2answers
18 views
Crystal Report View page numbers
I am using the Crystal Report Viewer in an ASP.NET application. On the viewer it displays the page numbers along the lines of '1 / 1+' where the 1+ is dynamically calculated. I wou …
0
votes
2answers
17 views
Crystal report: How to show empty rows that are predefined?
The situation is the following:
In a database I have a table that stores the number of occurrencies an error occurred.
Say
ErrorId Timestamp N
Err1 t1 2
Err2 t2 …
0
votes
1answer
11 views
How to neglect this error in windows application using crystal reports
public void crys()
{
con = new OleDbConnection("Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:/Documents and Settings/techsoft/My Documents/Database.accdb;Persist Se …
0
votes
1answer
28 views
How to split a Crystal Reports subreport across a page break?
I'm using Visual Studio 2005 and writing in VB.NET.
I have a subreport in a Crystal Reports report consisting of a list of log entries. Sometimes the list of log entries is long …
0
votes
2answers
15 views
Vertical line problem in the detail section of Crystal report
Hello,
I have a little problem with the vertical lines in Detail section. In detail section at the end there is horizontal line. Also I have Report Footer section which displays …
1
vote
1answer
12 views
Adding Crystal Reports support into LAMP product
We have a newly documented feature request, from sales and support, to integrate Crystal Reports into our LAMP product. (It's more like LAPP, really, with Postgres and PHP.)
I ha …
0
votes
2answers
17 views
How To use a stored procedure in a crystal reports 8.5?
Hi all....
I have to make a new report using crystal report8.5 .
I have created a stored procedure in SQL Server 2005. The stored procedure has one input parameter.
Now I wanna to …
0
votes
3answers
45 views
Crystal Report SQL Statement Generation for MS SQL
If you create a Crystal Report using the built in wizard, tables are linked, etc. What determines whether a parameter makes it into the actual SQL statement? Also, why does it encl …
0
votes
3answers
38 views
Problem with Crystal Reports
Hi
I have a problem with Sum fields in Crystal Reports, under VS 2003.
I am using VS 2003 and Crystal Reports to generate a report with data retrieved from a SQL Server 2000 datab …
0
votes
1answer
39 views
Crystal reports and stored procedures
I'm new at Crystal Reports and still learning so I'm wondering how I should do this. I have the following stored procedure:
CREATE PROCEDURE GetSurveyAnswerDetail
(@Question VARC …
0
votes
1answer
18 views
How to Hyperlink to a Business Objects Report in Infoview
Is there a way to craft a hyperlink that connects to a Crystal Report or Webi within Infoview? Ideally, unauthenticated users would be challenged with Infoview security and then re …
1
vote
1answer
33 views
How can I insert page breaks between groups in Crystal Reports with two-sided printing?
In group expert options I have set Keep Group Together, which makes sure a new page is set.
With two-sided printing enabled, how can I make sure that a new group always forms on a …
