| Thread | Last Post | Replies |
|
| how to erase blank in detail ? | 19 Jan 2006 14:01 GMT | 11 |
I would like to know how to erase, or to make invisible, lines where the value is null. Example : I want to print designation of an article. This designation can take 1, 2 or 3 lines.
|
| How do I handle this in Crystal Reports? | 19 Jan 2006 09:13 GMT | 1 |
I've got one fiscal year of data in this form: Fiscal Yr,Fiscal Month,Account,Value 2005,2,sales,125498 2005,2,expenses,5544
|
| Prepare 3x8 label report | 19 Jan 2006 09:04 GMT | 2 |
is it possible since the report i prepare before is 1 record 1 line. now 3x8 labe means 3 record in a line. anybody has idea how to do this? thanks
|
| change Access database path | 18 Jan 2006 15:07 GMT | 1 |
I'm using access database. I created a crystal report and my database's path is C:\DB\serverdb.mdb. while creating crystal report I used this path but I want to change this path.
|
| Crystal Reports with VB.Net (VS2003) | 18 Jan 2006 14:38 GMT | 1 |
I'm fairly new to Crystal Reports, and while I am familiar with SQL datbases and software programming, I've never used a reporting engine in one of my applications before. I've been reading through the SDK and I know what I want to do (non-embedded reports, I'm still not sure ...
|
| Page footer and Report footer | 18 Jan 2006 14:10 GMT | 2 |
i'am doing an invoice document and, at the end i've got totals. On each page i want a kind of total (summary) and at the end of the report i want a different kind. How can i do ?
|
| Load Report Failed in CR11 | 17 Jan 2006 23:30 GMT | 1 |
I get the "Load Report Failed" error message right before the following line in my VB.Net code; Could someone tell me why? crParameterFields = CrViewer.ParameterFieldInfo
|
| Where is Crystal Report merge module for VS2005? | 17 Jan 2006 22:33 GMT | 3 |
According to the Microsoft article at http://msdn2.microsoft.com/ms225386.aspx, the Crystal Reports merge modules for Visual Studio 2005 (32-bit version) are located in a file called CrystalReportsRedist2005_X86.msm. The article says the file can be
|
| way to suppress thru vb.net | 17 Jan 2006 14:06 GMT | 2 |
hey all, is there a way to suppress sections of a report thru vb.net? thanks, rodchar
|
| Illegible Font while printing a crystal report | 17 Jan 2006 13:41 GMT | 1 |
I have a Crystal Report in C#.I am try to print it by giving the following code private ReportDocument repDoc=new ReportDocument(); repDoc.Load(Server.MapPath("Report1.rpt"));
|
| grouping vs summary | 16 Jan 2006 18:24 GMT | 7 |
hey all, i have a report with groupings in it. Is there a way (without creating a new report) to only show the groupings and not the details? thanks,
|
| Need help on crystal reports and asp.net (vb) | 16 Jan 2006 18:04 GMT | 1 |
Like i said i am brand new to the crystal reports. I need help in creating a report that run againsta dataset that gets filled with few joins from a sql server 2000 database. As a test i just created a dataset from northwind with a table and in
|
| New to Crystal Reports -Need help | 16 Jan 2006 15:37 GMT | 3 |
I am working on a web application using asp.net (VB) and crystal reports. I need some help on formatting crystal report. Is there an online help where i could read about the formatting? I am Visual studio 2003 and i am using the crystal report thats built into the Visual
|
| CR XI: Setting PaperSource/ApplicationName fails | 16 Jan 2006 14:44 GMT | 1 |
we are using CR XI from VB 6. I'm trying to select a specific printer and papersource for a report like this: ' crReport is a CRAXDRT.Report object Call crReport.SelectPrinter(vbNullString, sPrinterName, vbNullString)
|
| trailing zeroes? | 13 Jan 2006 22:23 GMT | 1 |
Is there a function in crystal to remove trailing zeroes? Thanks, Martha Hoffmann
|