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

  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

    Still looking and can't find it if anyone has an idea, I'd appreciate it. Rob Just my $.02.
  4. 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...
  5. rtshort

    Excel - Part of words not printing

    Thanks a million macropod. I haven't had time to repiar the font yet, but I changed it on the doc and all is well. If I could give you 100 stars, I would. I have less hair left after the last few days. :) Thanks again. Rob Just my $.02.
  6. 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...
  7. rtshort

    Convert CSV(semicolon separated file) in to XLS

    Very handy Leosy. Thanks for posting back your solution. :) Rob Just my $.02.
  8. rtshort

    Get value from remote registry.

    For anyone who stumbles across this, I never got the HKCR to work. I ended up using: HKLM\Software\Microsoft\Windows\CurrentVersion\App Paths\Winword.exe\path and breaking it down fromt here. (Office 14 = Version 2010, etc.) Rob Just my $.02.
  9. rtshort

    Get value from remote registry.

    I don't know what I'm thinking. I'm using HKEY_CLASSES_ROOT. Rob Just my $.02.
  10. rtshort

    Get value from remote registry.

    Thanks for the quick reply. I was going by this article on TechNet, and trying to use HKEY_CURRENT_USER but the link that you gave me says I can't do that. http://technet.microsoft.com/en-us/library/ee176991.aspx It seems like it will work from that page, but the Value I get returned is "Null"...
  11. 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.
  12. rtshort

    Program to control server printer

    Yeah, that's about all I want to do is pause the printer and let Admin resume it after it's approved. It won't be necessary to try to get the right page to print out of 50 or so, they can just delete it and then show the student/patron how to print the pages they want correctly. Strongm, I'm...
  13. rtshort

    Program to control server printer

    TLowder, thanks for the response. I want it to control the "network printer" in a school, library or internet cafe etc. so when a student/patron clicks print from any app it will not print until the teacher/librarian releases it. People will open a multipage document such as a PDF that...
  14. 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...
  15. rtshort

    Restrict Websites

    Thanks WM. I ran across that searching but wasn't sure how good it was. I may give it a shot. Rob Just my $.02.
  16. 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.
  17. rtshort

    Keep formatting in TextBox

    Strongm, you are a VB GOD. I'm sorry I was confused about what you were asking before, but I thank you from the bottom of my heart for sticking with me and helping me figure it out. You are obviously a very nice person. If I could give you a million stars I would because you are worth it...
  18. rtshort

    Keep formatting in TextBox

    Sorry I didn't mention that, but I did it that way first. So the code looks like: Private Sub cmdMail_Click() 'mailInfo(0) = "anexample@somewhere.com" 'mailInfo(1) = "cc@somehere.com" 'mailInfo(2) = "bcc@somewhere.com" mailInfo(3) = "New Claim From Company, Inc."...
  19. rtshort

    Keep formatting in TextBox

    I guess I'm doing something wrong. When I change the code like this: mailInfo(4) = mailInfo(4) & "Our File #:" & " " & txtFileNumber.Text & "%0D%0A" SendMessage txtDesc.hWnd, EM_FMTLINES, 1, 0 & mailInfo(4) = mailInfo(4) & "Description:" & " " & Replace(txtDesc.Text, vbCr & vbCrLf, "%0D%0A")...
  20. rtshort

    Keep formatting in TextBox

    Thanks StrongM. Haven't been here in a few days, but I'll let you know how it turns out. Rob Just my $.02.

Part and Inventory Search

Back
Top