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!

Search results for query: *

  • Users: dabiri
  • Content: Threads
  • Order by date
  1. dabiri

    How to add/remove users in MS-Access 2015.

    Hi, we had an access database (ms-access 2005) which allowed dbas to define add/remove users' access to the database. The software team installed ms-access 2015 and now the tab where you defined/removed users, is gone. Is there any way to add/remove users' access in 2015? thanks.
  2. dabiri

    Can not open excel worksheet in vbscript.

    hi, I had a vbs application that used this with excel 2008 they installed excel 2013 on our machines and now the code below doesn't work: [code] Set objExcel = CreateObject("Excel.Application") msgbox "excel application started" objExcel.DisplayAlerts = 0 objExcel.Workbooks.open excelfile...
  3. dabiri

    How to search for a string in a folder.

    Hi, I'm trying to find a problem in a website's content. It involves a page that sends email. I have the folder that contains all the pages/contents. My problem is finding the file/page that contains the string "email". windows 7 will not let me use a search such as the one in Windows XP. is...
  4. dabiri

    File dialog in classic asp.

    Hi, I have a classic asp page that has been working for a while. the user has requested that a file dialog be added so that they can view text files that are in the directory on the server where the asp page is. I have tried some ways in vbs and it works. but, i'm not sure how it's done in asp...
  5. dabiri

    need to open a file dialog box, select a file (text file) and display thecontent.

    hi. I have an hta/vbs app that will present a screen. have user click a start button and it should present a dialog box of file in a specific folder. the user will select the file, click the dialog box ok button and it will display the content of the file. here's what I found in tek-tips vbs...
  6. dabiri

    Errorr connecting to oracle 10g database.

    Hi, I have a simple vbscript that I had used to connect to an Oracle 10g database and execute simple queries. the database is on a server the vbscript was on my windows-XP machine. Now the script has been moved to a windows 7-64 bit machine and I'm getting an error when I execute the script...
  7. dabiri

    Problem connecting to oracle 10g database.

    Hi, I have a simple vbscript that I had used to connect to an Oracle 10g database and execute simple queries. the database is on a server the vbscript was on my windows-XP machine. Now the script has been moved to a windows 7-64 bit machine and I'm getting an error when I execute the script...

Part and Inventory Search

Back
Top