ASP Reports
I want to use reports in ASP.Can anybody suggest me on any available tool.
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Problems Using ASP And Crystal Reports 8.5 To Create Dynamic PDF Reports
As the subject of this topic suggestions I am trying to find a way to use ASP, SQL Server, Com+ and Crystal Reports 8.5 to Create Dynamic PDF Reports Over The Web, but the only article I found that decribes this process is located on ASPToday.com which is no longer an active website. When I try and suscribe to the site I just get a message saying to email, and when I email I don't recieve a response. Code:
How To Create/design Reports With Crystal Reports In Asp?
I want to create a webpage with asp. on that website, clients can get data from the database with SQL. I can already view the report in the crystal reports viewer on my asp page, but i want to design the report at that time. is that possible? i have read something about RDC, but is there another way to do it. i don`t have VB experience and tolls to use RDC.
ASP Reports
Now i need some opinion and suggestion for the asp report. current i need to create a web report by using asp. EXAMPLE, after user select the customer ID, it will get the customer record from databae and show the result at asp web report.so what method to use for develop the web report? is that using table? or other method?
Reports From The Web
What I would like to be able to do is use the ASP or ASP.NET system to generate reports from a database. I know this can be done quite simply by creating a recordset and then creating code to display the data, but I would like to have a report that is formatted for a printer (headers/footers/etc.). I currently do this by creating a service that checks a database table looking for requests and then calls Access to generate a snapshot report to post back to the user. This works fine but I don't realy want to be using Access on my server. The ideal solution would be a way of creating a report that is formatted for the client's printer but I guess this isn't possible, so a method of producing a report formatted for a generic printer would be the next best thing.
Crystal Reports
Well I'm just a student wanting an economical approach in incorporating crystal reports with ASP so can anyone tell me how to handcode to use crystal reports with ASP together?
CRYSTAL REPORTS
I am trying to deploy some crystal reports to an IIS server. I am very new to crystal and I am having trouble figuring it all out. The set up is: ASP 3.0 Crystal 10 dev edition IIS 6 Windows server 2000 I have the reports running on my local machine, but I have Crystal installed on this. I know this can be done, but I am having trouble getting the server ready. What needs to be installed on the server? I can't install crystal reports on the server and I know that I can use merge modules or somethign to get it working. But everything I find on the interent uses .NET. we can't use .NET in the project as the client isn't into all that!!
ASP And Crystal Reports
Does anyone know about a working sample code of how to call a Crystal Report from an ASP page?
Creating PDF Reports
I'm pretty new to the whole concept of Server Side programming and am currently developing some important elements for a site I have made with Classic ASP programming. One of the things my employer wants me to develop is a Server Side script that will allow a report in PDF format to be generated online to customers who make use of the tools.
Crystal Reports
I am trying to run a crystal report created in .net on the web but i am constantly getting the error: "error formatting object. Report header or footer longer than the page.".
Crystal Reports 8.5
Anybody can provide me with a good link to a forum where I can post questions and doubts on Cyrstal Reports and its integration with ASP.
Crystal Reports
i have a problem when i tried to call the crystal report from an asp page with a dynamic record source, what i have got is the report with a one line which is the data samples that i defined in the .ttx file
Crystal Reports
This will probably sound really, really lame and simple I am in a new job, and took over a project from the guy that used to be here. Anyway, I've never used Crystal Reports before, and have studied it for a day or so. I have an ASP page that is calling a report. The report is hitting a database and pulling all recods that match the query. I designed the report and see it working, but hard-coded the search perameters. If I redirect to the ASP page calling the report, and pass a variable in the querystring, how do I get that perameter in the report's sql?
Crystal Reports In Asp
i am developing an application that genertaes haeavy reports. Sometimes reports expand in width as well. While printing the reports , page cannot hold all the columns and some area of the report is missed. I want to manage reports using crystal reports. If some one knows , how to use crystal reports in asp
Generating CSV Reports
I have been asked to produce reports which will be triggered and generated automatically via scheduled tasks against data in SQL SERVER. The reports will be generated as CSV's to provide compatibility with Excel. The reports will then e-mailed as attatchments to an agreed list of recipients. This all has to be done with the use of ASP and SQL Server. Can anyone advise on how the prolem should be approached?
Crystal Reports
SomeOne please tell me is it possible to use Crystal Reports in my Asp Application if it is then please tell me how can i do this and the required code.
Crystal Reports In ASP.NET
I have made crystal report in Visual Studio 2003, and am able to display it with several pages of data. The header information is only available on the first page. Is there a setting to choose to have the headers print at the top of every new page?
Excel Reports
I have in the past run some ASPs that generated Excel reports via the following line: Response.ContentType = "application/vnd.ms-excel" Response.AddHeader "Content-Disposition", "attachment; filename=rpt_s2dpoc_Access_dump.xls" I have a critical issue where I need to from an ASP gereate and excell spreadsheet but with three tabs. I will need different sections of the asp to write to those three tabs. ------- CODE ----------- .....
Graphical Reports In VS.NET Web App.
How to include pie graphs in a web page using ASP.net and VB.net code behind and MS SQL ...is there any special componenets or any other options rather than crystal reports.
ASP And Crystal Reports
I want to run Crystal Reports on the web and i can get the reports to run on my machine that has Crystal Reports installed, but all I get is an X on other users machines that don't have it installed.
Crystal Reports
I am trying to use asp and crystal to create dynamic reports. I have been delegated this task which I should have completed a while back and I am presently stuck. I want to build a front end that allows the user to enter in a date range which gets passed into Crystal Reports. I have Crystal Reports version 8.5 installed on my computer. I also have IIS installed on my pc. I'd like to know the following: 1) What tools do I need to implement this? 2) Is there a sample code someone has used before that is self explanatory? 3) If not a step by step explanation of what I need to do.
Crystal Reports
My new assignment is to install a front end (via and html form) that will display fields thats in our informix database. Once the user make their choices ,I would like to plug these choices(variables) into a Crystal report and then generate a report using these perameters I suppose. I also would like to use asp to capture these variables. Now can this be done? I'm running Crystal 8.5 do I need to add a plugin?
Crystal Reports
what are crystal reports all about .One of my clients has asked me to export the report created in asp and ms access to crystal report. What version of crystal report I would needto make it compatible with my project in ASP and MS Access.
Crystal Reports
I am an Application Engineer using technology ASP.I like to know how to use crystal reports in ASP. If you know please send sample code
Generating Reports
I am working on a system which requires data to be entered for candidates. It stores the whole data about the candidates in database(MS Accesss). The system will be used on client-side.Now what Iam required to do is generate reports as required by the user.but i have heard about reporting tools which can be used with ASP to generate reports. The reports can be in Excel format or word format.Please suggest me which one should i use and how to use it?I am very naive to anything like this. Where can i find more info about it?
Using Crystal Reports
I have a Crystal Report ASP (v10) that serves many machines in our intranet here to do various kinds of reports. On this one machine, however, it pulls up the page and hangs trying to get the data, no matter what report, no matter what time of day. Other people use this ASP with no problem, but this one machine seems to have big problems. I have tried reloading the ActiveX control, clearing the cache, clearing temp files, to no avail. The client is using IE6 with all the updates. The website is in the Trusted zone.What am I missing here? Is there some kind of setting that I'm missing? A timeout or something?
Use Crystal Reports In ASP
<i><b>Originally posted by : uday (kuday99@hotmail.com)</b></i><br />Hello<br /><br /> I am suffering to implement Crystal reports in my ASP applications. <br />Please help me.<br /><br />uday<br />
Excel Reports
i have been set a task at work.We produce alot of excel reports that are repeated for all our branches and want to move these to the internet ie asp. I have been tasked to learn asp but the employer will not provide any sofware and think it is straight forward to create the pages through typing all code into instead of using any software like asp.net etc. Could someone help me as all i seem to find are asp.net books and not pure asp. I have soem knowledge of vba for excel and wondered how best to learn asp.
Progress Bar For Reports
I have some reports which run as SQL statements from an ASP web page. As some of the queries return about 4-5000 records, I would like a progress bar to be shown so the user knows that something is happening, does anyone have suggestions on how to do this or any sample code I can use?
Crystal Reports
I would like to know if there is a way to run crystal reports in an asp page without connecting directly to a datasource?
Use Crystal Reports With ASP.
TO connect report object with database we use Set Database = session("oRpt").Database then import data from this database. Can we create reports without connecting directly to database. Data is available in arrays. Now we want to rad this array and then generate the report.
Use Crystal Reports
I have created a report in Crystal Reports 8.5 and want to display it on my clients webpage. I will develop this webpage in ASP v3 so plz give me the code with which to show this report of Crystal Reports 8.5 in the webpage developed in ASP v 3. I used Crystal Report Viewer ActiveX control but I do not know what code to write so that the control works properly.
Creating Excel Reports With ASP
i'm trying to display a page in an excel format. I'm using: Response.ContentType = "application/vnd.ms-excel" at the beginning it opens an excel web sheet, but all i get is: Code:
Crystal Reports And Iframe
I have created an iframe, such as: <IFRAME FRAMEBORDER=1 SCROLLING=NO ID="ReportFrame" width=100% height=100%></IFRAME> In this iframe I want to show a crystal report. Therefore, in my JScript I have; ReportFrame.src = reportURL where reportURL is my crystal report path. However, this does't seem to be working, I am not even getting a error message.
Accessing Reports Via ASP Code
I have to send my clients some reports everyday.Instead of sending them as an attatchment in email,we were thinking that if we can just send them the link in the email,where they click on the link and it takes it to their report.We have several clients and each client has different kind of reports that we send. First page for all clients remain the same which includes their name and stuff liek that.SEcond page will be different for all clients. I know we can prepare reports in Access(Dynamic).How do I access these reports throughg ASP code and how should i prepare a link to these reports which i can send to the client.
Displaying Crystal Reports Using ASP
I need to display crystal Reports using ASP. The webserver hosting this will not have Crystal Reports installed on it. We had done a similar requirement in ASP.Net by using the crystal viewers provided in .Net. Can something similar be done in ASP. Can we use the same objects in ASP as in ASP.Net
Show Crystal Reports
I have created a report in Crystal Reports 8.5 and want to display it on my clients webpage. I will develop this webpage in ASP v3 so plz give me the code with which to show this report of Crystal Reports 8.5 in the webpage developed in ASP v 3 . I used Crystal Report Viewer ActiveX control but I do not know what code to write so that the control works properly,
ASP, Crystal Reports And Printing.
I am trying to run write a web page to run a crystal report using ASP with parameters from the user and then print it out with all the users seeing is the HTML page to enter the parameters but can't seem to get it to work. I can get input from the users, log onto the DB with no errors but can't get it to print out. Code:
Sessions And Crystal Reports
In my current application, when the user logs in, the state variable called "role" is assigned to them, detailing what they can do and what they cannot do. This variable follows them through the entire application (It is assigned using Session("role") = "xxx"). Problem is, when I run a crystal reports RPT file, I lose the session variable - it reverts to being equal to "", rather than "ADMIN" or some such thing. I can track this throughout the app and i know for a fact that it happens as soon as a RPT file is run... Has anyone else seen something like this before?
The FileSystemObject And Printing Reports
Currently, in ASP, I use the FileSystemObject to pull info from an Access DB table to create a MS Word document for the purpose of printing a report. Naturally, one has to build a HTML <TABLE> in their web page with headings and afterwards, loop through the database table to create the data <tr> rows etc. Of course this part is invisible. It's clicking a link to the dynamically created doc that starts Word and pulls the report nicely formatted (somewhat). Okay, my problem is this: How can I in either ASP or ASP.net, preferably ASP; 1) Preserve the column headings on each printed page, 2) Force Landscape orientation, and lastly, 3) Create page numbers along the bottom of each page? Is there anything within the FileSystemObject itself that will allow such parameters to be coded?
Dynamically Generated Reports
I have a client who is requesting information in a batch type form in their CMS (easy enough).And they've asked that these reports would print one per page (hmm). From my experience I don't think this is possible but thought I'd ask on the forums here.Anyone know about this?
Crystal Reports Deployment
who has experience with distributing Crystal Reports with asp and vbscript? I need to deploy 20 reports for 100 users. Are there performance issues I have to consider and what are the license requirements?
Displaying Crystal Reports
I have made an ASPX page with Crystal Reports. When the page runs I get this error. System.Exception: Fail to get the specific page [Exception: Fail to get the specific page.] CrystalDecisions.Web.ReportAgent.{(Boolean C) +532 CrystalDecisions.Web.CrystalReportViewer.OnPreRend er (EventArgs e) +143 System.Web.UI.Control.PreRenderRecursiveInternal() +62 System.Web.UI.Control.PreRenderRecursiveInternal() +125 System.Web.UI.Control.PreRenderRecursiveInternal() +125 System.Web.UI.Page.ProcessRequestMain() +1489 The pages were working at one time.
Generating HTML Reports
I want to generate HTML based reports with ASP. But the problem which i m having is to controll the Paging operation while printing the reports. Unlike the Professional reports softwares as Crystal Reports and Also the Data Reports of visual basic (which are controlling the Paging automatically), a mannually generated HTML based reports need some logic to perform paging operation while printing.
Genarting Reports & Updating The Database
I have a query i know that in ASP we can generate the Reports in excel i wanted to know is there any way to update the database through the excel report which will be generated.
|