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 IamaSherpa 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: *

  1. olivia919

    How do I save the customized commands?

    Thank you!!! I will try and see if it works for me. ;)
  2. olivia919

    How do I save the customized commands?

    Hi, Thank you for your help. My global.mpt is orginally created in Project 98. Now my computer only has Project 2002. I think part of the problem is due to the version difference. I did a test, create a new project in 2002, write a simple macro,add it on the menu bar and save. it is still not...
  3. 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!!!
  4. olivia919

    CreateObject("Excel.Application")

    Thanks for your help.....!!!
  5. olivia919

    CreateObject("Excel.Application")

    I was not sure about that. My thought is if I can open and write excel report in the web browser as long as i have Excel on my local machine without excel installed on the server. So you are saying if I want to create excel object. Excel has to be installed? Sorry i am new to this. I don't fully...
  6. olivia919

    CreateObject("Excel.Application")

    is the web server which hosts my application required to have excel installed?
  7. 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
  8. olivia919

    Permission ERROR!! :(

    Yes it is windows network. should be the users are members of the ASPNET? I did exactly what you said. The only time the computers on the network would work, it is when either I logon as Admin or not logon at all. Once I logon to the network using a normal username password, it does not work...
  9. olivia919

    Permission ERROR!! :(

    I did give full control of to the folder. It does not help! :( Once the user logon to the network, it stops working. I tried on my labtop which is not required for windows logon, I have no problem accessing the application. is there any other rights I need to grant the network users?
  10. 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...
  11. 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...
  12. olivia919

    RequiredFieldValidator And ReSet the PAGE

    I SEE!! Thank you!!!!
  13. 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.
  14. 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...
  15. olivia919

    Get mailto address from a textbox on web page

    Thank you so much! It worked.
  16. 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.
  17. 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...
  18. olivia919

    ASP.NET, Excel Reports

    thanks for the reply. Dim xl as New Excel.Application is one of the methods. i tried that too. had the same kind of problem
  19. 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...
  20. olivia919

    Client script in Code-Behind

    I need to pass a session array variables based on the checkbox selections from the form as well as some session variables. querystring will probably not work at this case.

Part and Inventory Search

Back
Top