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

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

    Firmware & Device Driver Updates HP

    Hello, I have been tasked with the job of updating a few hundred servers with the latest firmware and drivers from HP. None of these servers (a mix of windows 2000 / 2003) have been updated before. Since I am a rookie on this, I sent a note to HP Support asking for some advice and they said I...
  2. mclellan

    Get New IE Window

    Hello, I have a vbscript creates an Internet Explorer object: InternetExplorer.Application and once the page loads I then have it click a link via command: getElementById("ButtonToClick").click() The problem is, once I click the link, it opens a new webpage! Does anyone know how I can access...
  3. mclellan

    Terminal Services Server Licensing

    Hello, I attempting to setup Windows Terminal Server to be used with 1 connection only. I was under the assumption that you get 1 free console and 1 free regular connection with a server license. When I connect now I get the error 'Cannot Find Windows 2003 Licensing server .....' This is kind...
  4. mclellan

    InternetExplorer.Application Past Login Screen

    Hello, I have a vbscript that launches a webbrowser, enters the name and password and clicks the submit button via: GetElementsbyTagname("BUTTON").item(0).click Once my new page loads, I try to find any tags that have the '<td>' field in there by using...
  5. mclellan

    Connecting IP Phone to Laptop

    Hello, I am hoping this will be an easy question! I have a laptop with a software VPN connection allowing me to connect to the corporate network. Once I establish this connection, I would like to 'somehow' plug my Cisco IP Phone into my laptop and connect into our call manager. Does anyone...
  6. mclellan

    TEI Value

    Hello, Can someone tell me what the TEI field is for when you display a cti-link (or on a V9 a map-d extension)? I have seen a value of 3 or 1 in that field, but don't know what they mean, or what TEI means for that matter. Thanks for your help!
  7. mclellan

    Copy form data to a report

    Hello, I have a form with 2 sub forms in it and need to create a report from this data. Is there any easy way to just pass the data currently on the screen to a report, or do I need to make my own query (basically emulating the form) and create the form based off of this? Thanks! Barry
  8. mclellan

    Pass Announcement Into A Vector

    Does anyone know if it is possible to pass an announcement into a vector from a VDN? (currently running S8700, but even if it is possible with an S8720 I would like to hear how) We currently pass skills into vectors using skill preferences, however we would like to go one step further and pass...
  9. mclellan

    Prompting for record

    Hello, I have a form bound to my invoice table, and I created an unbound combo box based on my customers. In the AfterUpdate event, I added the code: Private Sub Combo11_AfterUpdate() Me.Filter = "tblInvoices.InvoiceID In(SELECT tblInvoices.InvoiceID FROM tblInvoices WHERE...
  10. mclellan

    Call Handling Treatments

    Hello, Does anyone know if there is some sort of 'Gartner' report out there which talks about preferred call treatment methods for customers when be queued? In our call center we do the following from a customer perspective. Play non-disclosure message music Play marketing message 1 music...
  11. mclellan

    Invoice - Starting the flow

    Hello, I am planning on having an invoice form with a sub form (to hold the detail lines) to process customer requests. To get the ball rolling, I am envisioning a box in the top right corner of the form where I will pick a customer name either from a drop down, or I will enter in a phone...
  12. mclellan

    Printing a Form

    Sorry for another newbie question! I am attempting to make an invoice form which will print across two pages. Am I better off trying to figure out how to print the form directly, or should I create a print button on my form which will launch a report to print my information? Just not sure on...
  13. mclellan

    Hiding Record control at bottom of form

    Hello, I have a subform which has the automatic record slider at the bottom of it. Probably not describing it right, but it is the control on the bottom left of the form that allows you to click buttons to go through records, jump to the end, or enter a specific record. Does anyone know how to...
  14. mclellan

    Return to Top

    Is there a way in VB.NET to return to the top of your for loop? for x = 1 to 10 if x = 2 then [** go to the top of the loop and skip code underneath **] do stuff here next Thanks Barry
  15. mclellan

    Dial Up Networking Terminal Window

    Hello, I can connect to my local site using Dial Up Networking, however when the Terminal Window comes up, I can't enter any keystrokes in that window. Our IT department has been making a lot of security changes, and wondered if anyone has heard of this before? I am thinking I am locked out...
  16. mclellan

    Creating Dynamic Labels

    Hello, I am starting to experiment with dynamic labels and wanted to know what the format would be. If I use a label box and select INCRP_NIC_1 with a label of 50005, how would I created this as a dynamic label? INCRP_NIC_1.50005? Thanks for your help! Barry
  17. mclellan

    One Parameter Feeding Multiple Queries on One Report

    Hello, I have a report that has 4 graphs in it. Each graph pulls from a seperate query which prompts for a Site Name. Can someone tell me how I can get the report to automatically feed the single input 'SiteName' into each of it's queries? I was hoping there would be some way to have the...
  18. mclellan

    Waterline on Access Chart 2

    Thought I would start a new thread for this since since I sent everyone down the wrong path last time! I am looking to add 1 or 2 hard coded lines into my access charts to identify a danger level and critical level. I have a sample table: process 1 date(01/01/06) level 40 process 1...
  19. mclellan

    Waterline on Access Chart

    Hello, I have a table of values that measure CPU utilization which looks like this: Date, CPU I also have a MAX CPU table that has a value set at 80. I would like to be able to plot a graph that shows a single line for my CPU utilization, but also has a waterline set at 80, so that if my...
  20. mclellan

    Where to start!

    Hello, I want to create a central database, and have our sales people out in the field, update their local database, and then synch this to the central database when they return. Unfortunately I can't figure out where to start! I have read that I need the Microsoft Repliation Manager, and it...

Part and Inventory Search

Back
Top