Advertisement

250 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested Crystal Reports Software Solutions: 26 - 50 of 2410
 
How do you remove the carriage return symbol (square) from the Excel formatted crystal report. When the report is exported to excel. There are square symbols. HOw do you remove this prior to ...
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 ...
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...
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 have developed a C#  windows application using the Crystal Viewer component Visual Studio 2005 enterprise. I have downloaded the merge module for Crystal version 11 release 2 and used it...
I have a Oracle Stored Procedure that has 6 parameters.  Several of which require a comma separated list of values that would be included in a where clause.   The values are generally quite cr...
I am creating a crosstab that will be exported to Excel.   FILE > EXPORT > EXPORT REPORT > Microsoft Excel 97-2000 (XLS) PLEASE NOTE: I cannot use Microsoft Excel 97-2000 - Data Only (XL...
Hi!!! I do i call reports designed in Crystal Reports XI in VB6.0 application... Thanks Twinkle
Hi, On my XP Pro SP2 machine the following is installed... Crystal Reports designer v8.5 SQL Server Express 2005 Visual Studio 2005 Professional I cannot connect to the SQL Instance ...
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 have a begindatetime field and a shift field I am passing as a parameter to a report.  If the shift =1, I want to return all records from the begindatetime up to midnight of that day.   I w...
I recently installed crystal reports XI version 2.  Today I tried to install service pack 3 and I got this error message "crystal reports XI R1 installation not found." The service pack is fro...
My first venture into ASP. Trying to send parameters to Crystal Report 9 Report. The problem:  If the report uses information from the database AND I pass in parameters to the report fro...
We are developing a project in Visual Studio 2005 with Crystal Reports. We upgraded our application from Crystal Reports 9 to Crystal Reports XI. The reports are edited within CR XI Developer...
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...
Is it possible for me to print crystal report in ASP.NET without opening the report?  Can anyone point me in the right direction? From what I read online, it sounds like I would have to exp...
I'm trying to do a string manipulation in CR XI R2 and it's not working for me.  It's probably simple and I'm overcomplicating it. I have a string value (named "itemCode") composed of lette...
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...
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...
Trying to pull and sort by date but the field is held as a string. Tried a couple of formulaes to no avail. For example string "20071102120" needs to be converted and displayed as date/time of...
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...
Can you have more then one if statement in a formula in Crystal Reports 8.5? IF InStr ({@Footnote},"A") < 1 then     '* A = Abnormal' + chr(13)   IF InStr ({@Footnote},"H") < 1 then     '*...
Hello :) I am new to experts exchange and crystal reports - and appreciate your help! :) I have reviewed the Crystal Reports solutions, but didn't find anything that (exactly) addresses ...
We would like to display a value in a report in the format HH:MM:SS based on a database field that is storing milliseconds. i.e the value stored is 89000 which would be 00:01:29. Is this pos...
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...