I have a crystal report which I created to show details from one table on a database. I am using the crystal viewer on an ASP.Net page to view the report and it works fine until I switch to a ...
Hi!!!
I do i call reports designed in Crystal Reports XI in VB6.0 application...
Thanks
Twinkle
Hi Experts
I am using crystal reports 8.5. I am trying to convert a report file to a pdf file in run time using a small vb program.
.Export False - Raises an error " Missing or out-of...
I'm trying to get the CR .NET redistributable loaded up on our new ITSM (by FrontRange) server so that the built in reports work.
The documentation says it's looking for v 10.033, but I can...
I am using Crystal reports for the first time and my background is in Access databases. I am trying to create a report that will show how many records for each country [CnAdrPrf_ContryLongDsc...
Here's my question. We're using Visual Studio 2005, .Net Framework 2.0 and the Crystal.Net than came with it (version 10.2). I want to start using Visual Studio 2008, the .Net Framework 3.5...
I am using crystal reports 10 and currently created an template which takes parameters and required to pass it on to sub reports. I believe that I have done the linking of main report paramete...
I have a Crystal Report that prints Order Confirmation letters to customers. The letter is grouped by Customer No and prints the customer code, name & address in the group header section and ...
VB application to view crystal reports.
Reports are connected to their data through ODBC File Dsn. File Dsn is looking at text files.
In the VB code, I am not passing the dsn name, datab...
Hi everyone,
Can some one please tell me where i can find a tutorial for begginers for crystal report X1, as i am giving them training soon and i want to hand this over to them so that they...
Hi Experts,
I need simple instructions on how to distribute Crystal Reports xi runtime files to our client.
We have a VB 6 application which is installed via Installshield 5.5 and also ...
I've recently updated a small application i have written to make use of a couple of crystal reports.
The user of this application is running windows Vista. As per the norm, i sent him the c...
I am creating a product catalog with pictures in CR 11. The program I am using (DacEasy v.14) stores the image filename in the database (Pervasive.SQL 9.50). Images can be stored as jpeg, gi...
CR 8.5
i am reading an example of using filter on an array:
filter(["abc abc abc abc abc","hjjh","hj abc hj"],"abc")[1]
what does the [1] mean at the end?
this is what i'm trying t...
I have a report written in the version of crystal reports that ships with vb.net 2005.
The report links to 2 stored procedures.
One stored proc has a Site_ID parameter (int)
The other has a...
I have created an application in VS2005 using Crystal Reports
I have a report which acccepts 3 parameters. Two of which accept multiple multiple values.
The report connects to an SQL Da...
I have a Social Security Number field that is set up as a string of 15 characters. I need to take this field and convert it into a number and get rid of the dashes. For example, the SSN is d...
I am using Crystal32.OCX, trying to call Crystal Report which uses ORACLE DSN to connect to database, when I Preview the report in Crystal Report - it works fine, but if I try to Open it f...
HI iam using crystal report in my web application iam usin Visual Studio 2005
when I run this report in my web page using crystal report viewer iam getting the above error
CrystalRepor...
crystal reports if then else formula
case {DM_SALESCOSBYMAKE;1.datedeliver} >=
DateTimeValue (2001,06,01)
AND {DM_SALESCOSBYMAKE;1.datedeliver} <=
DateTimeValue (2002,05,31)
THEN ...
On my client I have installed Visual Studio 2005 and Crystal Reports XI Developer. On the Server there is installed Crystals Reports Server XI on Win 2003 Server with IIS 6.0.
Now, I wanted t...
I created a MS Access apllication, using Crystal Reports 2008 to generate reports with the collected data (see my already answered question http://www.experts-exchange.com/Database/Reporting_/...
I am using Crystal Reports XI and Visual Studio 2005 to deploy Crystal Reports as (.aspx) web pages. For printing the reports, I am using the ActiveX print control provided by Crystal. The sol...
I am trying to pass a parameter value in from a textbox - right now am tryign to settle for hardcoding the param value and getting the report tp pick it up - here is the code that I am using n...
I am having a problem sorting on a summarized field. Currentlly I am sorting by grouped name, but want to change it to the total expense for that group. Problem is I do not see the summarized ...