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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by MJI111

  1. MJI111

    ActiveX component that reads local file

    How can i design an activex component such that when deployed on my web page, it is able to read a local file from clients machine as soon as he/she click on a button. pls any suggestions
  2. MJI111

    How Can ActiveX Read A Local File

    I have a project to read a file from the local drive of a client when he/she accesses my website and clicks on a button. How can an activex component do this. The activeX component will read the file on the client's machines and stream or upload the file to my server. How can i achieve this pls.
  3. MJI111

    Installation error in MSSQL installation

    Thanks for the tips but strange enough my system does not have the key Control under CurrentControlSet. In fact, i had restored my operating system and i still cant instal mssql2000 . it get the error as if i had installed it half way and the system requires restart.
  4. MJI111

    Installation error in MSSQL installation

    Does anyone know how i can fix this error message. each time i tried to install MSSQL 2000, it tell me that a previous program installation created pending file operation on the machin. " i have restarted my compter several time and yet it is still coming up" pls what can i do to remove this...
  5. MJI111

    Creating runtime menu item

    Bigtimmin, Thanks a billion times. it works though with little modification. The second line should have read i= mnuItem.UBound+1
  6. MJI111

    Creating runtime menu item

    Hello vBakias, i thank you for your suggestion but i will run out of array if i had to create menu items more than 10. I dont know how menu items will be created. it all depends on what i pick from my database where the menu items are set
  7. MJI111

    Creating runtime menu item

    Hello bigtimmin, thanks for the quick response. I cant find the load method in the menu object. How do i load it. what is the construct
  8. MJI111

    Creating runtime menu item

    Pls how do i create menu items at runtime. I want some menu option to be dynamically created based on the values in my database. Pls how do I
  9. MJI111

    Making ASP page read a file on local drive

    Thanks Sheco and tsdragon. May be i need to play back the business request for which i am desperately looking for solution. My client wants to tranfer a payment instruction file to my system for processing. There are two people from my client instituition that will make this happen. The maker...
  10. MJI111

    Making ASP page read a file on local drive

    Thanks Chris. But cab vbscript or activeX component do it for me. How do you think i can get this resolved. My client wants my payment system to be able to do this in order to help them send payment instructions to me.
  11. MJI111

    Making ASP page read a file on local drive

    Pls is there a way i can code my asp pages such that as soon as the client clicks a button on the pages, it goes to a particular directory on the client's machine to read a text file and display it for him/her to verify before submiting it. I have a business requirement to load a file from...

Part and Inventory Search

Back
Top