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...
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...
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...
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...
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...
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...
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...
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...
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...
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.
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...
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...
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...
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.
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.