Already purchased the new Motorola Droid? We want to hear from you! Tell us what you think about it and Google's Android 2.0 software.

 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Time Tested Crystal Reports Software Solutions: 1 - 25 of 3450
 
I am new to Crystal Report.  I am using VB.NET and Crystal Report 8.5 I created a report, when connecting to the database, I only see tables but not store procedures, I have all the access ...
Hello, I'm being handed a new project with Crystal Reports and I've never used them before.  Does anyone know of any good tutorials for beginners?  I'm interested in designing standard repo...
Hello experts, I am trying to create simple report viewer in VB.NET (VS 2003) I put CRViewer control on the form and trying to assign .rpt file name to the ReportSource property But it d...
Hey there I am having a hard time trying to figure out how to load in external report files (that reside in a folder on the same computer as the application) into the Crystal Report Viewer ...
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...
Hi Where can I get a free viewer so that I can send a report and the viewer to a user who doesn't have crystal reports?  I want to be ablt to use the drill down functionality, hance I can't...
Hi, i would like to export .rpt files to pdf, txt, excel etc using vb 6. In VB 6 i have use the crystal report viewer 9 to open the crystal report. By rite the viewer should already have the a...
Hi, I've got a very urgent question so it would be very very nice if someone can help me. I've got the following problem: I've to design a Intranet-Portal which offers some Cristal Reports ...
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     '*...
I made a simple report in CR 10. I want to display one field independent of the mail query. So how can i write a sql to render the field. And one more point where can i write this sql qu...
i need some crystal Reports interview Question(if possible Answers). and some in Crystal Report in dot net too. i need it soon. Thanks
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...
Hi, I am using a webform with one text box to pass a string parameter to a CR. The code is below. When the page loads it asks.. The report you requested requires further information. --...
Here's my question: We have an oracle server with four different databases that represent four different environments. (MAN_TEST, MAN_PROD, MAN_DEV, MAN_PILOT). I have a Crystal Report web ...
I have the following problem when the value is returned to the screen the number show like 2,009 how do I rid of the comma? Is there a format function? Dim MonthInt as number Dim MonthStri...
I'm working with crystal report and Visual Basic. I'm using Crystal Report for the first time. I need help on how to call crystal report file (.rpt) file using Crystal Report Viewer Control...
We have a report that includes variables to calculate an adjusted total. The problem we have is that we need to suppress a group header where the value of a formula (including a variable) in...
I am trying to do a conditional sum of premiums where the isnew field =1.  When I try the formula below I get the following error:  "The summary/running total field could not be created" Su...
My SQL query is followed:    SELECT  PLANS.PLAN_NO, ............. when data is showed on CR it has the format 55,409.00 for expamle. I want the format is 55409 so I change my SQL query to ...
hi I`m working in a windows application on VS 2005 and I made reports using Crystal Reports for Visual Studio 2005 when I deploy the project on XP and print any document it goes so fine ...
Hello, I need advice on how to implement Crystal Reports within VB application using SQL Server 2000 as back-end. I have stored procedure that I intend using with my Crystal Report. What...
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 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...
Can someone help me with a formula for a report  that will suppress the page header if there are no details on the page(or second page). Thanks.