Repeating same address in a Mailing Label Report

I have created a mailing label report that generates address labels from a database. I would like to pass a parameter to this report that would allow me to indicate how many occurances of each address is to be printed. For example my address file contains 10 unique addresses, I want to create 4 labels for each address. This would give me a total of 40 labels. (keeping the 4 like addresses together). not by printing the report 4 times.
Thanks for the help.

Hi Dale Nelson,
I found some information about Label Looping in Crystal. I never tried it but I think it would help you.
How to Create a Looping Label Report, Using CR9's Basic Syntax
1) Create a New Report using the Label Expert, utilizing the desired label size
2)
a) insert several fields into the label details section that will create many many details lines for the report: there will have to be   one details line for each label potentially created: these fields will not be shown in the label
b) the above fields can come from any table..in this sample report, the Customer ID field and the Order ID field are taken  from Crystal's Xtreme sample database
3) The details section must have a numeric counter assigned to each record.  If there is no database field that is a numeric counter, one will have to be created in the database (in this example, the numeric counter is the Customer ID)
4) create a parameter field in which the user is prompted to enter the # of labels they wish for each client/customer
insert this parameter onto the report header
5)
a) create a linking formula to insert on the details section of the main report.  The formula will read something like:
        Shared x as number
        x = (x + 1/{?lblnum})
        formula = truncate(x)
b) if the client enters 6 as the number of labels they wish for each client, the above formula will be incremented by 1, for each  6 times the formula is calculated on the details sections...this ensures that the subreport is ran 6 times for each client and thus six labels are produced
6) Insert a Subreport that will contain the fields and structure of an address label
7) create a link to the subreport: from the Linking Formula (above) to the client ID (customer ID number field) in the subreport
8) blank main report details lines will now have to be suppressed.  In the subreport create a formula @Null Check similar to:
whileprintingrecords;
shared numbervar check;
if isnull({Customer.Customer Name}) then check := 6
Insert this formula on the subreport details section and suppress it
9) in the main report, go to format the details section and select the Suppression formula button.  Insert a formula similar to:
whileprintingrecords;
shared numbervar check;
check =6
the above two steps will ensure that main report details sections will be suppressed after the labels are printed
Notes:
> There will be one blank label printed at the end of the report.
> The order of the labels will be in the order specified by the database: if a different order is desired, this should be specified using a query or stored procedure at the database end
> A successful link is created between a manual running total [@link formula] and the subreport's Customer ID field. This link is possible as the [@link formula] formula is written in Basic Syntax, and hence is processed before the subreport link. This is not possible using earlier versions of Crystal, as the formula editor did not have the option to use Basic Syntax.
Regards,
Raghavendra

Similar Messages

  • Exporting a mailing label report to PDF shifts the address off ...

    Hi.
    The report is created using the wizard "File->New->Mailing Label Report". Everything looks good at the preview. Following are the dimensions:
    - 4 X 1 inches
    - 2 labels across, 10 down
    - Paper would be 8-1/2 X 11 inches (Letter sized) (labeled) paper
    - 0.5 inches page margin on top and bottom
    - 0.156 inches left & right margins
    - Horizontally .188 inches between labels
    - Vertically NO space between labels
    For this, in the Crystal Reports Designer, I used Mailing Label Type = "Address (Avery 5261)".
    Issue
    However, when trying to export the report to PDF and when we print the report, addresses go off the labels (shifts up slightly starting from the begining). It looks like the font sizes, etc are not maintained. Therefore, visually, addresses shifts up gradually and does not fall into labels.
    Other specific details
    The first address was too low, I mean after .5 inches top margin, this first address started to appear .4 inches down the margin. If we measure from top of one address to the top of next one, it is about .9 inch and not 1 inch.
    Later I tried this [template|http://www.worldlabel.com/Pages/crystal-reports.htm] as well. I faced the same issue.
    Had anyone worked with mailing labels report faced similar issue?
    I appreciate your help

    Go through the following SAP Note
    [https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_bip/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333233303336333933353336%7D.do]
    Regards,
    Raghavendra.G

  • Having a print problem on a mailing label report using the merge modules.

    Crystal Reports 2008 v 12.1.6.1116
    when I print directly from Crystal Reports designer, the labels print correctly.  If I print the report from our application software using the Crystal merge module, the top of page margin is not the same.
    I am using Crystal Report 2008 Fix Pack 1.5 Merge Modules.
    Any idea what might be causing this ?  I do not see any settings in the CrystalReportViewer that would cause the top of page margin to change.
    Note: We were using a previous version of Crystal Reports, version 11 using the merge modules and it worked just fine. After changing to the 2008 merge modules we are running into this problem.

    Which Version of VS.NET you are using?
           VS 2008 v 9.0.30729.1 SP
    . Which application you are developing desktop or web?
           Desktop
    . Error messages you are facing?
            No error message, just the top of page margin is wrong
    . Are you facing this error in development machine?
           The mailing label report works just fine printing directly from the Crystal Reports 2008 Design application.  However is I try to print the exact same report using the CrystalReportViewer in the merge module, the top of page margin is different.  Basically printing from the designer, there is some spacing at the top of the page, printing in the vb.net app the spacing at the time of is missing.
    . Are you trying to deploy this application?
           Yes
    . Operating System?
            The OS I have tried this on is XP Pro SP3 and also Vista Business SP1
    . How are you deploying your application?
            We build a installshield setup to install the merge modules

  • Using Address Book for mailing labels

    I know how to use the address book for mailing labels, but when I went to print I had children's names appear on the labels. Is there a way to request souces, but not children. In other words can you select specific information to appear on the labels. Or do you have to go into address book and delete the kids names. Any advice would be great.

    There are several 3rd-party applications which will print mailing labels from your address book data and give you greater control of what is printed.
    Roll Call Directory and Imprint have both been mentioned.
    I don't know how they handle linked cards, so if you try either you might let us know.
    AK

  • Has anyone tried exporting the mailing labels report to PDF or Editable RTF

    Mailing Labels Format - Universal 80104 Equivalent to Avery #5961, 4X1. We used "Mailing Labels" option while creating the report in the designed (11.5). In the designer, when we go File->New->Mailing Label...we used this.
    From the Crystal Designer:
    Printing directly or exporting it to Editable RTF Word and print works great.
    When tried to export to PDF and print, things get messed up. Initial few on the page fall into the labels, rest just does not align to labels. Fonts seems small, and the label display seems shifted up, etc.
    From our Web App, opening in the crystal report viewer and exporting to any format to print does not work at all. I mean addresses does not fall into the labels.
    Does anyone experience same kind of issue?
    Please help me.
    Thanks

    Go through the following SAP Note
    [https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_bip/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333233303336333933353336%7D.do]
    Regards,
    Raghavendra.G

  • Barcode and mailing label report

    Hi everybody,
    I am wondering if oracle report support barcode 128. If it does, how ?
    Another question is how to control the number of copies mailing label printed. For example, I have a report generated a page of mailing labels, but I want some of these labels printed more copies.
    thanks,
    Diana
    null

    Hi Diana,
    You have to follow these set up to get the barcode in Report.
    1. Install the barcode font thru the control panel FONT.
    2. Create a query that contains the number for barcode that you want to include in your report.
    3. In paper Design View click the barcode field, and choose Appropriate Format and Font to apply the barcode font to the field.
    Regarding to print N number of copies, you can mention the System parameter COPIES.
    If you want 10 copies every time you can mention it as 10. Otherewise you can display the parameter in parameter form and you can give the required number of copies.
    I think this will help you Diana.
    Regards,
    Siva.

  • How Can I delete multiple messages from the same address in Mac Mail

    Hope this is in the correct Community.  Hope someone can help me to delete multiple email messages from the same email address.
    At the moment I can do it by holding down the Command key and highlighting each email, but that can be difficult with many messages
    to delete.  Is there a quicker way?
    Thanks for any help on this.

    Thanks for the reply, appreciate your input.  I did find another way of doing it and that is to highlight the first e-mail, hold down the shift key and click on the last one.  That highlights them all and then they can all be deleted.  Your ideas also work of course and I thank you for that.  Cheers.

  • Addresses to mailing labels

    Is there a way to automatically add contacts in my address book to mailing labels? Or do I copy and paste/drag and drop the name and address to the actual label? Thank you.

    I'm not sure how to transfer to Word from Address Book, or if it's even easily possible. But, you can do custom labels in the Address Book. Just hit print, choose the Mailing Labels style, and then choose the right Avery (or DYMO) preset to get the right base settings. Next, from the Page popup, select Define Custom. Give your new label set a name, and then change the numbers all you like -- in particular, give your labels a wider left margin to allow for the picture. Play around with it and do print previews, and when you think you've got it right print to a piece of paper and see if it matches up to the labels well.

  • Mailing Label and Blank Page

    Hi,
    I created a mailing labels report using Report 10g. When I run the report with format RTF and open it in Word, the first page if great, but then it inserts a blank page, followed by the third page being correct.
    Is there any way to delete the blank page?
    Thanks in advance.
    VC

    this might be caused by MS word. check the page settings and the margin settings word assumes when you open the document.
    thanks,
    ph.

  • Using addresses, can you print duplicate mailing labels for the same address

    using my address book, can I print duplicate mailing labels for the same name and address. 

    I checked the Address Book Print Dialog and I did not see the option to duplicate a single label.
    The only thing you could try is to select the name in your list. Then do Command-P to print which should get you to this dialog box:
    Try changing the # of copies and see if that does what you want. Otherwise I'm not sure and your answer may best be found in the Address Book forum on here.
    You may not want to incue the expense but Microsoft Word will do what you want.

  • I want to create a mail merge for address labels into a table, but when I fill a table with merge fields, it ends up creating multiple entries for the same address, rather than one table full of each address.

    ...but when I fill a table with merge fields, it ends up creating multiple entries for the same address, rather than one table full of each address. Please help.
    Thanks!

    That is a quirk of Pagesthat  it applies only one record per page.
    There is a way around this:
    http://www.freeforum101.com/iworktipsntrick/viewtopic.php?t=245&highlight=labels &mforum=iworktipsntrick
    Peter

  • Address Book print page of mail labels using 1 address?

    I want to print an entire page of mail labels using 1 address and repeating the same address for all labels on the page. Does anyone know how to do this?

    Found the answer. Get Mail Factory (BeLight Solutions) ..
    Shareware, $39..
    It prints any kind of address label, envelope, business card you can think of..
    .. even better you don't need to buy microsoft junk

  • Printing Mailing Labels from Address Book

    Stupid question, but one that is driving me crazy.
    How do you print a sheet of mailing labels from Address Book but when the entire sheet of labels is the SAME label?
    I can print labels successfully in address book, can select the label type and number, etc.
    However, when I select a single contact, I can't find a way to print up an entire sheet of labels (e.g. 14) of all the same contact - it only prints one label of the single contact.
    Please help! I know it must be a simple fix but can't find it anywhere to select as an option.

    OK, weird that this morning (one day after you posted this question) I had the same question. I just want to print some return address labels for my own company. While I haven't been able to find a software based way to do it, I did think up a workable (if a bit ridiculous) hack. Copy the address you want to fill the sheet of labels with however many times there are labels on the sheet and select those however many copies and click print! I created 30 copies of my own company's address in Address Book, selected them, and printed a sheet of labels without problem. A bit dumb, but it works!
    Hope that helps.

  • Can pages print a sheet of Avery labels, with the same address on all labels?  If not, why not?

    How do you print the same address on a sheet of Avery labels using Pages?  If not, why not?

    It is possible. Download the Pages template form here > Open the template in Pages. Fill in the desired information in the first cell. Copy the information (address) Hold the cursor down and scroll down one column of labels and hit paste > it should be highlighted. Repeat by highlighting the next column and paste. You probably using 30 up labels so there would be 3  columns. Hope that helps.

  • Repeating Same Label on Sheet from one Data Row

    Post Author: mhamill
    CA Forum: Formula
    I need to print 18 labels on a sheet 3 columns x 6 rows of the SAME LABEL based on a single data record,
    I've got the label size all set but can only find a way to produce 1 label if I only have 1 record in the data set
    Is there a repeat or other function which will let me do this similar to the MS WORD mailing label functionality?
    ThanksMike

    Post Author: bettername
    CA Forum: Formula
    I'd place the data inside a textbox and make that textbox the size of a label.
    Then expand the details/whatnot section and copy+paste the textbox (x) times.  You'll have to fiddle around with the positioning to get them just right, so that they line up with the actual labels, but it should do the job.

Maybe you are looking for

  • Error while invoking a DB Adapter which queries AR_LOOKUPS table

    Hi all, I have a BPEL process which invokes a DB Adapter to query the AR_LOOKUPS. I'm getting the following error when i run the BPEL process: <Faulthttp://schemas.xmlsoap.org/soap/envelope/> <faultcode>env:Server</faultcode> <faultstring>java.lang.E

  • How do i access my iCloud back up files?

    it shows that my last back up was done on 1/22 how do i access that back up files??

  • Tell me the best way to connect to Oracle9 please

    I need to access Oracle9 DB from C++. I experience problems when compiling OCCI of Oracle9 with gcc3. Can I use OCCI for Oracle10 to connect to Oracle9 DB? The second option I was thinking about is writing a client/server interface to OCCI where serv

  • The song "-----" could not be used because..."

    I have an exclamation at the beginning of the line and then get the error "The song "-----" could not be used because the original file could not be found. Would you like to locate it?" Of course it can't be located. I DO subscribe to iTunes Match" b

  • Item management method

    Hi all, I uploaded manage item by serial No. and i gave in general settings Item Mngemt method is by mistakenly on every transaction. But i want on Release only .Now i changed general settings and again i m uploading the same file with update the exs