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

    Sum and Group By

    I'm trying to structure a query that will let me get the sum and group by a time period. Table has Account Number, Amount Purchased, Fiscal Year, Fiscal Period, Fiscal Week, and Date. It also has a few more fields, but these are the ones I'm concerned with. SELECT DISTINCT...
  2. rtshort

    PC5250 Emulator hanging on splash screen

    Whent the PC5250 Emulator starts a session on Windows XP, it hangs on the splash screen. I've traced it back to getting hung on the Print Spooler Service. I can stop that and the Session will start normaly. The PC has no printers installed and the 400 is not set to print. I've disabled the...
  3. rtshort

    Script to add uname and pword to web login

    Have a webpage that ask for a users password in a "Windows Security" popup before the page loads. After the page loads it has another username and password to logon. I have a script for that last part and I've tried to use cmdkey for the popup box. I can add the credentials to Windows Vault...
  4. rtshort

    Excel - Part of words not printing

    I created a spreadsheet for several people to use in Excel 2010 SP1. On one PC, it stopped printing all of the words in the cell leaving out a few characters. The cell is large enough for the data that is there and there is no special formatting. The PC that it prints from prints the same way...
  5. rtshort

    Get value from remote registry.

    Can someone point me in the right direction to write a script that will read a registry key for all of the machines in an active directory OU. I have the code to go through all of the machines in the OU, just need to be able to get a registry value also. TIA Rob Just my $.02.
  6. rtshort

    Program to control server printer

    Can someone point me in the right direction if it's possible. I've done some programming but I'm certainly not an expert by any means. I have a school with the printer connected to a print server at the main desk. They want to be able to control what's printed. In other words, when the student...
  7. rtshort

    Restrict Websites

    I have a school that wants to restrict websites from students, but not teachers. Is there a way to do this using DHCP Server or do I need to be looking at an appliance like SonicWall or a Proxy Server Software? Rob Just my $.02.
  8. rtshort

    Keep formatting in TextBox

    I wrote a small app to let the user input data and send it directly to an e-mail. From there it goes into a Database. When the info from the textbox is transferred to the E-Mail it looses it's format. For example: *************************** abc def ghi... **************************** Looks...
  9. rtshort

    Printers not in Printers Folder

    I have a strange problem with a Vista Business laptop. If you go to File>Print in Word or something, there are 4 printers that show up. In the Printers Folder there are none. If I try to install a printer, I get a message that it's already installed. Even though they show up in File>Print...
  10. rtshort

    OEM Version

    I was under the impression that the OEM Version of XP Pro had to bought with some type of Hardware. I see that they sell it on Amazon and other sites without any other purchase. If I install that on a computer, what is the drawback? From what I read on Amazon it's about the same, but the...
  11. rtshort

    Strange question

    I have a server that I want to change from a Domain back to a Workgroup. The Server has some software on it that don't really have to be on a Domain, someone just set it up as a Domain. If I set the server back to a Workgroup, what should I expect from the workstations that are already a...
  12. rtshort

    Strange Printing Problem

    I'm having a problem with a computer. It has 2 printers connected to it. After a Windows Update ran, it started cutting off the right hand side of the page when it's printed. Doesn't matter what program it prints from, it still cuts the right hand side of the page off. I thought the printer...
  13. rtshort

    Create Update

    Can someone point me to an article on how to create an update for a VB Program that is already created. I don't even know if it can be done or not, but I've searched Google for an hour or so now. I need to change one form and don't really want to have to un-install the program and re-install...
  14. rtshort

    Password for NetWork Drive

    Why will a mapped network drive on XP ask for a password? It only happens when the user computer has been restarted. A little more on it, they didn't have a password on any computers set up for years. Now all of a sudden, they decide they need one. That's when the problem started. There was no...
  15. rtshort

    Query acting strange

    This may belong in the Access forum but I'm not sure. I have the following query and use Access 2000. The query is ran in a VB Program. I've tried to run it in Access itself and get the same results though. SELECT DISTINCTROW Max([Client].[ID]) AS ID FROM Client; It works fine until the ID...
  16. rtshort

    Send E-Mail From VB

    I've been Googleing this for about 3 hours now. The only thing I can find is how to send the actual e-mail from vb exclusively using CDONTS or the MAPI Control. I'm really looking for a way to actually open Outlook Express with all of the information transfered from the VB Program to the e-mail...
  17. rtshort

    P & D Wizard Error

    I created a program and it works well in the IDE, however when I try to compile it using the P&D Wizard it comes up and gives me an error right at the start. "Run-Time Error '339': Component MSComCt2.ocx or one of it's dependencies not correctly registered: a file is missing or invalid. I have...
  18. rtshort

    Create DSN at Install

    Can anyone point me in the right direction to create a DSN so it installs when the program installs using the Package and Deployment Wizard. Or any other Install Program for that matter that will compile VB Code. I'm using VB6.0 I've searched the web over and the FAQ's on this and other sites...
  19. rtshort

    Page loading slow

    I have an ASP Page that has 23 Combo Boxes on a Form made in Interdev. When the page loads, it fills 4 of the Combo Boxes. The rest are loaded when one of the others is clicked on. I've also tried loading the page and not filling any of them to see if that makes a difference. No connections or...
  20. rtshort

    Error 800a0cc1

    I really don't know what forum to put this in but since all of my Google searches have mostly led to ASP pages, I thought this may be the place. Granted that I'm "wore out" since I've been working on this for about 5 hours now. Most all of the results (Google) suggest is a spelling error of a...

Part and Inventory Search

Back
Top