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"...
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.