Re: labels
From: Brian Bischof (BrianNoSpam_at_BischofSystems.com)
Date: 03/22/04
- Next message: Laura: "Subreport Reference"
- Previous message: Bob Holmes: "Re: labels"
- In reply to: Bob Holmes: "Re: labels"
- Next in thread: Bob Holmes: "Re: labels"
- Reply: Bob Holmes: "Re: labels"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 22 Mar 2004 13:27:48 -0800
Hey Bob, Brian here. Thanks for recommending my book. :-)
There isn't a property in CR.NET to print multiple copies like the ActiveX
component had. For CR.NET you can create a DataTable object that has the
record you want to print. Then call the Rows.Add() method to add the record
back to the datatable 30 times. I recently did the same thing where I want
to skip a certain number of labels at the beginning of the report (to skip
over labels already used). I created a DataTable then added the correct
number of blank rows to it.
Re the book, the truck arrives this Friday and I will ship them out to
everyone who has given me a donation on my website.
http://www.crystalreportsbook.com/123aspx.asp
HTH,
Brian Bischof
A Crystal Reports.NET book for programmers? Its here!
* Covers ASP.NET and Windows Forms
* Teaches all phases of report development
* Alerts you to the bugs and how to get around them
* Maps out the complex ReportDocument object model
* Shows how to perform runtime customization
* Demonstrates all options of connecting with ADO.NET
* Gives complete code listings for every concept presented
"Bob Holmes" <rholmes@REMOVEmmwec.org> wrote in message
news:eJCOOHFEEHA.1240@TK2MSFTNGP10.phx.gbl...
> Hi Joan,
> The only time that I've done this is with the ActiveX control that
came
> with CR7. It worked very well. The property that I had to set was called
> "DetailCopies". If you are going to be doing a lot of work with CR.NET,
you
> might want to look at a book by Brian Bischof called "Crystal Reports .NET
> Programming." You can get a copy of his free e-book at:
> http://www.crystalreportsbook.com. Many people in this group have found
> valuable information in his book and Brian has been gracious enough to
allow
> us free access to it. Even though it has been available at no charge for
> quite some time, there have been a number of people who have expressed an
> interest in purchasing the hard copy because of the help that it has been
to
> them. Please take a look at his work. Thank you again Brian.
>
> --
> Bob Holmes MCNGP #31
> "Joan Lange" <lange@kids.wustl.edu> wrote in message
> news:OYBinxEEEHA.3064@tk2msftngp13.phx.gbl...
> > I need to print labels with the same info on each label. I want the
> format
> > to be avery 5160. There seems to be no way to do this short of creating
> 30
> > boxes with the same info on each. Does anyone know of a function
(labels
> > =30) or something of that sort. If it has to be done progammaticlly
then
> > you have to be pretty specific. I am new to this. CR9 in .NET
> >
> > Thanks in advance
> >
> >
>
>
- Next message: Laura: "Subreport Reference"
- Previous message: Bob Holmes: "Re: labels"
- In reply to: Bob Holmes: "Re: labels"
- Next in thread: Bob Holmes: "Re: labels"
- Reply: Bob Holmes: "Re: labels"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|