Advertisement

635 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: 101 - 125 of 3163
 
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 have a delivered app that is running on Citrix/Metaframe servers. There is an install problem with the application.  On some of the servers I'm getting the the following error running as adm...
Can you change the source location for a "command" in Crystal Reports 9. I am following the steps that you would think have to be done. Open Set Datasource Location Expand until I see my new...
i am developing a Crystal Report and I want to be able to provide the following function, but I need help writing this function in VB. groupcountnumber = 0 if( {Command.Status} <> "PRS...
ASP.NET,Crystal Reports 10 - DHTML viewer printing error Hi, I'm developing an ASP.NET web application using Visual Studio 2003 and Crystal Reports 10. I have a page with the DHTML Cryst...
Hello, I have written a fairly simple report to show what products we have out to our vendors. I have the Desired Receive Date as a parameter given by the user by an inputted From and To date ...
I am using Crystal Reports XI and have Table A linked to Table B using a left outer join.  Table A contains the name of an asset record and Table B contains the names of people assigned to tha...
I never understood this completely so I thought I would ask the Experts and get there expertise. I have a report that has a subreport inside it. I have always been a bit confused as to how li...
using crystal 9.0...I am trying to do the following. I have a database field that is a value of seconds. I need to create a formula field using this number in the format of hours:minutues:se...
I have a Visual Studio 2005 application with an embedded Crystal Report that produces packing slips.  The main report prints multiple packing slips. The main report has an embedded subrepor...
Hello friends, I'm facing a big problem, I have not found a solution in MSDN nor Crystal Report 9 help file either: I can not use Crystal Report Viewer 9 to show my reports in Visual Basic ...
I downloaded the redistribution package (cr9netredist.zip) from   http://support.crystaldecisions.com/communityCS/FilesAndUpdates/cr9netredist.zip.asp  and installed the assemblies, but...
I have a lot of reports that have Company and Location prompts. When I chose the Dynamic option and assigned the Company and Location fields to the Parameters, it does NOT return all the value...
I have a report that has 3 subreports.  I added a 4th subreport, but I can't get it to display the data properly.  All 4 subreports are located in a Group Header in the main report.  The Group...
Hello, I have a question concerning Line Charts in Crystal Reports 10. My inbound data is simple: Date (mm/dd/ccyy), Total 1, Total 2 There will be one record for each workday (Monday thru...
Dev platform: Visual Studio 2005 (visual basic) DB Server: SQL Server 2005 Advanced with Adv. Toolkit Report: Crystal Report built from inside VS 2005 I have been teaching myself vi...
I am trying to added an external vendor's stored procedure located in an Oracle database using Crystal Report 9.  This procedure requires four paramteres.  When I add the procedure using the d...
Using Crystal 10.0 and I'd like to insert a watermark that lies diagonally across most of the page with the text and data lying over it.  The watermark will be text only.  How can I do this?  ...
Hi, This is the first time I will be adding Crystal reports to my ASP.Net application. Can I load a Crystal report into a .PDF on the users computer? Meaning: I want the user to view the ....
The Error "Property 'Keycode' is non-nullable" occurs when I built a Setup Project for a Visual Studio.Net C# project that works with Crystal Reports XI reports. I tried different ways to ...
booleanvar resolved; if instr({TBL_NOTE.NOTETEXT},"Problem Resolved")=0 then resolved:=false else resolved:=true; if resolved=true then "Resolved" else "Not Resolved" this formula is gr...
I am having problems suppressing column titles in a crystal report.  I have managed to suppress the column values when they are zero.  I now need to suppress the column title if column values ...
Greetings Expets, I am trying to run a Report on an ASPECT ACD databse "Logs calls to a callcenter". the Aspect Database stores Date in Number format as YYYMMDD and Time in a seprate field...
Hi I am using the Sample code available at business objects for displaying crystal reports 9 on the web using RDC and ASP. I try to run the asp code the following code, but the doc file is no...
I have a dataset with 4 different columns Day, Month, and Year-1 and Year-2 (e.g 22-July-2008 is present in Database as: 07, 22, 20, 08) as columns.  I have added a new column in Dataset which...