I'm using Crystal Reports Basic for Visual Studio 2008 to generate a report from a database. In the database there is a "structured data" field called data.
It is a way of representing a Hashtable and the format is:
XLLLKeyYMMMValue
where:
X is the length of the length of the Key
L is the length of the Key
Y is the length of the leng...
How can I retrieve the record count of a subreport from within the main report?
...
Hi friends, I put the following formula in Custom Style->Decimals
Local stringVar strCadena :=ToText(cdbl({ado.ValorCliente}) - Truncate ({ado.ValorCliente}, 0));
Length (strCadena) - 2
But the report set 2 decimal for this operation ( 2 is equal to the setting configured in Regional Settings of my computer)
cdbl({ado.ValorCliente}) - ...
Hello everyone,
Is there a way to setup a crystal report horizontally so that I would have my groupings span across instead of vertical?
thanks in advance
...
Hi everyone, I’m have a problem/question regarding how I can generate a Horizontal Crystal report in next format:
I have a object “sale” which have next elements/parameters:
a. Ariel;
b. Tide;
c. Persil; d. Colgate; e. Orbit; f. Aqua Fresh; … h. SaleDate;
The object have elements which can be grouped:
a. Arial +...
hi
I have created a sample report with crystal report 10.
Now, I wanna to add it to my vb6.0 project but when I try to do so by add file from project menu, it says that sampleReport.rpt could not b loaded....
what's wrong?
...
Hi
I am new to Crystal reports and now I have designed a report via Crystal reports 8.5 in vb6.0
and wanna to display the report.
I have picked up fields data from a View within my Data base but as you know Views have several records.
I wanna to select a special record by a Primary key which is value of a textbox on my form.
please h...
My customer want to use Crystal Report to basically print data from DataGridViews in the application to paper or PDF. (there are approx. 30 different DataGridViews)
They want to have the same column names in the Crystal Report view as is show in the source DataGridView and column width etc. shall also be proportional.
I tried if I c...
How can I size imageboxes to the image dimensions in Crystal Reports?
i am doing a project in tat i having 3 type of image with different size from db how can i set image
...
Hi all:
I having a problem in crystal reports xi release 2 + visula studio 2005 with sp1
the error it's giving is this:
Parser Error Message: Could not load file or assembly 'CrystalDecisions.Web, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specifie...
I am using Crystal Report 9.0 (Can't upgrade due to some constraints)
My application is in classic ASP using ADO
My application will retrieve XML data from a Web Service exposed by a service provider and i need to generate a Report using this XML data.
Is there any way to do so?
Thx in Advance
...
I have a text box which is 7.5" wide and I set Can Grow. Inside the textbox I have placed a TEXT database field. I set the field to use the RTF format. When I export the report to PDF on the developer machine I am able to get the word wrapping where it should be (after the finagling with the right margin). However, when I export the repo...
Hi
could you please help me on putting a subreport within a main designed report and link data between them?
Thanks
...
Hi,
I want to create some report in tabular format in VC++, I thought of using the crystal report
I am using VC++ 6.0 and am not using any database. I just wanted to transfer my program Data into tabular format.
My question are as follows
1>How to install the crystal report in VC6.0?
2>How to transfer the program Data i,e object state t...
Hi,
I am using Crystal Report 2008 with C#, have a WinForm and want to show Page N of M to user in a Label. How can I impelemnt that?
I searched and couldn't find any straightforward answer.
NOTICE: I used a CrystalReportViewer1 and CRGeneral.rpt
...
What's the latest official word from Microsoft about VS 2010 continuing support for Crystal Reports?
...
I am starting to learn Reporting Services and I read that it uses SQL Server to store the meta data. I am planning to use it in a WinForm app. Does SSRS require SQL Server to be used in a WinForm app? Can it be self contained like Crystal?
...
As the title says really - I'm using Visual Studio 2005 Pro, and I've never used Crystal Reports before, but apparently it should be in the Add New Item list, but its not.
Any ideas how to get this?
Cheers
...
Hi!
I have a group named: "Group #1 Name" and as you know when viewing the report at the first page in Group 1 section we see the title of group but this is not appears in next page till we navigate to next group.
Now i want to display the current Group Title navigating by user in the header of page to help user know currently is in witc...
when i put a subreport in my main report, the subreport comes on the right hand side of the screen [check first screenshot]
the entire area of the subreport is clickable... when clicked, the same data opens with everything in proper alignment [check second screenshot]
i want to remove the clickable behaviour of the subreport and also h...