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

    Reading a binary file X amount of data at a time

    Im trying to create a little server which can send files to clients. One thing im stuck on is actually breaking up the binary file and sending blocks of it at a time. What I want to do have is some kind of function where i just pass the position i want to read from in the file and it returns the...
  2. WilliamUT

    How can I forward calls to the automated system?

    Ok I have setup a vector which is basically an automated system for our laboratory. I don't want people calling the direct lines anymore (only the main vdn) so I setup a coverage path which forwards all the calls into the automated attendant. Calls for the automated attendant are only able to be...
  3. WilliamUT

    Attendant vectoring?

    I think I have this feature but am not sure where to start? I just want to queue up internal calls comming from inside our business. How can I do this?
  4. WilliamUT

    Vector questions...

    My first question is there any kind of guide to programming vectors? I can't find anything and have had to basically learn everything by trial and error. My second question is I have a vector that places calls in a hunt group queue. Is there a way if the call sits in the queue for 3 minutes to...
  5. WilliamUT

    Question about some system boards...

    We are upgrading from a G3SI to an S8710 here in about 3 weeks. Right now im mapping out 30 years of wiring mess and a bunch of old hardware etc. I have some questions about some of the boards in the switch that I have never worked with before. TN763D Auxiliary Trunk - What exactly is this? It...
  6. WilliamUT

    ISA 2004 : Blocking / Filtering Downloads

    Currently I am blocking all downloads through GPO on my Windows 2003 Server. Due to some peoples job descriptions these people need to be able to download certain files. I would basically like to make a rule saying if people belong to a download group let them download files with *.pdf...
  7. WilliamUT

    Problems with caller id on cell phones

    I am running a Definity G3SI r10 and have a question about caller ID. When we call out to normal land lines caller id is passed normally but when we call out do cell phones "Unknown ID" is displayed. As of last year we switched prefixes to a breand new new block of 1000. I called the phone...
  8. WilliamUT

    Applications not exiting properly?

    Im having a problem with one of my applications not exiting when I close it down. When I pull up the task manager I can still see it running but the GUI is gone so it looks like it did shut down when in reality it did not. What could be causing this? What is the right way to terminate my...
  9. WilliamUT

    Need help with OdbcDataReader

    I have a client / server running which is using remoting. I am trying to pass back a OdbcDataReader which is full of records to the client but when it hits the client end it is saying that there is no connection open. Is there a way to convert this to from odbcdatareader to a ADO recordset and...
  10. WilliamUT

    Sending a recordset over a data stream?

    I am currently programming a client/server application and now am to the point where I need to send data back and forth from server to client (and vise versa). The server basically is the middle man between the client and a MySQL database. I would like the server to return a recordset and...
  11. WilliamUT

    Anyway to filter downloads in IE by extension?

    We are using 2003 Server and ISA 2000 server. Right now through GPO's I am block all IE downloads. We just got a new application that everybody needs to run over the browser and it requires them to download .CSV files. Is there any kind of templet that I can use to allow everybody to download...
  12. WilliamUT

    FolderBrowserDialog doesn't exist?

    I am trying to browse folders with a dialog box and all of the vb.net websites tell me to use FolderBrowserDialog control. Well this control not only does not exist when I try Import System.Windows.Forms.FolderBrowserDialog like the Microsoft site tells me to that doesn't exist either! Im...
  13. WilliamUT

    Authenticating with Active Directory?

    I am writing my own screen saver and would like the user to have to enter their username and password to "unlock" the computer. How can I have my screen saver use the security on my W2k3 server AD? Thanks!
  14. WilliamUT

    using WinExit.scr

    I am trying to setup winexit.scr so users are automatically logged out. Everything is working fine except I can't seem to have it read from the registry...it keeps wanting to load it's default settings. When I right click on it and configure it the settings stick but do not update anywhere in...
  15. WilliamUT

    Creating bootable dvd's

    I am using ghost 2003 and have created a bootdisk which spans 2 disks. I want to place these bootdisks onto a DVD so the DVD will boot. I have tried Nero and DeepBurner to make bootable disks. Nero only allows you to use 1 floppy (I have 2 disks) or a bootimage and Deepburner wants some kind of...
  16. WilliamUT

    Trigger to delete a record on insert?

    I am logging all proxy activity on my ISA server to an SQL database. I am getting tons of records that show up as anonymous and I want to delete them as soon as they hit the database. I have tried using a trigger to delete them on insert but of course you can't delete a record before it has been...
  17. WilliamUT

    Is it possible to return a users NT Login?

    I am writing a webpage in ASP.NET that connects to a SQL server and returns what websites a user has surfed. So far the user has to enter their domain username by hand and click submit. Is there a way to automatically grab their domain username and pass it back? Thanks
  18. WilliamUT

    Tons of anonymous entries in my logs?

    I am getting tons of anonymous entries in my logs and am wondering why? I will get 3 of them in a row followed by the login name of the person doing it. They look like this : 10.162.21.112, anonymous, -, -, 9/28/2004, 0:00:01, -, -, -, -, -, 0, -, -, -, -, -, -, -, -, -, -, -, -, -...
  19. WilliamUT

    Having an object remove itself from a collection?

    I am writing a server application that can handle multiple connections. When a client connects I stick add it into a collection. What im getting stuck on is when the client disconnects I need the client object to remove itself out of the collection. I am passing the parent collection refrence as...
  20. WilliamUT

    Inserting a digit in a vector

    I work for a hospital and currently we have 3 floors of patient rooms. Our numbering scheme is a total mess there are did's everywhere and they dont match. I want to take all my patient phones and make them all 5 digits. All patient rooms would begin with a number 4 then the 3 digit room number...

Part and Inventory Search

Back
Top