Label printing
When my users printing labels the label sheet is not always fully used.
So there are e.g. 10 labels left over from a previous print.
We do not want to waist those 10 labels, so before printing I want to ask
the user how many labels I must skip before I print.
If there are 24 labels on a sheet and there are 10 labels left from a
previous print I want to skip 14 labels before I print.
What is the best way to do this ?
Lee
So there are e.g. 10 labels left over from a previous print.
We do not want to waist those 10 labels, so before printing I want to ask
the user how many labels I must skip before I print.
If there are 24 labels on a sheet and there are 10 labels left from a
previous print I want to skip 14 labels before I print.
What is the best way to do this ?
Lee
This discussion has been closed.
Comments
There are several post on this subject (search for "skip" in this
newsgroup). I am doing just that using the example this sample project
and it works well.
http://www.digital-metaphors.com/tips/SkipLabels.zip
Bob