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 Chris Miller 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. TheShadow2000

    Opening Outlook using ASP.

    I need to open up a new mail window in Outlook using ASP and fill that window with a send to email address, subject line and body. This is the code I have so far. Dim objOutlookApp Dim objEmailMessage Set objOutlookApp= createobject("Outlook.Application") Set...
  2. TheShadow2000

    Type Mismatch Error when Selecting from Database

    All variables shown have been defined before this code is executed. I have simply used "Dim objRS" in the past without problems
  3. TheShadow2000

    Type Mismatch Error when Selecting from Database

    I have an ASP page in which I connect to a database twice. The first time, the page retrieves a Category ID based on input from the previous page. After that, the page is to search a different table and retrieve all entries that have the above mentioned Category ID number. Howevever, when I...
  4. TheShadow2000

    Running ASP Pages using IIS.

    ASP and IIS are fairly new to me. I have a simple ASP page I am trying to run as a test. I have installed IIS on our server (Windows 2000 server). I have also gone into the iis admin folder and set the folder properties to execute.(note: this was done for all users except "CREATOR...

Part and Inventory Search

Back
Top