Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ching0418
  • Order by date
  1. ching0418

    Excel automatic saving

    hello, i used the following code to generate the excel file: <!--#include file="Connections/infosys.asp" --> <!--#include file="include/getvars.asp"--> <% Dim rsFU Dim rsFU_numRows Set rsFU = Server.CreateObject("ADODB.Recordset") rsFU.ActiveConnection = MM_infosys_STRING rsFU.Source =...
  2. ching0418

    Excel automatic saving

    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...
  3. ching0418

    Save the current page to an HTML file

    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!
  4. ching0418

    Crystal Report 10 with Web

    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.
  5. ching0418

    Frames and DHTML Menu Problem

    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...
  6. ching0418

    Crystal Report 10

    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...
  7. ching0418

    Crystal Report 10 with Web

    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...
  8. ching0418

    Crystal Report 10

    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...
  9. ching0418

    cursor not showing

    thank you jemminger...that's what i need i'll give you a star
  10. ching0418

    cursor not showing

    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...
  11. ching0418

    Cursor not showing

    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...
  12. ching0418

    Crystal Reports on Web

    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
  13. ching0418

    Crystal Reports on Web

    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...
  14. ching0418

    Drill down report with charts

    To GJParker, i did that already but i still have that problem.
  15. ching0418

    Viewing Reports on Web

    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...
  16. ching0418

    Drill down report with charts

    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...
  17. ching0418

    include files in ASP

    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...
  18. ching0418

    Crystal Report with server logon

    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"...
  19. ching0418

    include files in ASP

    so, how will i do it?

Part and Inventory Search

Back
Top