| Thread | Last Post | Replies |
|
| Logon Error when using PrintReport Error Printing Report : Logon Failed" | 19 Sep 2003 15:01 GMT | 2 |
When I use the following code to direct print a report I get an "Error Printing Report : Logon Failed" message. Dim SupplyRpt As New SupplyOrdersRpt SupplyRpt.SetParameterValue("StoreNumber", gStore)
|
| Base report on stored procedure? | 19 Sep 2003 12:54 GMT | 1 |
Can I base my reports on SQL stored procedures, or is it more common to use tables and views (or datasets). If I can/should base them on procs, how do I do this? I don't see that option on the list when going through the report design wizard.
|
| Crystal Reports for VS.NET 2002 database problems | 19 Sep 2003 03:36 GMT | 4 |
Hello, I need help with database connections to crystal reports. I have a MS Access 97 database. I created System DSN through a MS Access ODBC driver. I am using that driver for my Crystal Reports. Initially, I used
|
| Bob Help! | 18 Sep 2003 20:23 GMT | 1 |
I've sent this message before but it never replied. This is a real important problem for me. I thought you may help me. Thanks a lot Hello everyone,
|
| How to do this with Crystal report | 18 Sep 2003 16:38 GMT | 3 |
User of my application would like to choose on runtime which column to printout in the report. How i can in runtime pass fields which uses choose to crystal report and tell it to just show only thoses field in report???
|
| visual studio .net and crystal reports | 18 Sep 2003 16:13 GMT | 1 |
I developed a program with crystal reports but when the program is distributed on another PC with Win98 the program give a error 'keycode.dll'. I installed CR9 full developer and works ok. I don´t know to which is the problem. I saw in varius webs that the problem is the licence key ...
|
| Differences between printers | 18 Sep 2003 15:41 GMT | 2 |
When I design reports for my app, they fit fine onto the margins when they are printed out. However, when my clients use the reports on their printers, they seem to be getting anyhing near the sides cut off regardless of what printer I am
|
| crystal report export | 18 Sep 2003 14:38 GMT | 1 |
we are upgrading from crystal report 7 to 8 ; and we have a vb exe which is exporting the report to html format; the vb exe is invoked from the ASP page. The problem is when we call the asp the html file are generated for a
|
| Report alert formula | 18 Sep 2003 13:06 GMT | 1 |
I'd like to write a formula that will display an alert if the age is greater than 49 and less than 65. Can someone point me in the right direction. Thanks Indera
|
| Toolbar and Grouptree disappear | 17 Sep 2003 21:54 GMT | 1 |
I have a intermittent problem where at runtime, the grouptree and toolbar for a report have disappeared. The initial design time CrystalReportViewer properties for the display grouptree and display toolbar had been set to true, but sometimes when returning to design time these ...
|
| Suppress page footer for Report Header | 17 Sep 2003 19:55 GMT | 2 |
I have a report that I would like to use the entire first page as a Report Header, which includes a subreport. The subsequent pages have the Detail and a Page Footer. The Page Footer takes up about 1/3 vertical space of the page.
|
| User's Guide for Crystal Reports 9 | 17 Sep 2003 00:55 GMT | 2 |
Where I can find a free User´s Guide for Crystal Report 9?
|
| Get the name of a report from the CrystalReportViewer | 17 Sep 2003 00:55 GMT | 3 |
I have a need to get the name of a report that has already been displayed in the CrystalReportViewer. I want to use this name for creating a pdf so the user can save or print the report.
|
| Crystal VB.NET and Sproc | 16 Sep 2003 17:13 GMT | 1 |
I have a form with crystal report on, which uses a stored procedure to pick out one record. Crystal asks for this identity when thr form is ran. How can i pass a variable from one form to this report?? I am a bit of a newbie, so all help would be MOST welcome...
|
| Passing Parameters from VB.NET Win App | 16 Sep 2003 17:12 GMT | 1 |
I want to pass 2 parameters to the report World Sales Report.rpt which are "reportname" and "reportnumber" to the report from the button click which uses the input from the two textboxes (textbox1.text & textbox2.text) as you will see in the code below.
|