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

    Get Active Directory SMTP address

    Hi, I am attempting to get a list of all smtp addresses associated with an active directory account. I can successfully query an active directory account to get the 'mail' attribute but this is just a description. The information I need is within the user properties 'email addresses' tab, I...
  2. colin81

    XML Treeview - XML Dom

    Hi All I wish to allow users to ammend a treeview (loaded with daa from an xml doc) which in turn ammends the xml document in the background i.e. ammend the xml dom then write to a file. Is this possible? I cannot seem to find anyway of indexing the selectednode to a node in the xml dom. Many...
  3. colin81

    Returning Friendly System.ArgumentException messages

    Hi All Is it possible to throw a friendly error when a Function is called with the incorrect datatypes or missing values? For example if a user invoked a web method located on a web service which only excepted a value which was of datatype date with a value of 'bob' how could I get a friendly...
  4. colin81

    Input format

    Hi All, Is there anyway to keep data entered within a text area in the same format when being passed from a textarea to another page or persistent storage? An example of my problem would be when a user enters the following into a textarea : Hello, Im Colin Thanks When posted to another...
  5. colin81

    Add nodes to xml document

    Hi All First of all happy new year! Im very new to vb.net and Im struggling to add data to an existing xml document. An example of the document is as below : ----------------------------------------------------------- <?xml version="1.0" encoding="iso-8859-1"?> <tasks> <task >...
  6. colin81

    Using CLOB data in asp pages

    Hi All I am currently writing an asp script to retrieve data from an oracle database and write the values using the response.write method. I am using the 0040 ole provider. This works fine for all fields except fields of the clob (or lob) data types. I then recive the following message ...
  7. colin81

    Sql Like statement to ignore case

    Hi all Is there a way to use a like statement within a where clause to ignore case. As at present when I query a db it only finds the records if the case is matched also. I.e SELECT * FROM tbl WHERE myfield LIKE '%SMITH%' Will only pull back SMITH when I want it to find smith SmiTH etc as...
  8. colin81

    4 Table query

    Hi all I need help with a query involving 4 tables. The sql needs to be able to be executed from an asp page. I have the following tables : tblPollutant pol_code pol_desc -------- -------- 1 co2 2 sulphur tblPolLevels lev_code lev_desc -------- -------- 1 Low 2...
  9. colin81

    Oracle asp 0040 connection problems

    Hi All I am currently experiencing problems connecting to an oracle database using the below in an asp page : <%@Language="vbscript"%> <%Option Explicit%> <% Dim OraSession Dim OraDatabase Dim OraDynaset Set OraSession = Server.CreateObject("OracleInProcServer.XOraSession")...
  10. colin81

    Conecting to an oracle database using 0040 ole

    Hi All I am currently experiencing problems connecting to an oracle database using the below in an asp page : <%@Language="vbscript"%> <%Option Explicit%> <% Dim OraSession Dim OraDatabase Dim OraDynaset Set OraSession = Server.CreateObject("OracleInProcServer.XOraSession") Set...
  11. colin81

    Redimensioning a multidimensional array

    Hi All Im relatively new to VBA and need help redimensioning a multidimensional array in vba. I receive the following error when I attempt to redimension: "Array already dimensioned" Can anyone please provide an example of how to redimension a multidimensional array? Or is it possible to...
  12. colin81

    Javascript mouseover in vbscript

    Hi All Im quite new to asp and up to know doing ok (hmmmmm!) I am having problems using javascript mouseovers and validation within my vbscript (this works fine when used as a html page not when asp). I have looked on the web but not found a solution to my problem. An example would be: <a...
  13. colin81

    Running batch file after dial-up connection

    Hi All Is there a way of executing a batch file once a dial-up connection has been established on windows xp machines? This needs to be setup on individual pc's. Thanks for reading Col
  14. colin81

    Changing default file locations

    Hi all We have a user at our place using adobe photoshop 7.0. Due to our group policies users cannot access stuff from the c: drive which is causing problems when attempting to open files and access some components. Is there anywhere to change default file locations within the program and...
  15. colin81

    Storing and inserting multiple user information in Msoft Word

    Hi all Im new to the vba world and need a bit of hand with something..... I have a letter template which uses a userform to fill in a recipients address etc on a document (this bit i am alright with). The letter also needs to hold a certain amount of user information (more then can be held in...
  16. colin81

    Msoft Word Changing default paper size

    Hi All Prob a very easy one but how can I change the default paper size for documents to a4 instead of letter for all documents as at the mo my users are changing it on every instance of opening a new document. Thanks for reading Colin
  17. colin81

    Terminal Server installation

    Hi All Is it possible to install Terminal Server on an xp machine? At present when we attempt to use Terminal Server Manager we cannot use the remote control facility, unless we remote desktop to our Terminal Services Servers that is. We have tried using a shortcut from our terminal services...
  18. colin81

    Microsoft Word 2002 (xp) crashing after printing

    Hi all I have a pc which is crashing only during the use of Microsoft Word. The pc has not crashed or nothing suspicious occurred recently. The error messages are as below, which are taken from the event viewer. Error Message1: Faulting application winword.exe, version 10.0.4219.0, faulting...
  19. colin81

    Powepoint

    Hi all How do I change the default location for templates within Powerpoint XP or 2k, is it a registry hack or something alot more simple?
  20. colin81

    RPC Server is Unavailable when attempting to join domain

    Hi all I am having a problem joining our domain from one machine, this problem does not occur on other machines......ruling out a server problem and leaving it down to the pc itself. The problem occurs when I attempt to join our domain, the pc finds that it has an account on the domain...

Part and Inventory Search

Back
Top