Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

19
votes
2answers
722 views

How does the “send page by email” feature in Internet Explorer choose to send as the body of an email, or as an attachment?

When using the "Send page by email" feature in Internet Explorer for pages within our application that include a Crystal Reports ASP.Net viewer, it drafts the email in Outlook with the web page as an ...
4
votes
4answers
1k views

Merge two or more Crystal Reports to a Single PDF

I have a CheckBoxList. If I select two or more values then the CheckBoxList SelectedValues would be passed as a Parameter one by one, and I want to generate the Crystal Report for each SelectedValue ...
3
votes
1answer
211 views

How can I retrieve the SQL SELECT statement used in an Crystal Report?

I am currently working on a program in C# that allows our users to run, view and export a batch of Crystal Reports. The reports were made using the Crystal Reports 2008 GUI. One of the main reasons ...
2
votes
2answers
176 views

Crystal Reports - Count Formula

I am developing a report in Crystal and I need to do a count on a particular field that has several different statuses. For example, I have a "StatusType" field in my report that contains values that ...
2
votes
1answer
95 views

Create Formula Field that Lists All Tables In Crystal Report

I am looking for a way to create a formula field that will list out the table names of all tables that are being utilized as data sources in a Crystal Report. I have not found any function that ...
2
votes
1answer
252 views

Sharing dataset between parent report and sub-reports in Crystal reports 2008?

I'm fairly new to Crystal reports and use Crystal Reports 2008 for our reporting needs. We've a requirement where data from a single source needs to be presented in the report in 3 different ways. ...
2
votes
0answers
58 views

Do crystal report alignment depend on printers, what happens if there is no printer installed in system?

In our application we export RPT to PDF format using java code. The PDF's are generated correctly in most of our environments. But currently we got a new environment and in this environment some of ...
2
votes
3answers
320 views

How do you Keep Group Together across columns in Crystal Report?

I have a multi-column Crystal 2008 report that is grouped on a date field, and I want to prevent that group from being split across the column to column boundary. Googling it, it seems impossible - ...
2
votes
1answer
370 views

Crystal Reports New Page if More than 1 Page

I've been searching everywhere for an answer to this but no luck. I've only got limited abilities in Crystal Reports. Using CR 2008. I've got an invoice that is split into Services and Expenses. ...
1
vote
1answer
57 views

Selecting groups by a record value, but showing the entire group in Crystal Reports 2008

I've looked around and can't seem to find a question that answers or addresses this exact issue for me. Basically the issue goes as such, we have a report we are trying to write, it shows price breaks ...
1
vote
0answers
25 views

How can one tell if a field has wrapped in Crystal Reports 2008?

In Crystal Reports 2008, I need to have an accurate count of all of the lines that have been displayed in a sub report. I'm using a shared variable and incrementing as needed when lines display. The ...
1
vote
1answer
30 views

Barcode not working on Crystal Server 2011

We just setup a Crystal Server 2011, and we can't get the barcode font to work. We installed the barcode font on our server, but when we run the barcode doesn't show up. Is there any setting we ...
1
vote
2answers
357 views

Crystal Reports - Hide page header if there in no record on a page

How to hide a page header if there is no record(details section) on last page. Page header must be shown on last page if there is some data on last page otherwise hide the page header. Formaula ...
1
vote
3answers
63 views

Link tables when one column is padded with 0's in Crystal Reports

I have a database that has two tables that need to be linked, but in one table the data is padded with zeros. For example, the tables may look like this: CUSTOMER.CUSTNUM = 00000000123456 ...
1
vote
1answer
186 views

SAP BusinessObjects Crystal Reports — Where does the data source come from?

I'm flummoxed with (what I believe is) a seemingly-simple theoretical question about SAP BusinessObjects / Crystal Reports store their data sources, to help me change them to integrate with our new ...
1
vote
1answer
98 views

Using Printwriter in servlet response

In this link it says:Handles the user's request to generate the HTML for the report and writes the HTML directly to the response object. Now in my code, I have: PrintWriter out = ...
1
vote
1answer
87 views

Crystal Report Viewer for Web

I make a Crystal Report for web application. But I have a problem, when start the page Default.aspx this shows other textBox and other button, to enter the parameter for my stored procedure and then ...
1
vote
1answer
687 views

The result of selection formula must be a boolean in Crystal Report

I want to convert string to datetime in crystal report, I used Date(YYYY,MM,DD) and CDate(YYYY,MM,DD) like a tip but have error: The result of selection formula must be a boolean. stringVar dt := ...
1
vote
1answer
94 views

How to force a string to sort to bottom in Crystal Reports?

I could have sworn that Crystal Reports used to sort strings beginning with a space to the bottom. For example, the strings " Amsterdam", "Belfast", and "Cancun" would be sorted as: Belfast Cancun ...
1
vote
1answer
203 views

error while exporting/print crystal report

well i built a web application it works, now when i passed it to the server... it didn't run, i passed .ddl to the another computer (where visual studio c# is installed too) and it ran. in my computer ...
1
vote
1answer
146 views

C# : Server error on deployment of Crystal Reports

I am trying to deploy my webapp which includes crystal reports and charts but I am getting this error message Parser Error Message: Could not load file or assembly ...
1
vote
1answer
277 views

Connecting MySQL with Crystal Reports v10

I am new to Crystal Reports v10 and I'm creating reports to embed in Visual Studio 2010 forms. The database server I'm using is MySQL. I have some issues regarding to creating new connection in ...
1
vote
2answers
178 views

Downgrade crystal reports with visual studio 2010

I've developed some crystal reports in Visual Studio 2010. Actually I am updating a client application made in Visual Studio 2008. I have updated the visual studio to 2010 but with .NET3.5. Now for ...
1
vote
1answer
251 views

“Set Datasource Location” results in inescapable looping of DB login prompt

Here's the situation: I receive reports written by a vendor which are all developed on their own Oracle DB. Normally, there is no issue in setting a new datasource to our own Oracle DB, but this one ...
1
vote
1answer
396 views

Crystal Reports 2008/2011 integration with Delphi XE

Help me please, I need to run Crystal Reports (.rpt) file and see the Preview output from my Delphi XE application on the client computers where CR is not installed. I found the way to do it with CR ...
1
vote
1answer
28 views

CR adds spaces before accented characters

Why is Crystal report showing spaces in front of accented characters? Can we correct this by any mean? I can't be removed by editing the label as it shows no accent. I suspect that it has something to ...
1
vote
2answers
175 views

DateTime from custom datetime string: Mid() has too many parameters?

In the formula below I'm trying to convert a custom date string (yyyymmddhhmmss) into a date (date, not datetime). When I try to save the following I get an error message that states "too many ...
1
vote
2answers
190 views

Which days are work days in a given date range

Is there a built in function that will tell me which days are work days? this is what i mean, If I were to choose today's date (6/14/2011), it will give me any inspection numbers clocked out today. ...
1
vote
1answer
351 views

Crystal Reports: X/Y axis Label orientation

I am generating a line chart/graph by fetching data from the database. I want to change the orientation of the labeling from horizontal to vertical on the x-axis.
1
vote
0answers
253 views

Exception from HRESULT: 0x800A5077 when excute crystal report

i get error 0x800A5077, i try import CrystalActiveXReportViewerLib10 and CrystalReportsCommonObjectModelLib, but it still no work. Call ReportConnection(CInspAuditList, "Pab_Prod") ...
1
vote
2answers
1k views

Crystal Report direct saving as PDF, instead of viewing

Hi I want to make a report from asp.net, in crystal report. I want, when user click on print, it should simply show a browser dialog of Save,Open,Save as, and pdf should be saved, or crystal report ...
1
vote
2answers
321 views

Crystal Reports - Passing value from one parameter to another

Crystal Version: 2008 I have 2 date parameters (start date and end date). I want to create an initial Boolean parameter; that if, 'True' automatically sets the 2 date parameters to specific dates, ...
1
vote
1answer
290 views

using Parameters in Crystal Report, work fine but dynamic record does not print when printing

Hi I am fetching data from database and using parameters for crystal report, i post parameters from asp.net textboxes and receive in crystal report, it works fine and reports generates perfectly, but ...
1
vote
1answer
267 views

Crystal reports, dynamic height adjustment of an ole object, how to set height of an OLE Object dynamically?

I need to write a formula for height adjustment of an ole object. How do I do that? Under Size and position, I can see an option to write a formula for width and X-position, the same way I need to set ...
1
vote
1answer
265 views

Using Crystal Report For Windows Application by Using Data Set for Data

I,m Using Crystal Report in Windows Application and In this I Created a Data Set to fetch Data from the Database but I Don't Know How to Pass parameter in Data Set.... Any One can Tell me that How to ...
1
vote
1answer
377 views

Any one help me to fix this error

im gonna install the application in non development machine, when im gonna print crystal report below error has occured, can anyone tel me to fix this error See the end of this message for details on ...
1
vote
1answer
324 views

Crystal report subreport very slow after database upgrade

We upgraded sql server database from 2000 to 2008. Crystal report with a subreport was taking around 50 seconds on 2000 database now same report is taking 3 minutes. I don't have a clue what's the ...
1
vote
2answers
1k views

Crystal Reports - Display Group Header even if there are no rows in Details

Well, generally people want to get the contrary, hide a group header when there are no details but in my specific case, I need to be able to show the header even if the details rows are empty. I'm ...
1
vote
1answer
341 views

Pass shared variable from main report to crosstab?

I want to pass shared variable in main report to a subreport's crosstab formula field ? How do I do this ? If I declare a shared variable inside main report and try to access it in the subreport's ...
1
vote
2answers
604 views

Division by zero in crosstab formula

I have a crosstab with a formula field. The query returns something like CategoryID Company MarketValue PaymentMode 1 ABC 1000 H 1 xyz ...
1
vote
1answer
1k views

Crystal Reports 2008 - Summary of Non-Additive Formula Field

My apologies if this has been answered already; it probably has, but I haven't found it in over an hour of Google and SO searching. I have a non-additive formula field (Cost / Qty). It works fine on ...
1
vote
1answer
707 views

Superscript in Crystal reports formula

I am trying to make part of array text into superscript inside my formula field. I tried rendering the field as HTML with a tag but it seems it is not supported. Following did not work numberVar ...
1
vote
2answers
206 views

Crystal Sum with two conditions

I am trying to get summary by two conditions, much like Sumifs function of excel Like - Sum(Total_Costs) where Region = 4 and Currency = USD. Thanks in advance
1
vote
2answers
1k views

Crystal Report Tutorial

I am learning to use Crystal Report form in my C# Application. I can't seem to find any good tutorial on the net about it. The ones on MSDN pages looks disorganized to me. Can anyone provide links to ...
1
vote
1answer
120 views

Prompts for parameterized groups

Got a report that gives the user a Group by parameter with two possible values - Customer and Country. If user selects Customers then the report groups on Customers else on Country if that is the user ...
1
vote
1answer
362 views

Crystal Reports subreports

Here is the scenario where I need help I ve got a report - XYZ Summary Report (with embedded sub-report) and the XYZ Details report (the sub-report) The requirement is that the XYZ Details report be ...
1
vote
2answers
2k views

Crystal Reports: Cross-Tab Column Arrangements

I am looking for a way out in cross tab, so that if the columns exceed in cross tab, they shouldnt go on next page..rather a new cross-tab should repeat after the first one. For example, two columns ...
1
vote
1answer
254 views

Crystal Reports: ParamerterValue dialog appears despite of the values are set programmatically

I am working with crystal report 2008 I have a Parameter Field named HeaderColumn1, whose value I want to pass programmatically. I set the parameter field value with following code: ReportDocument ...
1
vote
1answer
183 views

Cannot use Crystal Reports 2008 report from Delphi 4 on more than one database

I've converted a bunch of reports from Crystal Reports 7 to Crystal Reports 2008 as part of a migration from ASE (Sybase) to MS SQL Server. I also verified it via the "Set Database Location" option in ...
1
vote
1answer
499 views

using stored procedure in crystal reports asp.net

I want to fatch data from sql server stored procedure in creating a crystal report. How to do that. Please Help

1 2 3 4 5 6