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 strongm 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: Raydr
  • Order by date
  1. Raydr

    Adding "signature" to all printouts on dot matrix text only printer

    Okay, just thinking more in depth here: I can easily write the app to process the "printed" file and reprint it with the footer. Any idea on how to "create" a printer that actually prints to my software app? A virtual printer, basically. When they print the work orders, they can print it to my...
  2. Raydr

    Adding "signature" to all printouts on dot matrix text only printer

    Hamish, AWESOME idea. I have NO idea why I didn't think of it before! This would be VERY easy to do. You win.
  3. Raydr

    Problem accessing CSV with ADO if "=" prefix

    I download, every week, a CSV file containing a very large amount of data. It consists of subscriber account information. Here is a sample of how the data comes out: ="433030040404089273119",1400,"KIMBLE,SEAN","BRYAN",TX,77801,IE,="",2215 I access it using ADO, here's the connection string...
  4. Raydr

    Adding "signature" to all printouts on dot matrix text only printer

    Hello, I have a Microline 320 Turbo printer. It is installed on a W2K box as Generic/Text Only. The printer is used to print 200 work orders a day for our field technicians. The work orders that print only have the basic job information. I need a tech and customer signature line on every...
  5. Raydr

    Reading/Copying Listview from another app.

    Heck, maybe there's a way we can subclass the thing so I can just loop through each item in the list and print it to a file?
  6. Raydr

    Reading/Copying Listview from another app.

    VBrit: There's absolutely no way there'd be any access directly to the database. This is a national company with millions and millions of subscribers. bjd4jc, getting the hwnd is no problem - although I do greatly appreciate the effort on that end. The issue is I'm not familiar at all with the...
  7. Raydr

    Reading/Copying Listview from another app.

    Alright, I work for an installation company. We have a program that populates a ListView with hundreds of work orders, along with info about the work order, such as address, customer name, etc. Basically, a listview with hundreds of rows and a dozen columns. Here's the issue: The dumbass...
  8. Raydr

    Accesing EFS encrypted files after data recovery.

    Hi there, Last night I screwed up royally. I needed to do a reformat/reinstall on my laptop, so I backed up all my data to a seperate partition and ran the recovery CD. You can imagine how happy I was when I found out that the recovery CD deleted my 2nd partition and overwrote all of my data...
  9. Raydr

    DAO SQL Query not returning all data

    Hi there. Using Visual Basic 6.0 and an Access database. In the past I wrote a database program that used ADO. Whenever I needed a whole bunch of data, I'd use a statement like this: SELECT * FROM Table WHERE Variable = Condition Of course, if there was more than one recordset that met the...
  10. Raydr

    Windows Internet Print Protocol / Service (printing to a shared prn)

    Hi there. I have a printer on a 2k machine that I'd like to share with Window 2000's IPP. The problem I'm running into is that if I connect to the server via localhost/printers/, I can see all the printers on the machine. If I connect to it from the outside (eg: 216.x.x.x/printers, I get the...
  11. Raydr

    Integrate cable modem/linksys router into WinNT server network

    Hey guys. I've been hired by Holiday Inn and the local cable company to do a pretty big job. Basically, we are putting in a total of 6 cable modems (3MB lines). Here's the plan: There are 4 buildings with varying numbers of units (32 to 48). Each room has a network line run to a central wiring...
  12. Raydr

    How can you replace MSGINA.DLL?

    You may need to repair the installation. Boot from the 2k Cd and hit R to repair. Good luck. (BTW, did this happen after installing PCAnywhere?)
  13. Raydr

    Monitor employees time per program

    Yes, it is possible. I can write a program to your company's specifications if you guys need it. I can be emailed at marcus@matosconsulting.com.
  14. Raydr

    Linksys Router open ports

    Port 5678 on the linksys router is a secondary remote administration port that cannot be closed. It is open even if you disable remote management. However, it's only accessible from INSIDE your network, not outside.
  15. Raydr

    Changing IE's autosearch

    I'm sure you guys are all familiar with the MSN autosearch, where if you type something other than a website in the IE toolbar, it will show you an MSN page with listings for it. IE automatically takes you to auto.search.msn.com/whatever?whatever. I want to change that so it goes to a...
  16. Raydr

    Problem retrieving recordset from function

    Okay, removed the .close from GetRecords fixes it, but I get the feeling that's not the right way to do it. I know the memory space isn't being taken up since the variable is destroyed once the function is over, but whatever. I just don't understand why my recordset is closed when I'm closing...
  17. Raydr

    Problem retrieving recordset from function

    Okay, I'm writing an inventory program that uses a DSN in order to access a MSAccess database. Before, whenever I needed a recordset, I'd declare all the variables, open the db, open the record, etc in the sub itself. I wanted to change it so I could just call a function and get the requested...
  18. Raydr

    Populating datagrid with results of SQL query not working. :(

    P.S.: I KNOW that the data is being retrieved into the recordset variable, I've verified it by msgboxing some of the data and it's there. It just won't go into the datagrid.
  19. Raydr

    Populating datagrid with results of SQL query not working. :(

    Hello...I am BRAND NEW to db programming (about 3 hours into it) and basically I'm writing an inventory program to keep track of cable boxes, modems, etc in our warehouse. I have a datagrid that upon load, has a list of every box in the warehouse in the first column, and in the 2nd, it has...
  20. Raydr

    Minimize Application does not collapse on task bar!

    Make sure your borderstyle is 1 (fixed single) or 2 (sizable). Having it set to 3,4, or 5 will cause it to not show in taskbar.

Part and Inventory Search

Back
Top