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 strongm 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: olivia919
  • Content: Threads
  • Order by date
  1. olivia919

    How do I save the customized commands?

    I have a simple form created in my global template. I added the command to the menu,click save. it is working all fine. But I once close the project,and get back in again, my customized the command button on the menu disappears. What did I do wrong? please help!!! Thank you for your help!!!
  2. olivia919

    CreateObject("Excel.Application")

    dim oExcel as object oExcel=CreateObject("Excel.Application") It works perfectly on my local machine. Once I upload the applcation onto the Web Sever. I got the error:"cannot create ActiveX Component" Does anyone know why it happens? Thank you!!!! Olivia
  3. olivia919

    Permission ERROR!! :(

    I have tried everything. Nothing works! I am deploying a small ASP.NET application/MS ACCESS DB on a Win 2000 server. Everything works fine on the server. But Once I am trying to access the app. from another computer that logged on the network, It failed (unless I login as administrator). I went...
  4. olivia919

    cmdDelete.Attributes("onclick") does not work!

    in my Page_Load If Not Page.IsPostBack Then cmdDelete.Attributes("onclick") = _ "return confirm('Are you sure you wish to Delete the selected USER?');" end if The confirm message does not show when I click Delete button. Anyone has any idea what could be the problem. The...
  5. olivia919

    Is it true when using validation control, no event will fire anything

    True/False -when using validator control, no other event will fire until you put a value in the required field.
  6. olivia919

    RequiredFieldValidator And ReSet the PAGE

    I have a data entry form with a RequiredFieldValidator. The problem I am having is when I click CANCEL button to set the form the orginal state without putting a value in the required field. The error msg for the requiredfieldvalidator keep showing without letting me proceed with the code I...
  7. olivia919

    Get mailto address from a textbox on web page

    I tried <A href="mailto: '<%#txtRequester.value%>'"> in my html code to open a outlook with the email address in txtRequester. It opens outlook with empty value. I am not sure what I have done wrong. Anybody can help? Thanks.
  8. olivia919

    Error using OWC

    Hi, I am trying to use OWC to create charts. I got the following error when I was declaring OWC11.ChartSpaceClass anyone has experience the same problem before? I reinstall the OWC. still does not fix the problem Thanks a lot Exception Details: System.Runtime.InteropServices.COMException: This...
  9. olivia919

    ASP.NET, Excel Reports

    I am not sure what I am missing here. The page is stuck when it is exexuting xl = CreateObject("excel.application") "web site found, waiting for reply....." Please help! Thanks a lot.... Imports System Imports System.Reflection Imports System.Runtime.InteropServices Imports Excel Private Sub...
  10. olivia919

    Client script in Code-Behind

    what I am trying to do is to open a new window when a BUTTON is clicked and at the same time I need to pass some Session variables. The problem I am having is The first time when I click the Button1, it works fine and does what i want it to do. It opens the new window and pass the var. But when...

Part and Inventory Search

Back
Top