| Thread | Last Post | Replies |
|
| Crystal Reports with Stored Procedures having Temp Tables using OLEDB | 05 Feb 2004 03:08 GMT | 3 |
I am trying to create a Crystal Report which calls a Stored Procedure having a Temp Table in SQL 2000 (Both a table data type e.g @TempTable as well as with #TempTable type) using OLEDB. It doenst bring any records back.
|
| Using Preprinted Forms | 05 Feb 2004 02:54 GMT | 1 |
We are developing a program that needs to print variable text (from a database) into a preprinted form. Unfortunately, CR for .Net and VS2002/2003 don't seem to be able to get the text to come out in the same place that it was specified in the designer. We are seeing both ...
|
| CR parameters using ReportDocument Class | 04 Feb 2004 18:18 GMT | 3 |
In Brian's website (see below) , I can't figure out the following: Dim myReport As New rptParameters() Where rptParameters() come from?? In my app, I add the reportDocument1 control and load report name into it
|
| passing multiple parameters to vb.net program | 04 Feb 2004 18:03 GMT | 2 |
I'm using vb.net and CR 9.0. I have a report that needs to have multiple parameters passed to it. Does someone have some sample code on how to do this from within a vb.net windows program? I've seen code to pass a single parameter, but not multiple. I don't want the
|
| Table linking | 04 Feb 2004 18:03 GMT | 1 |
I've got a jobheader table linked to a jobdetail table by jobnumber. The jobheader table is also linked to the customer file using a seperate customer field. I get a response from crystal saying "staring from different points not
|
| How do you SetDataSource on a sub-subreport? | 04 Feb 2004 16:21 GMT | 4 |
I know you do it for a subreport like this Dim rpt As New rptOrgs( rpt.Database.Tables("orgs").SetDataSource(ds.Tables("orgs") rpt.OpenSubreport("rsubContracts.rpt").SetDataSource(ds.Tables("contracts")
|
| Passing Values Bewteen Reports | 04 Feb 2004 07:00 GMT | 2 |
Does anyone know how or if it is possible to pass values between sub reports that exist on a main report in crystal.net? Thanks in advance
|
| Crystal 9 + ASP + XML | 03 Feb 2004 23:01 GMT | 1 |
I am calling a crystal report from an asp page. Before calling the crystal report, I dynamically generated two XML files. The crystal report reads and the xml file and displays the report on the web page.
|
| Crystal Enterprise 8.5 on Windows Server 2003 | 03 Feb 2004 19:48 GMT | 1 |
Has anyone successfully installed Crystal Enterprise 8.5 on Windows Server 2003? What steps did you take? Thank you.
|
| Text clipping problem | 03 Feb 2004 17:33 GMT | 2 |
Hi, i have in my crystal report viewer .net a multiline field. When i preview the report, the text in the field is clipped on the right, so some words are invisible... i'm going mad; i've searched on the crystal decision site but without success.
|
| Cogniza News | 03 Feb 2004 16:04 GMT | 3 |
Anyone else notice that Cogniza News went into the bit-bucket today? They were Crystal's own news servers. Not that there was a lot being posted on it, though. Most likely a result of Crystal Decisions being bought-out recently? Has
|
| spreadsheet style report? | 03 Feb 2004 15:06 GMT | 1 |
Please forgive if silly question but- Is it possible to generate a spreadsheet style(excel like) report with cells which are values from text boxes(bound to a access db)? I would like my form and printable report to look identical to a
|
| Extra field ? | 03 Feb 2004 13:05 GMT | 1 |
i have a Standered report that lists invoice totals for any given month Although i have a grand total for all the required fields, i would like to get some totals for those invoices which are settled by chequ I want to get a total for 'NETPRICE' when 'DD' is Fals I have no idea how ...
|
| Displaying records horizontally in CR | 03 Feb 2004 12:39 GMT | 3 |
I have to add a subreport that correlates to one of the tables in our database. The problem is that the table contains an unknown number of paired values. What I mean is that it might have data like this: 1st November 2003 6
|
| Server object error 'ASP 0177 : 800401f3' | 03 Feb 2004 09:33 GMT | 1 |
I have an asp script with the following code: Set session("oApp") = Server.CreateObject("CrystalRuntime.Application.9") When I'm running it it shows the following error:
|