| Thread | Last Post | Replies |
|
| Adding field through VB in Crystal Report 10 at runtime ? | 15 Jun 2005 17:09 GMT | 3 |
I have added a blank text object in crystal report 10, how can I add a field object in this text object through Visual Basic 6.0. I can add text with the following :- Dim crfld As CRAXDRT.FieldObject
|
| Report Selection Question | 14 Jun 2005 14:28 GMT | 3 |
I want to list the most current revision of books in a database. Example Data table: Book Rev.# Date He Lives 0 05/24/04
|
| No data in report after installing on client | 14 Jun 2005 14:17 GMT | 1 |
I have a report that works fine in the IDE, but when I install on the client no data shows up. The data is from a dataset created by a Web Service in C#. Thanks,
|
| Crystal Enterprise and ASP.Net | 13 Jun 2005 18:50 GMT | 1 |
Does anybody out there have an application in ASP.Net that is using reports that are being served out of a Crystal Enterprise? Our reports are tightly integrated into our ASP.Net application. Currently the app will call out to a web service that logs into Crystal Enterprise, and
|
| Non-database usage of CR? | 13 Jun 2005 08:57 GMT | 2 |
I'm new to CR and trying to use it for printing reports of information that are *not* in a database. My data is currently stored in collections of custom objects in vb.net. Is it possible to use CR to do reports of my data despite the fact that
|
| Access database path | 13 Jun 2005 03:57 GMT | 1 |
If I am building an vb.net application using the acess database,how can i menage to dinamicly change in the program code the path that crystal report use to find the database from the disk. The problem is that I have the test database in c:\program files... etc. and the customer ...
|
| linespacing | 12 Jun 2005 12:45 GMT | 1 |
I have the version of Crystal that comes with vb.net. In the ITextObject, I see that the LineSpacing attribute is greyed out and that the lines are spaced way too far apart to look good. Can this somehow be dealt with or is this another intentional downgrade feature for this ...
|
| help with "TOTEXT" | 11 Jun 2005 22:57 GMT | 2 |
Your help would be appreciated with converting this formula to text. {report_delivery_items;1.SHIPMENT_ID}+ "-" + {report_delivery_items;1.CUST_NO} Thank you
|
| export button | 11 Jun 2005 22:54 GMT | 1 |
I use CR9 and vb6 and I cant export reports from the drill down area. From the main area it works fine. Is it possible to activate the export button or is it possible to create an other button with some funtions.
|
| Print to File automatically!? | 10 Jun 2005 21:07 GMT | 1 |
Does anyone know how to print the report directly to PDF file thru coding? I'm using VB.Net but I can't find the function to send the crystal report output to PDF file directory (of course I will supply the file path) Thx in advance!
|
| Charts and formula fields | 10 Jun 2005 17:52 GMT | 3 |
Is it possible to create a chart based on the results of a formula field? Thanks a lot
|
| printing a counter (being incremented in a for-next loop) in a statusbar on a form | 10 Jun 2005 15:06 GMT | 1 |
Just prior to showing a report using the CrystalReportViewer on a form, I am loading a dataset and wanting to display the number of records being added in the status bar panel. I am attempting to display the 'count' variable as it is incremented in a for next loop. Nothing ...
|
| Grouping Question | 10 Jun 2005 15:04 GMT | 7 |
Is there a way to suppress the grouping as well as the group? I know how to suppress the group but I also want the grouping to be suppressed. I have three groups that surround my data. One is for year, one for quarter and one for month. Based on a report switch I can
|
| Repeat Column Headers in mUlti column report | 10 Jun 2005 13:55 GMT | 5 |
I have a multi-column report and I want to repeat the column header when it wraps to the next column. Can anyone tell me how to do this. The column header is in a group. It is functioning great when the group
|
| Can I print the formulas | 09 Jun 2005 20:56 GMT | 3 |
I am using CR10. Is there any way to print the underlying formulas that I am using in my reports? There are times when I am studying the output from the report that I want to refer to the formulas,
|