This line : If partpage = 0 And Printer.Page <> 1
should be If partpage = 0 And i <> NoLabelsPerPage (I think)
It's still being debugged, but this problem is preventing me do it.
I am using the Printer.Page in my code. The problem is it is keeping it's value between runs! Here is the code. You can see the use of Page to check whether it's the first page or not. I run this code, stop the application, and run it from the IDE, and I find Page has kept it's value...
I have developed an ActiveX control and made an internet package (CAB), which generated an HTML file with the object referenced in it and also a CAB file and a support folder. I used Package Wizard from VB6.
It works on the development machine, but wen the HTML file is opened over a LAN, the...
Hello
I am about to embark on adding barcode scanning capabilites to my app. I need to use the Comm. control for this as the device connects to the serial port.
However the sales rep. said there was no driver disk with the scanner. (But he was a lamer...I mean "technically...
Why can't I bind the Scripting object early? I can't seem to find the reference for it! What COM server is it?!
Private Sub Form_Load()
Const ForReading = 1
Set fs = CreateObject("Scripting.FileSystemObject")
Set ts = fs.OpenTextFile("c:\testfile.txt"...
Thanks for the experiment.
"You will get an error when installing Jet 4.0 SP3, but it has to do with 2 Dlls that you probably do not use: odbcconf.exe and jetodbc.rsp"
I find this disconcerting, amd is sure to raise concerns in users. Can I avoid this message being displayed by...
Jetsp3, needs mdac, www.microsoft/data says so. And I got an error when installing Jetsp3 that disappeared when I installed mdac, which proves it.
In turn when installing mdac, it says IE 4.something+ must be installed. Now unless you have the full version lying round on a magazine dik...
The problem was the P&D program not detecting all dependancies. I did indeed need Jet 4 sp3, and it's dependancy, MDAC, and in turn, it's dependancy IE 5.5 which is bizare, as effictively it turned my desktop app into one requiring internet access.
Hello
My program uses an Access 2000 database, and my program references the DAO 3.6 Object Library. It works. When I install onto my test machine, with neither VB or access, I get a runtime error (3633). It works fine on this machine.
I'm sure this has something to do with the database...
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.