crystal-reports-2008

.Net Crystal Report column should be downloadable document . It is possible

Hi I am new to crystal reports.i face a new criteria to display the downloadable document in the crystal report. Plz help me it is possible ? i am using crystal report integrated with visual studio 2008 Version. ...

Crystal Reports 2008 check value of Field object in Java

Hi all, I want to check in java code what value is stored in Field object, sth like: Field f = (Field) resultSet.get(i); f.get...value returning from resultSet. Thanks. ...

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

Hi All 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 Crystal Reports 2008. When I converted the reports I pointed them to one of my test databases (let's call this DB_a). I call the...

Crystal Reports

I am a newbie to Crystal Reports. There is a Parameter which has 2 values Yes and NULL in the mapped database column. I am trying to create a cross table with count, like - Name Yes NULL ABC 5 2 XYZ 3 7 How can I display 'No' in place of Null like --- Name Yes No ...

Display ALL when all the values are selected

Hi, I have dropdown parameter with multi-values allowed. In my report header I want to show all the dropdown values that were checked by the user to run the report. But since there could be a couple of hundred values I want to show 'ALL' when all the values are selected instead of listing them one by one. How can I do that? Thanks, ...

Crystal report page changing

Hi, How can we handle page changing in crystal report if report consist more than one page. ...

Formatting text in Crystal Reports

I need users to be able to enter text in a webform with some basic formatting options and then generate a report showing the formatted text. The support for HTML is horrible and entering a simple bulletlist doesn't even show properly in the report. Right now i'm using a textarea with tinyMCE but that's because i don't know what else to...

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

Hello Friends, 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 reportDocument = new ReportDocument(); ParameterFields paramFields = new ParameterFields; ParameterField paramField; Paramet...

Crystal Report- How can i count records of users from different related tables?

I am using Crystal Report2008.I have user table, this table is linked with other table such as devises, photos, videos, emails, notes, texts by its Uid and users have record in all different tables. I want a report which shows that how many record each user has in each table. I am also getting this error: "More than one data source or a...

Dynamically Hiding Columns/Rows in Cross-Tab Reports

Suppose I have the following cross tab report: Rows: - City - Neighborhood - Gender Columns: - Blocks - Building A cross-tab report for mapping a country residents, I would like to know if at run time, I can choose to hide the gender from the rows and leave the other rows (i.e. stop sorting by gender), or if at run-time I could h...

Crystal report: How to suppress field depending upon next data field change?

Hi, How to suppress field depending upon next data field change? I have datas (two colomns of a table) which is something like as below: SubItemcode___________IsLock SODBPCFBX01601G_______N SODBPCFBX01601G_______N SODRWFIMX01G017_______N SODRWFIMX01G017_______N BG8Wx0191765044_______N BG8Wx0191765044__...

Error: 536 Error in File <report filename> Unable to connect: incorrect log on parameters.

Hi I am getting the above error on a client's machine when executing the following code for i := 0 to crpe.Subreports.Count - 1 do for j:=0 to crpe.Subreports[i].Tables.Count - 1 do crpe.Subreports[i].Tables[j].Path := path; crpe.Subreports[0]; {This line points the VCL back to the main Report} for i := 0 to crpe.Tabl...

Crystal Reports: Cross-Tab Column Arrangements.

Hello, 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 are displayed in a cross tab : Now if a new column is added, and assuming that it could not be accomodated within the given page...

Operation Not Implemented Exporting Excel (Data Only) Crystal Reports 2008

I'm trying to deploy an application to a client's server, but export to Excel (Data Only) is not working, giving me the "Operation Not Implemented" error. It isn't a problem with the report, because I have over 50 reports with standard fonts, some of them very simple, and the export fails for all of them. I have the feeling the incorre...

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 a sub-report to XYZ Summary Report and also be available as a Stand Alone report through a Parameter. Report Information: 1) A Parameter...