| Thread | Last Post | Replies |
|
| Login Problems (Second Attempt) | 26 Aug 2003 14:23 GMT | 4 |
I have read previous problems with Logins into SQL Servers. I posted a question some time back which was never answered and am still sitting with the problem. I have created my reports in .Net 2003 and am showing them
|
| Loading a rpt at runtime | 26 Aug 2003 11:39 GMT | 2 |
is it possible to load a rpt file at runtime ? I explain better the question: I have an assembly that include the rpt created at design time, but I would load this rpt file (or others rpt file using the same dataset) at runtime so
|
| Question about multiple columns | 25 Aug 2003 16:52 GMT | 1 |
I'm attempting to put together a report-driven, data-centric directory....for print. Now, I can *mostly* get what I want after a few hours of poking around in crystal, but here's where my problems go beyond the help file, KB,
|
| Add sheet to report | 25 Aug 2003 16:40 GMT | 2 |
I am using VB.NET and the included version of Crystal Reports to create a report included in my app. The first page looks and runs great, but I need 2 pages. Is there a way to add a sheet to an existing report or do I need to add another report?
|
| URGENT : version problems with CR in VS 2003 after upgrade from VS 2002 | 23 Aug 2003 09:09 GMT | 1 |
I have this problem: in a project originally made with vs2002 i removed the dependencies of CR objects version 9.1.3300.0 and i added the ones for CR objects version 9.1.5000.0
|
| How to change SQL query in Crystal | 22 Aug 2003 23:17 GMT | 1 |
I have Crystal 8.5 and I don't have VB. I have a report that is almost right, and if I could just edit the SQL (from Database, Show SQL Query), I think I could get it. But that is only for showing the query, and I can't save changes to it. Is there any way, within Crystal Reports ...
|
| Layout database fields horizontally | 22 Aug 2003 19:15 GMT | 1 |
The detail section of the report displays database fields in a row-like (vertical only) fashion. Is there any way to lay it out so that it
|
| Crystal 9 Viewer, where is the export button? | 22 Aug 2003 18:01 GMT | 1 |
I am trying to locate the export button (the button that allows you to export to adobe, excel) in the crystal 9 viewer and I cannot locate it anywhere. Do I have to manually enable it? Is it even available?
|
| Displaying subreport on the same page of main report | 22 Aug 2003 14:15 GMT | 2 |
I have one subreport inserted in main report. I want the subreport to start within the same page of main report (i.e. Main report has some data and sub report should start after the data on page of main report). But the subreport is starting from new page. Subreport has data which ...
|
| Crystal 8.5 & vb6 When i try installing my app, i can't generate reports on new data. | 22 Aug 2003 13:29 GMT | 5 |
Well basically my subject says it all, my app adds and displays orders from an access 2000 db, in my dev environment everything works great, but when i package everything up and install it on the same machine my reports which are
|
| Crystal 9 - Changing datasources | 21 Aug 2003 20:22 GMT | 1 |
I created a report in CR9 that pulls data from a MS SQL 2000 Stored Procedure. The data in this database plus the Crystal reports are only updated/created once a month, but the stored procedure is rather large (100+ lines and growing). I've started sending the results of
|
| Change ITextObject at Runtime | 21 Aug 2003 14:54 GMT | 3 |
I'm trying to change an ITextObject at Runtime like this: Dim crTextObject As CrystalDecisions.CrystalReports.Engine.TextObject crTextObject = report.Section1.ReportObjects.Item("myTextObject") crTextObject.Text = "NewText"
|
| how do u deploy an app that uses CR? | 21 Aug 2003 10:24 GMT | 1 |
is there some kind of 'runtime' setup that you have to perform on client stations before they can run an app that uses CR.Net reports? or are all the necessary components embedded into my installer?
|
| Suppressing group when it contains only 1 record | 21 Aug 2003 08:23 GMT | 2 |
Is there some nice way to do this?
|
| Selecting data for report | 21 Aug 2003 03:03 GMT | 3 |
I am using VB.NET for my app and I have a table in the referenced database that stores the final values each time the program is run. That is a new row is added each time the app is run. I am trying to use Crystal Reports that is included in .NET to print a
|