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

    Browse Network For Files and Return File Name VISUAL BASIC 6

    I have been looking for code to browse a network for files but can find none. Does anybody know of any code to do this?? Thanks
  2. mnolting

    How to set attributes / add children with duplicate node names

    I need to add children and set the attribute for a node where it is the second instance in a family of nodes. But I cant seem to find a way to "SelectSingleNode" so that I can add children and set attributes. This is what I have created so far: <Markers ObjectID="22"...
  3. mnolting

    Data Grid office 2003 on Win7

    I Encounter "The subject is not trusted for the specific action" when attempting to place a data grid on a form (msdatgrd.ocx). The control is not placed. I enabled the ocx using Active x manager but the condition does not change. I verified that the setting in the registry is set correctly (0...
  4. mnolting

    Capture non selectable text in IE Web e-mail OWA

    I need to capture text in an Outlook web app IE e-mail program. The text to be captured is the highlighted e-mail (which is yellowish / orange) I need the VB application to run formless / in the background and return to the calling program the text of the highlighted e-mail. I see a lot of...
  5. mnolting

    Exit IE editor and open Word

    I have the following task for a VBA program to run after opening a word doc attachment in a Microsoft Exchange internet server. eg https://abcdef/exchange.com 1. Obtain information within the doc to determine WHERE to store it locally and the NAME for the file (Which I already wrote and works)...
  6. mnolting

    Qut IE word editor and open same Doc with MS Word.

    Heres my task: Open an e-mail attachment that is a word doc from a web -browser based exchange server (eg at www.blabla.com/exchange), run a macro that saves the doc locally, close the IE window and document, and open the same document in WORD. I open the document so that I can run a word macro...
  7. mnolting

    Query records from a csv file using ODBC

    I am attempting to read records from a csv file using ODBC with the following code: '------------------------------------------------------- Public Function ChkAgent(Fname, Lname As String) As Integer Dim db As DAO.Database Dim rs As DAO.Recordset Set db = OpenDatabase("", True, True...
  8. mnolting

    ODBC to a csv file

    I have created a DSN to a csv file and I am able to use it with WinSQL (so I know that the connection works). When I use the connection in Word VBA, I get an error that I can not use ODBC to import , export or link data to my database. When i use this code for any other type of DSN (eg SQL...
  9. mnolting

    SQL RESULT SET FOR LONG FIELDS

    If you perform a query on a MS Access table where a field is 255 in size, the resulting view will create a memo field for the field in the query. EG Table name &quot;LOGDATA&quot; Fields &quot;Start&quot;,&quot;Stop&quot;,&quot;Notes&quot; =SQLEXEC(1,&quot;SELECT * FROM...

Part and Inventory Search

Back
Top