I have used some neat utilities in VB and VBA for printing labels. It is basically a "label saving" feature.
What it does is two things...
First...you can (on a form) determine the number of labels you want printed for each record in the recordset. This is neat if you want a full sheet of labels for your return address for mailing letters.
Second...you can determine which label the printing starts at on the page.
The reason I really like this second option, is that you can reuse label pages. As an example...I printed off a label report (3 across, 10 down, on each page) and now have a page left over that has 14 labels on it.
Is there a way to tell the report to start printing on label number 17, and if needed, continue printing normally on a second/third/fourth page of labels?
I am using VFP9, by the way....
What it does is two things...
First...you can (on a form) determine the number of labels you want printed for each record in the recordset. This is neat if you want a full sheet of labels for your return address for mailing letters.
Second...you can determine which label the printing starts at on the page.
The reason I really like this second option, is that you can reuse label pages. As an example...I printed off a label report (3 across, 10 down, on each page) and now have a page left over that has 14 labels on it.
Is there a way to tell the report to start printing on label number 17, and if needed, continue printing normally on a second/third/fourth page of labels?
I am using VFP9, by the way....