Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Is there a way to tell Crystal what label to start printing at? 2

Status
Not open for further replies.

iannuzzelli

Programmer
Jan 4, 2003
36
US
I am trying to create a label generator for a particular application. Unfortunately if I use standard avery laser labels then my customer will need to print entire sheets at a time and waste unused portions. I would like to be able to tell crystal what label to start printing at.

Is this possible? Does anyone know of an easy solution?

Thanks for any help.
 
Thanks for the reply. You state a good idea I will research others before I make my decision.
 
SV,

Very nice. I have never thought of this. Software Sales, Training and Support for Macola, Crystal Reports and Goldmine
dgilsdorf@mchsi.com
 
I filled a temp table with blank rows in front and it worked great. The only problem I had at first was developing the logic to know how many blank records to insert. Now everything works great no matter what type of labels are being used. Of course a report needs to be created for each type of label but if I can give my customer a choice of 3-5 they will be satisfied. They will then input the row and column to start printing on.

Here is the math to decide how many blank records to insert.

SR-> Select Row to start
SC-> Select Column to Start
NC-> Number of columns in sheet of labels


((SR-1)* NC) + (SC-1) = Number of Blank Records


This may help others dealing with this issue.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top