Login And Report
I want to create a site with some pages and necessary to create accounts of users for Login in the site and with time determined for expire of logon for example 1 week to visit the site, and would like to know when each user and pages visited, (statistics per user) Also ideas?
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Crystal Report Login Problems In ASP
I try to preview a crystal report using asp, it prompt 'CRAXDRT error Occured on server. -2147189176 : logi failed' Details : IM002 :[Microsoft][ODBC Driver Manager] Data sourcename no found and no default driver specified'. This is wat I done in the Internet Server. Code:
Crystal Report Login Problems In ASP
I try to preview a crystal report using asp, it prompt 'CRAXDRT error Occured on server. -2147189176 : login failed Details : IM002 :[Microsoft][ODBC Driver Manager] Data sourcename not found and n default driver speci fied'. Code:
XMLHTTP Through Login But After Requesting Next Page - Kicks Back To Login
I am building a website to pull data from a remote https site using xmlhttp. The data from the https site is behind a login screen. I can successfully get through the login screen with: set objXMLHTTP = Server.CreateObject("Msxml2.ServerXMLHTTP") objXMLHTTP.Open "POST", "https://website.com/validate-login2.asp", false objXMLHTTP.SetRequestHeader "Content-Type", "application/x-www-form-urlencoded" objXMLHTTP.Send "Username=uname&password=pwd&company=O" That works great - but then, when I try to go to the next page (where the data is that I want to pull) - I use the same process and I get kicked back out to the login screen? Could there be some cookies, referer, strings being passed normally that I am not including in my second request - How do i find out for sure? I have used the software IETrace and it looks like some cookies being passed, but how do I know for sure if (and what exactly) it is using?
Login To Page Requires Login
I want to login to a page using MSXML2.ServerXMLHTTP.4.0 or an object like this, I must send the form variables needed to login when I try to login to the page. But the problem is, that the page looks like a exe file (not a asp file or php file or what ever). The name of the page I try to login is something like "/pw?/session/login", nothing more, without extension. I have tried the code with a normal asp file with session registration and login process and it worked, but not with this file.
Report In CR
Can anyone tell me how to link from ASP to Crystal Report like to create a report in CR when a user key in some requirement to pull out data from database(SQL Server)
Getting Report.asp
I dont ASP, but I need to get the report.asp in this code top open in new window with the results desired. It works fine the way it is, but I just want the report to open in a new window. I would appreciate any help possible. case "five" OD=Request("OD") pwt=request("pwt") pg=request("pg") cwt=request("cwt") cpg=request("cboCPG") strSQL="Select * from Query1 where PipeOD="& OD &" and tblpipe.wall_thickness = "& pwt &" and tblpipe.pipe_grade = '"& pg &"' and tblconnectors.wall_thickness = "& cwt &" and tblconnectors.pipe_grade = '"& cpg &"'" response.redirect("report.asp?myquery="& strSQL &"")
ASP & SQL Report
I'm new to ASP & wish to use it to create SQL report based on the following query: SELECT DISTINCTROW Users.LastName, Users.FirstName, Users.JobTitle, Courses.CourseName, Status.Status, Status.Date FROM Users INNER JOIN (Courses INNER JOIN Status ON Courses.CourseID = Status.CourseID) ON Users.LoginName = Status.LoginName WHERE (((Status.Option)="Required")) ORDER BY Users.LastName; Do I need to break up the SQL query per row and write out the report? I was thinking I could create this query, retrieve the information & create an SQL report. However, my SQL is very rusty so I don't remember how to make the command (the only nice thing about GUI interfaces, the client thinks I know how to make the report as I can print it from the db.).
Report Formatting
I have users typing in information into a text box. Sometimes this information can be lengthy and contain simple formatting such as spacess between lines and line numbering. For example: 1. List item number one 2. List item number two I then have a report page that prints out this information. Unfortunately, the line spacing doesn't show up in the report. It's just all jumbled together. I'm just using <%= Notes %> to show the db field. Is there a way that I can show the formatting that was originally entered or do I need to use some kind of word processor like I am using to type this post?
Graphic Report
how can i create a graphic report based on database information. I have an asp page where i asked some questions to users on my intranet, and i have that data on a database, so i want to make a graphical report (i.e. a pie) where i can see the results.
Asp File With Report
Can i create a template in Word and just out in all the information from database using ASP? I have to do : 1.Collect the information from the ASP froms into database 2.The information what i collected should be inserted into an word template.
Crystal Report
i want to connect crystal report with asp .but i don't no how plz tell me with example and web link where i can see? is there any more option of reporting with asp other then crystal report?
Crystal Report
all does any body know??how to run a crystal report in ASP..I found many sites but it is all on ASP.Net
HTML Report
I am generating a report in HTML, that my users can look over AND if they want to, store in their own Access dbase. Thing is, I do not know how to "read" that whole html page into a var and store same in a field in Access.
Call Report
This may be in the wrong forum, but I'm going to give it a shot anyways. Here goes. I have a conference report that has 24 phone lines that are available for booking. Each call can take between 1-24 lines, you can have any number of calls as long as the number of lines they take up does not go over 24. I graphiclly represent this in a horizontal bar graph that displays the number of lines that are taken up for a particular half hour. Problem is when a meeting takes more than a half an hour, the meeting bar fills up for that whole time without any information on the meeting. What I would like to do is have each meeting when assigned in the DB or through an array be assigned a color and then that color appears on the graph under the time the meeting is. If there are multiple meetings (there almost always are), then the meeting that has been active the longest will be the first color bar on the graph. To make a way too long story short. I want to have a stacked bar chart that moves colors to the front as other's leave every half hour and move new ones to the back. If you want to look at what we have now visit URL.
Crystal Report And ASP
I am new to the world of ASP. Yes, I have created some asp pages, for our organization. My Server configuration: Windows NT 4 SP6, IIS Installed. Now, i want to link my asp pages to one of my crystal report which i have designed using CR9. I have searched all over for finding a solution, but I could not. Please help me what are the steps i should do to call my testreport.rpt through my test.asp program.
Report In Access
I have microsoft access 2007 installed and want to make the following: The user can go to a website and there are a number of drop down lists which are from different tables in a database for example he might select P7-34043 as the project name in one drop down list then select his job in another drop down list the user would then after filling out all the boxes press submit and the server would generate a report automatically in microsoft access with the values he selected How would i go about doing this.
Access Report
I hav created a report in access, when I click submit from fromnt page(HTML, ASP), It hav to generate a report for the vales entered in the form to the report which I created in access. Is there is anyone to help me.
DebudDiag Report
I have used one tool called DebugDiag which analyses the Process and generates reports according. It tracks variaous activities like Memory leak, Process crash etc.... I ran the tool on Production server where are live application is running to find if there were any Memory leaks, process crash, hangs etc,.... The tool generated one report which I'm finding hard to analyse. If anyone could help in anlysing the report that would of great help. I'm not able to paste the report here. Please suggest as to how could I send the report so that you guys can go through it.
Crystal Report
I have develop a crystal report in localhost. But I dun't how to put in to the server. we only need to Install the crystal report in the server? and share the folder then it will able to run ??
Crystal Report
I've got an ASP application on a server. It has some reports , but they're not that nice. They are usually just printing from the form, nothing fancy. I am looking at Crystal reports as an option. Do I have to have Crystal reports installed on the server for this to work? I am assuming I do.I was going to build it locally , then copy it to the server.
Crystal Report 8.5
I am using Crystal Report 8.5 and extract sample crystal report 8.5 (aspxmps85). I am running SimpleSQLQueryString and using SmartViewerActiveX.asp for preview report. There was error when I try to export preview report in word and excel destination. For Excel destination there was comment “CRAXDRT Error Occurred on Server. -21471905 48 : Missing or out of date export DLL” I have installed all the service pack and all then monthly update pack for Crystal Report 8.5 and Crystal Report Enterprise 8.5. I don’t know which wrong the script in rptserver.asp or there is another update pack that I am not yet install. The Script for export to excel and word in rptserver.asp like this: Code:
ASP Report Generation
Ok, I currently have an ASP application. In this application, an administrator will need the capacity to print reports of the data stored in a MySQL database. Let me note now that this is a college project, and I can only basically do what I am allowed to, rather than having full control over the server and making any necessary changes. The problem is, I don't have permission to write files from my application. How dumb is that? Anyway, I need an alternative way. Are there any ASP PDF converters or any similar that I can query the DB, get the necessary data then present it as a printable document? A temporary .txt file would have been sufficient, but now that that is ruled out, I need to find another way of doing this.
Crystal Report 9.0
i need generate reports using data from database.with Crystal report 9.0 and asp.
Weekly Report
I want to create a weekly report on diciplinary actions taken. I dont have an idea of how i'm goint to go about doing it. I have done the yearly reports and the monthly reports without much hasle. I just dont know how to create a weekly report.
ASP Crystal Report
Does anyone know how to pass an ADO recordset to Crystal report for subreport? I was able to pass ADO recordset for main report but have no idea how to do the same for subreport Here's the code that i used for passing ADO recordset for Main report: Session("oClientDoc").DatabaseController.setDataSource session("oRs"), Session("oClientDoc").Database.Tables.Item(0).Alias, "ADORecordset" I tried to use code below but it didn't work Session("oClientDoc").SubReportController.setDataSource session("oSubRs"), Session("oClientDoc").SubreportController.GetSubreportDatabase.Tables(0).Alias, "ADORecordset"
Crystal Report
give me a Guide to Use crystal report with ASP, I have read a book but not yet understandtand....i need some simple example to guide me trough the rest
Crystal Report 8 From Asp
Is there anyway to set the number of copies in crystal report viewer from asp. like Printout function but what i need is that the report also to be displayed. So when the user click on the print button in the crystal viewer ,he doesnt have enter the number of copies coz that will be mentioned through...
Report To Word / PDF Etc?
I have created an ASP App that seems to be working well. I can get the data out of the Access DB and displayed in screen fine. But instead of sending it to the screen, is there any way I can create the report and have it saved / outputted as a PDF or word Doc?
Crystal Report 9
How can i display a report in ASP?I search for many web and try the sample from crystal dicussion but no luck,the code does not work at all. I saw many articles mentions RAS (Report Application Server), want to ask is it necessary to install RAS in order to display report in ASP? Since i only have CR9 installed, i dont know if it the reason why my code did not work. I also try to display report using Active X in html (no asp involved)It shows the report panel but a empty report.What software or library is required?
Report Using Calendar
I am developing an accommodation booking app, a report is needed to display booked and occupied accommodations based on rooms, respect to the booked arrival and departure dates.Like display the booking status of the rooms in each accommodation type to booked arrival and departure dates in a calendar format.
Ms Access Report To Asp
I'm trying to recreate a report using ASP that was originally created in MS Access. I have no problems selecting all the records in the table but I need some formatting help. Here's an example of the report: hospitalname doctorname phone doctorname phone doctorname phone and here's what my output looks like: hospitalname doctorname phone hospitalname doctorname phone hospitalname doctorname phone
Use Crystal Report In Asp
I want to use crystal report in my asp application can u give me idea how to use crystal report in asp?]
Crystal Report
there's an issue which required me to make use of the PrintDOcument Object to print this crystal report..Instead of the pre defined printer button on the crystal report viewer.Can anyone teach me HOW to print crystal report using the print document??it just seems to can't capture the crystal report for printing.. ANd how do i make use of the PrintPage Event?
Crystal Report 7
I installed crystal report 7 and was trying the aps samples that come along with cr7. I encounter following error 20535 Unable to connect: incorrect session parameters The error occurs when readrecords() is called. The report works fine in crystal report designer. I can preview the reports as well, but the above mentioned error is generated when called via the web.
Crystal Report
I'm using Crystal Report 9 and classic ASP. I've found an example to make a dynamic query, with the "SQLQueryString" property. The example use a DB Access and it works fine. I've tried to use the same syntax connecting to Oracle, and it seems that my statement SQL is ignored (it just select all records, without conditions) What's wrong with it?
Better Error Report
I'm getting this error: ADODB.Field (0x80020009) Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record. the script has a few recordset and since this info doesn't offer a line as to where the error is I can't figure out how to fix it. Is there a way to get a more detailed error report? I only use my browser, there must be something better?
Report Graph
I am trying to build a report graph from the database, actually i want to display my reports in a graph. from four tables. I would like to display three values in the graph, Completed, Inprogress and opens. this is a helpdesk system.
Crystal Report 9
We convert Crystal Report 8 (CR8) to CR9, the interface looks great with tree view, search...functions but its retrieval records from database (Access) quite long comparing to its CR8--does any body know why?
Crystal Report 9
how can I disable the toolbar items, if I were to use the SmartViewerHTMLPage.asp in the SimpleParameterFields sample? That is, I created the reports using CrystalRuntime.Application.9 in my asp page and want to view it as a html page. But I can't find any information about how to disable the toolbar items that is being rendered. Using the ActiveXViewer is quite straight forward, but is it possible when rendering in html?
Report Service
I installed Report Server in IIS to provide report service. In ASP page, I make some links to reports so that users can view them through browser. Users should provide ID and password in order to view reports. Is there any license issue in order to use Report Server? Does user should get connection/any license to login the server through authentication?
Using Crystal Report
How can i use crystal report in ASP while i don't want to use a table for it , i want to do it using SQL query.
Report Printing
i want to allow my users to print reports off a web page. How do i stop the url from appearing at the bottom of the printed page. is there anywhere this can be done.
ASP And Crystal Report
I am new in Crystal report and I would like to know how can 1 asp page link to crystal report? I got the rpt file then what can I do to make it show in ASP page?
Crystal Report 8.5
I have been trying to call a crystal report from an ASP page. I pass the stored procedure parameter in the Query string. Read that in the Reports.asp page. Instatantiate the Crystal report and pass the parameter. But nothing comes up. I get the following error: -2147189176An Error has occured on the server in attempting to access the data source My code is based on the samples page that come with Crystal. I have had it working earlier on a diiferent project. Can't figure out, why it is not working on this one.
Display Report
Is there any way I can display an Access report (stored in the database) on a page?
|