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 SkipVought 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. stilley

    CRC error and backup fails

    Thanks everyone! It is working, I just had a bad tape.
  2. stilley

    CRC error and backup fails

    ok, thanks. I will try another brand new tape to see if it happens again. stilley
  3. stilley

    CRC error and backup fails

    This backup worked on an older tape but not on a brand new tape, got the error posted above. stilley
  4. stilley

    CRC error and backup fails

    Media Name: "Media created 02/22/2006 02:00:30 AM" Backup of "ARMOUR3 " Backup set #1 on storage media #1 Backup set description: "ALS New Daily Backup" Backup Type: DATABASE - Back Up Entire Database Backup started on 02/22/2006 at 9:20:21 AM. Database moncton_377 Database moncton_350 Storage...
  5. stilley

    Using VB to print bar codes

    Thanks but I guess I should have been more specific. I need to be able to print a code 128 barcode on my label. I believe this site only has a free code 39 barcode font. I have checked lots of websites and they are all charging for barcode fonts or controls.
  6. stilley

    Using VB to print bar codes

    Hi, can anyone tell me what is involved in printing bar codes using VB 6 or where I can go to get information on this? Thanks in advance! Shannon
  7. stilley

    Installing VB 6 on XP Pro

    Has anyone had any problems installing VB6 Enterprise Edition on a Windows XP Pro PC? I am getting an error: Failed to register C:\Program Files\Common Files\Designer\MSADDNDR.DLL Thx, Shannon
  8. stilley

    Print to USB port

    Thanks, about the printer port loop.. Actually it still isn't working. It worked on my 98 machine but not on my XP machine... very strange...
  9. stilley

    Print to USB port

    One more thing, I set up a command button to cancel printing using printer.killdoc. Any idea why it still doesn't cancel the printing?
  10. stilley

    Print to USB port

    Sorry I should have know that it was a constant, this is the first VB program I have written since college 5 years ago... Its all coming back to me now. I need to brush up on a lot of things... Thanks for all your help!
  11. stilley

    Print to USB port

    Thanks, Now it is telling me that MAX_FILENAME_LEN variable is not defined. Is this something I need to define?
  12. stilley

    Print to USB port

    Hi Golom, Thanks for all your help! I was able to get this working to a certain point. I was wondering if you could post your code for the 2 procedures: GetWindowsDirectory and GetPrivateProfileString ? Thanks, Shannon
  13. stilley

    Print to USB port

    I just realized this code is not working for any of my printers, LPT1, BLP2 etc... It finds them all even the USB but won't set the myUSBPrinter value to be it.
  14. stilley

    Print to USB port

    Is there an ocx or something that I should be using so VB 6 can see my USB port? What am I missing?
  15. stilley

    Print to USB port

    Ya I tried stepping through the loop and I saw every printer on my system but for some very odd reason the USB001 value is not getting passed. Very strange.
  16. stilley

    Print to USB port

    still didn't work...
  17. stilley

    Print to USB port

    it says "USB001" but line "Set myUSBPrinter = Pr" still passes it as "nothing" and even when I change my code to look like this: For Each Pr In Printers If Instr ( Pr.Port, "USB001" ) > 0 Then ' Found a USB Printer Set myUSBPrinter = Pr Exit For End If Next Pr still...
  18. stilley

    Print to USB port

    Thanks, this is a big help and most of this works when stepping through the code except: For Each Pr In Printers If Instr ( Pr.Port, "USB" ) > 0 Then ' Found a USB Printer Set myUSBPrinter = Pr Exit For End If Next Pr it still detects it as "nothing" for some reason it...
  19. stilley

    Print to USB port

    I'm new at this, not really sure what you mean?
  20. stilley

    Print to USB port

    Thanks, I have it working now but also I would like to be able to set my VB program to only print to the USB printer. Even though another tcp or lpt1 printer may be the default printer on the PC, I only want my VB app to print to the USB thermal printer. Is there code I could hard-code to tell...

Part and Inventory Search

Back
Top