473,471 Members | 2,037 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Printing labels has a glitch

Ron
Hi All,

I've got a report that prints mailing labels. It utilizes a routine that
asks the number of labels to skip, the number of each label to print, and
then prints. It works really well on a print preview. But,when I print to
the printer it disregards the number of labels to skip.

I preview all the reports I've got and then have a little printer icon to
click on if the user wants to actually print (my attempt at saving trees).
Every other report I've got shows the preview, and then prints successfully
to a printer in a format identical to the preview. So, why would my label
program not print that way? If I choose to skip 5 labels, on the preview it
does...but the printer starts at the top left corner of the page, almost
every time. Sometimes, depending on how many I ask it to skip it'll show up
fine on the preview, but then it'll skip 2 on the printer...but it's never
what I asked for.

So, I guess my question would be why would it work on the preview, and not
on the actual printing? Without posting all the code, modules, etc...can
anyone think of a reason for this?

TIA
ron
Jul 30 '07 #1
5 2785
My guess is that you have to tell it how many to skip when you click the
little printer icon.

PC Datasheet
Providing Customers A Resource For Help With Access, Excel And Word
Applications
re******@pcdatasheet.com

"Ron" <ro********************@verizon.netwrote in message
news:nEnri.1040$BQ.520@trnddc03...
Hi All,

I've got a report that prints mailing labels. It utilizes a routine that
asks the number of labels to skip, the number of each label to print, and
then prints. It works really well on a print preview. But,when I print
to the printer it disregards the number of labels to skip.

I preview all the reports I've got and then have a little printer icon to
click on if the user wants to actually print (my attempt at saving trees).
Every other report I've got shows the preview, and then prints
successfully to a printer in a format identical to the preview. So, why
would my label program not print that way? If I choose to skip 5 labels,
on the preview it does...but the printer starts at the top left corner of
the page, almost every time. Sometimes, depending on how many I ask it to
skip it'll show up fine on the preview, but then it'll skip 2 on the
printer...but it's never what I asked for.

So, I guess my question would be why would it work on the preview, and not
on the actual printing? Without posting all the code, modules, etc...can
anyone think of a reason for this?

TIA
ron

Jul 30 '07 #2
That's a totally useless answer.

John... Visio MVP

"Steve" <So***@private.emailaddresswrote in message
news:_H*****************@newsread2.news.pas.earthl ink.net...
My guess is that you have to tell it how many to skip when you click the
little printer icon.

PC Datasheet

Jul 30 '07 #3
On Mon, 30 Jul 2007 15:41:07 GMT, Ron wrote:
Hi All,

I've got a report that prints mailing labels. It utilizes a routine that
asks the number of labels to skip, the number of each label to print, and
then prints. It works really well on a print preview. But,when I print to
the printer it disregards the number of labels to skip.

I preview all the reports I've got and then have a little printer icon to
click on if the user wants to actually print (my attempt at saving trees).
Every other report I've got shows the preview, and then prints successfully
to a printer in a format identical to the preview. So, why would my label
program not print that way? If I choose to skip 5 labels, on the preview it
does...but the printer starts at the top left corner of the page, almost
every time. Sometimes, depending on how many I ask it to skip it'll show up
fine on the preview, but then it'll skip 2 on the printer...but it's never
what I asked for.

So, I guess my question would be why would it work on the preview, and not
on the actual printing? Without posting all the code, modules, etc...can
anyone think of a reason for this?

TIA
ron
It's difficult to reply because you haven't shared with us the code or
method used to input the number of label positions to skip. We're not
mind readers, especially on Mondays... :-)

I would suspect that somewhere between opening the Report in preview,
and printing it, you have code that is closing the form that asks for
the input of how many records to skip.
--
Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail
Jul 30 '07 #4
Tell fredg the same thing because his response is the same as mine!

PC Datasheet
Providing Customers A Resource For Help With Access, Excel And Word
Applications
re******@pcdatasheet.com

"John Marshall, MVP" <la******@stonehenge.cawrote in message
news:c5***************************@PRIMUS.CA...
That's a totally useless answer.

John... Visio MVP

"Steve" <So***@private.emailaddresswrote in message
news:_H*****************@newsread2.news.pas.earthl ink.net...
>My guess is that you have to tell it how many to skip when you click the
little printer icon.

PC Datasheet


Jul 30 '07 #5
I'm glad you agree. Your post was totally useless and just another one of
your misguided attempts to post your sigline. If you had passed grade 2
English, you would have noticed it was NOT the same as FredG's post.

There was nothing wrong with FredG's post. He indicated that more
information was required, you just parroted what the OP said.

John... Visio MVP

"Steve" <So***@private.emailaddresswrote in message
news:kp******************@newsread1.news.pas.earth link.net...
Tell fredg the same thing because his response is the same as mine!

PC Datasheet

"John Marshall, MVP" <la******@stonehenge.cawrote in message
news:c5***************************@PRIMUS.CA...
>That's a totally useless answer.

John... Visio MVP

"Steve" <So***@private.emailaddresswrote in message
news:_H*****************@newsread2.news.pas.earth link.net...
>>My guess is that you have to tell it how many to skip when you click the
little printer icon.

PC Datasheet



Jul 30 '07 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: qumpus | last post by:
My program right now generates USPS style shipping label using System.Drawing.Graphics. It works fine except that the printer prints really slowly. I want to make my program take advantage of true...
2
by: DBQueen | last post by:
I have a database which will be printing out labels for SMALL test tubes (1/4" high). We have yet to find a reasonably-priced printer (labelwriter) which can effectively print this on ROLLS of...
3
by: Grim Reaper | last post by:
I print mailing labels out of Access 2000 databases about 3 to 4 times a week. I have been having problems with one thing since I have been printing mailing labels. I print mailing labels by...
4
by: Arif | last post by:
I C# code prints very slow as compared to a third party barcode printing software. That software prints approximately 10 labels in 2 seconds while my C# code prints 10 labels in 5 to 6 seconds. And...
6
by: Rand | last post by:
Hello anyone, Situation: I want to print 1 or x mailing continuous form labels 1" X 3.5" then change to a different name and print again. Everything works fine except for problem below. ...
3
by: Mika M | last post by:
Hi all! I have made an application for printing simple barcode labels using PrintDocument object, and it's working fine. Barcode printer that I use is attached to the computer, and this...
6
by: MJ | last post by:
Is it possible to print varying numbers of labels from Access?
6
by: Ron | last post by:
Hi, I know Access allows for easy construction of a report setup to print labels from a table/query, etc. I've done that one. It works pretty well for what I need. However, is there an...
11
by: fieldling | last post by:
I have a query which I view through a form. Due to problems with the label wizard printing to a dot-matrix printer I have some code to print out a single label when a command button is clicked. This...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.