...<%
Dim rsFU
Dim rsFU_numRows
Set rsFU = Server.CreateObject("ADODB.Recordset")
rsFU.ActiveConnection = MM_infosys_STRING
rsFU.Source = "SELECT * FROM dbo.TMDFU where login = '" & request("login") & "' and ponum = '" & request("ponum") & "' order by typct"
rsFU.CursorType = 0...
Hi,
I have a page which creates an excel file. I receive a prompt if i want to save the file and to specify the location where the file should be saved.
I want to eliminate the prompt. i want my ASP page to automatically save it to a specified location without any user intervention. how can...
hello friends!
is it possible to save the current page to an html page when the user clicks the submit button?
my purpose on doing this is to email the data entered on the page to a specific person when the user clicks the submit button.
if this is possible, how do we do this?
thanks in advance!
Ridyen,
Yes, the reports are accessed through IE. I have created ASPs to call the reports and the output of the report are filtered based on the form fields of the ASP.
BoniR,
I have checked HL report viewer, but it is a software that runs the report. I want to view the reports from ASP.
hello friends!
I have a page with 2 frames, top and botton frames. In the top frame, I have my DHTML menu. My problem is that the top frame is not that big to accomodate the menu to show the submenus as dropdown. The submenu is either relocated to fit the frame or some parts are already...
I was able to run the reports in the intranet using the sample ASP pages downloadable from Business Objects website. Those samples are the AlwaysRequiredSteps.asp, SmartViewerActiveX.asp, etc.
My only problem is that the reports are only running on those computers where Crystal Reports is...
Hi! I have reports made using Crystal Reports 10 and placed them on our intranet. Using my computer and the server, where Crystal Reports 10 is installed, i can view my reports as expected. But in the other workstations, i can't view the reports. Is it because they don't have the cystal...
Hi! I have reports made using Crystal Reports 10 and placed them on our intranet. Using my computer and the server, where Crystal Reports 10 is installed, i can view my reports as expected. But in the other workstations, i can't view the reports. Is it because they don't have the cystal...
I have an asp page with text boxes. I want my cursor to be shown highlighting the default value of the next field when the "tab" key is pressed, so that the user will just key-in the desired value instead of deleting the default values then key-in.
There should be no problem with this, but if...
I have an asp page with text boxes. I want my cursor to be shown highlighting the default value of the next field when the "tab" key is pressed, so that the user will just key-in the desired value instead of deleting the default values then key-in.
There should be no problem with this, but if...
thanks for the reply SHINDA
but i want my reports to be incorporated with my application...and allow filtering through the qualifications that they set
Hi! I have reports made using Crystal Reports 10 and placed them on our intranet. Using my computer and the server, where Crystal Reports 10 is installed, i can view my reports as expected. But in the other workstations, i can't view the reports. Is it because they don't have the cystal...
i have reports created in Crystal Reports 10 which will be viewed through ASP. In my workstation and in the server, the reports can be viewed. But when viewing in the other workstations, no report is coming out. Just an "X". Is it because crystal reports is installed in my workstation and in...
I have a report with 4 groups which are using the drill down function...each group should contain a graph
Delivery per Country graph (Report Header)
Delivery per Office graph (Country grouop header)
Delivery per Year graph (Office group header)
Delivery per Month (Year group header)
When i...
The page cannot be displayed
There is a problem with the page you are trying to reach and it cannot be displayed.
--------------------------------------------------------------------------------
Please try the following:
Open the rhq120102 home page, and then look for links to the...
you should have this in your code:
Set session("oRpt") = session("oApp").OpenReport(path & reportname, 1)
Set mainReportTableCollection = Session("oRpt").Database.Tables
For Each mnTable in mainReportTableCollection
With mnTable.ConnectionProperties
.Item("user ID") = "youruserID"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.