-
I created a vb application on an NT machine that prints labels. It works fine on NT machines, but when I try and run it on 95 machines it crashes when the user trys to print more than 1 label. I found that there were a few commands, such as setting the printer.forecolor attribute, that would not work correctly in 95. I was wondering if you had any other ideas as to why it locks up when multiple lables are printed. I have the print commands set in a For loop that exits when the loop number matches the selected number of labels. When it exits, I set Printer.enddoc. If it loops, I set Printer.newpage. This may not be very clear, and I apologize. If I can give more helpful information please let me know.
Thanks.
-
Never mind, I found out it was a problem with the printer firmware communicating with 95 and got it fixed.