Questions tagged [crystal-reports-2005]

Crystal Reports version for Visual Studio 2005, based on Crystal Reports 10

10 questions
1
vote
1 answer

Making report footer to appear just below the last page records

I am using Crystal Reports with VS-2005. I have a report with a report footer section comprising of sum totals of a column. The problem is that in some cases, the records consume the entire page and the report footer alone appears on the next page.…
RKh
  • 13,818
  • 46
  • 152
  • 265
1
vote
0 answers

Hide negatives on Line Chart

I have a line chart on a Visual Basic 2005 Crystal Report. The thing is that I can't make "Y" scale start from 0 and not showing negatives. I have set the min value on chart options but when I run the report, the "Y" scale shows negatives. How…
Hugo
  • 33
  • 1
  • 1
  • 5
0
votes
1 answer

Crystal Report Formula Issue

i have a column of datatype money in mssql 2k5... colX... i want to show this colx in two columns, col1 and col2 according to colY in crystalreport as: res = 100.00 col1 col2 col3 10.00 0 90.00 0 1.00 91.00 0 …
0
votes
1 answer

Converting to unicode font in Crystal Reports

I want to convert Report Headers and Section Headers to Hindi unicode font. At present I am using a Hindi font which is not rendering properly on various browsers. Is there any way to convert the Report Header and other fonts to unicode in Crystal…
RKh
  • 13,818
  • 46
  • 152
  • 265
0
votes
3 answers

"Missing Parameter Values" error on moving to next page of report

I am writing a web application using ASP.NET 2.0 [Visual Studio 2005 Professional Edition]. I have a Crystal Report that is connected to a stored procedure residing in SQL Server. This stored procedure accepts a parameter and therefore I have a…
RKh
  • 13,818
  • 46
  • 152
  • 265
0
votes
1 answer

Passing clicked hyperlink text in query string

I am using Visual Studio 2005 Professional Edition. I have a Crystal Report on which one column contains hyperlink values coming from a stored procedure. When the user clicks on any of these hyperlink values, a next page [here, ReportAllBlocks.aspx]…
RKh
  • 13,818
  • 46
  • 152
  • 265
0
votes
1 answer

Display SQL parameter in Input Values prompt

I added a parameter to my SQL query in the Parameter fields. (I went to Edit Command and created a new param for the query.) When I run the query, the input values popup does not include an area to input my new param. How do I add this?
Seamy
  • 287
  • 4
  • 14
-1
votes
1 answer

Visual studio 2003 solutions to Visual Studio 2013 solutions

My question is about the different versions of Visual Studio and an effective way to update the web applications or websites that were created in visual studio 2003 to visual studio 2010 all to visual studio 2013. Most of the solution files on the…
-1
votes
2 answers

Crystal Report Decimal value to Integer

In database it is stored in Bigint but when comes tocrystal reports page it displays in decimal format; Value is in database (3), But when comes to crystal reports page becomes (3.00). How to change it? but I need it in integer round off like below…
-1
votes
1 answer

Add count of record in crystal report

i am working with Microsoft visual studio 2005, i want to add total record count as well as record count as per group defined in report. Say my group name field is Group1. i want record count for this group as well as total record count. I am new…