| Printing From Crystal Report in ASP.NET (2 replies, VIP) |
| ASPFriends.com 'ngfx-crystal' list |
| Is there a sample project showing how to print Crystal Report reports from printer in ASP.NET ? Someone had said I have to convert it into Word or Pdf to print, ok... However, I want to print an invoice, so I don't want the user to open pdf or word document to print the invoice, the invoice (which is a report) should be automatically directed to printer so the user will just get the invoice. Regar... |
|
| Adding fields (8 replies, VIP) |
| ASPFriends.com 'ngfx-crystal' list |
| How do I add/edit fields? I can;t find the field explorer anywhere! help! thanks, Greg Bernhardt Forum Admin http://www.physicsforums.com Web Programmer http://www.jadetech.com |
|
| Questions on the toolbar of the Crystal Report Viewer (7 replies) |
| ASPFriends.com 'ngfx-crystal' list |
| Hi all, Question1 :: In the Crystal Report Viewer when the records span over a number of pages , I get to see 1 of 1 . Is there any way to display in the format 1 of 4 where 4 is the total no of pages ? Question2:: When the reports appear in the browser,if we mouseover the input or the output fields, the field name appears. Example , if I have input parameter @code and its value is abc . If I mous... |
|
| Help! - Re: Printing From Crystal Report in AS
P.NET (2 replies) |
| ASPFriends.com 'ngfx-crystal' list |
| Hi, Machette I am trying to print to a network printer which has been setup as TCP/IP local printer. But each time I run following code: crystalReportObject.PrintOptions.PrinterName 3D "\\ASTRA\Accprt" crystalReportObject.PrintToPrinter(1, False, 0, 0) The error msg displays: "Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trac... |
|
| help with error (4 replies) |
| ASPFriends.com 'ngfx-crystal' list |
| hey everyone, i am desperatly trying to complete an insanly easy report, but fail to do so. I placed a few fields on a blank report and when I try to debug the project I get this error: Compiler Error Message: CS1009: Unrecognized escape sequence Source Error: Line 12: body MS POSITIONING "GridLayout" Line 13: form id "Form1" method "post" runat "server" Line 14: cr:CrystalReportViewer id CrystalR... |
|
| connecting to db for a report view (3 replies, VIP) |
| ASPFriends.com 'ngfx-crystal' list |
| I am so lost how to connect to my db for a report. something about a logOnInfo and ConnectionInfo. Can someone help me out? Thanks |
|
| Export Error (2 replies) |
| ASPFriends.com 'ngfx-crystal' list |
| When I try to export a Crystal Report Document to pdf or excel, in my computer it does export, however in customer's computer it says : '..... /reports/stock.rpt access denied. Report file is used by another application' and does not export .... Where am I doing wrong ? Am I missing something ? Regards. Cuneyt |
|
| .Net report (5 replies) |
| ASPFriends.com 'ngfx-crystal' list |
| Hi all, I had a Crystal 8 rpt that I edited in Crystal.Net I saved it , now when I try and open it in Ver 8 it does not want to open is there any way of doing a save as (then selecting Ver8?) Regards, Carlos Magalhaes This email and any files transmitted are confidential and intended solely for the use of the individual or entity to which they are addressed, whose privacy should be respected. Any ... |
|
| How to crate dynamic columns via crystal report (4 replies) |
| ASPFriends.com 'ngfx-crystal' list |
| Moved from [aspngfreeforall] to [ngfx crystal] by Tim Tim.Musschoot@rug.ac.be Dear All, I am developing web application using ASP.NET and want to use Crystal Report 8.0 for reporting purpose. But in my business logic, i have to take decision on runtime about the number of columns to show. So is there anybody, how to create columns and attach that column with a query in Crystal Report. I will be lo... |
|
| crystal report on web server? (3 replies, VIP) |
| ASPFriends.com 'ngfx-crystal' list |
| I have a simple asp.net application where it displays reports. When user selects a report, the report file name is pass to crystal report viewer and displays the report on the fly. If I pull reports from my web server where no CR installed, it doesn't work. I get 'Load Report Failed' message. Whereas if I pull reports from another server where CR is installed, it works fine. Do I have to install C... |
|
| How to Export Crystal Report from my ASP.NET Web Application (2 replies) |
| ASPFriends.com 'ngfx-crystal' list |
| Moved from [aspnghttphandlers] to [ngfx crystal] by Woloski Woloski@sion.com Dear All, I am using Crystal Report 8.0 for reporting purpose in my web based application developed in ASP.NET. But could not find any button or control to export my report which is showing on my web page. I want to export it into txt or excel format. If any one use crystal report on web or know about it. Plz reply me. Re... |
|
| when needs to provide logon info to crystal report (2 replies) |
| ASPFriends.com 'ngfx-crystal' list |
| Hi, I have a CR report with a ODBC data source, it works fine on my development pc, but after I publish it to our intranet, it shows 'logon failed' error. So I checked previous posts discussing logon problem( Eric and Wolfgang), then add logo code to my script, now it shows 'logon failed' error on my development pc. I solve this problem by remove logon code , but add a System ODBC setting on our i... |
|
| Dataset with joins (7 replies) |
| ASPFriends.com 'ngfx-crystal' list |
| Hi, I have a problem when using crystal reports with vs.net. I have managed to write progam which display data on the report when using a single table for query, I use datasets to push data to the report. But once I start using joins in the dataset the report does not display data. The dataset is correctly populated with data. I have attached the code below public void BindData() { string spState;... |
|
| Unable to export a report (5 replies) |
| ASPFriends.com 'ngfx-crystal' list |
| Hi, I implemented the export sample from CR and my report never exports to my server. I don't get an error, there is just nothing there in the directory or any other directory for that matter. Any Idea? Attached is my source. Wolfgang using System; using System.IO; using System.Collections; using System.ComponentModel; using System.Data; using System.Drawing; using System.Web; using System.Web.Ses... |
|