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

  1. Mingas

    copying existing database table

    Thank you all...i figured it out.
  2. Mingas

    copying existing database table

    Guys please help I'm losing it. I'm trying to copy or backup my existing db table at button click using an sql query in visual studio 2010 C#. I keep getting the same error and batle to figure out what the fault could be. #######I first tried.... string sqldatex = "Select * Into NewTable From...
  3. Mingas

    Time format

    Please help, i have a colomn in my SQL database called "Actual" it is set to data type "time(8)" Through a web app designed in asp .net....on Onclick event of a button...I'm trying to take a value of a text box and update my DB table as follow: string txt = tb.Text; string query = "Update Jobs...
  4. Mingas

    navigate to a web page without it loading from cache

    Please help I need to know how i could nevigate to a page without it being read from cahe...currently i achieve this by first navigating to a page then once loaded, i do a refresh2 ....is it possible to attain the same result without having to do a refresh. See what i do below: objIE.Navigate...
  5. Mingas

    Deleting MS Word Temp (.TMP) and Backup (.WBK) files

    Please assist Is there a way to find and delete all MS Word Temp (.TMP) and Backup (.WBK) files from my PC. (Running on Win 7 OS). Problem is I'm running some script that occassionally opens a specific word doc, writes to it, saves and closes it. After several runs of this, somehow the word doc...
  6. Mingas

    Opening a word doc in current folder as my vbs file

    Please help I would like to open a word doc that's in the same folder as my vbs...i don't want to have to specify the whole path. What I have is the following: set word = createobject("word.application") word.visible=true Word.Documents.Open "C:\Whatever\Other\max.docm" I have tried: set...
  7. Mingas

    String search on open app window

    Guys please assist I am trying to figure out a way to search for a string on an active window. I know how to do this on an IE Browser window, but is it possible on a normal application window. The code would basically need to search if a particular string appears on that active application window.
  8. Mingas

    Connecting to Oracle with PHP

    Guys please help. I have been tasked to create a php page that would connect to an Oracle DB given the below: Table name that is holding the Solutions info is called: REMMIS2.PBM_SOLUTION_DATABASE Please see below the TNS connection string. User id = myid Password = mypass REMPRD02=...
  9. Mingas

    How to trigger a .vbs file on server side from clicking a weblink

    Guys please assist: I have a series of scripts I’ve written in vbs. These serve to compile some report we require at random intervals. These scripts run on a standalone PC located across the room. Currently when we need the report, we have to walk over and double click the first .vbs script...
  10. Mingas

    Finding this or that word in a webpage

    PHV....you such a life saver...thanks a mil, much appreciated :)
  11. Mingas

    Finding this or that word in a webpage

    Hell I'm so frustrated even my typing is out the window, I'm closer to deadline and cannot seem to figure this out. I had taken it for granted and left it for last minute.
  12. Mingas

    Finding this or that word in a webpage

    *I would also...
  13. Mingas

    Finding this or that word in a webpage

    But this only searches for string "invalid".... are would also like is to seach for string "access" as well
  14. Mingas

    Finding this or that word in a webpage

    Find "Invalid","https://10.182.218.169:9448/PAS_Africa_Botswana/logonWF.do" Function Find(StrString,URL) Titre = "Find a String in a webpage" 'URL = "https://10.182.218.169:9448/PAS_Africa_Botswana/logonWF.do" Set ie = CreateObject("InternetExplorer.Application") Set objFSO =...
  15. Mingas

    Finding this or that word in a webpage

    thread329-1700446 Hi guys...suppose you have two word to search for, how would you then do it. That is: If Matches = word1 or word2 then...

Part and Inventory Search

Back
Top