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: 1 - 25 of 4041
 
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...
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 ...
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...
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 ...
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 ...
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 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. --...
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...
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
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 ...
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 ...
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...
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 ...
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...
Hi, I want to know if we can use crystalreportviewers115 instead of cystalreportviewers11. I am calling my crystal reports from ASP. I am new to crystal reports,any help is greatly apprecia...
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...
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've set File -> Options -> Fields -> Number -> Number Tab -> Custome Style -> Customize -> Negatives to -123 in my report because I want negative numbers represents with leading negative sign...
I have code that I use to generate PDF's from Crystal Reports.  It works great, always has.  I typically have access to servers to install the Crystal merge modules on (that puts all that keyc...
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 ...
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...
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...
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...