 | | From: | M Fountain | | Subject: | strange label behavior in ver 2.5 | | Date: | Wed, 22 Dec 2004 15:38:56 -0500 |
|
|
 | My labels have developed a strange quirk. in the temporary database from which they are being printed there are 3 copies of the same data - that is for 30 labels there are 10 unique rows with 2 copies. All this I took care of in processing the records into the temporary database. Now suddenly a blank label is being inserted every three labels.
This must be some kind of grouping thing??? I can't seem to find anything in the inspector box to fix it and it wasn't doing it before I upgraded to the latest dBase Plus version. Any ideas? My temporary solution is to export the data and print the labels from a different program, but I'd rather use my original dBase label.
M Fountain
|
|
 | | From: | Todd Kreuter [dBVIPS] | | Subject: | Re: strange label behavior in ver 2.5 | | Date: | Wed, 22 Dec 2004 23:58:44 -0500 |
|
|
 | "M Fountain" wrote in message news:jdJ3BZG6EHA.1088@news-server... > > My labels have developed a strange quirk. in the temporary database from which they are being printed there are 3 copies of the same data - that is for 30 labels there are 10 unique rows with 2 copies. All this I took care of in processing the records into the temporary database. Now suddenly a blank label is being inserted every three labels.
Are there any groups in the report?
Todd Kreuter [dBVIPS]
|
|
 | | From: | Marc Hamelin | | Subject: | Re: strange label behavior in ver 2.5 | | Date: | Thu, 23 Dec 2004 07:23:09 -0500 |
|
|
 | Try this fix, and check if it solves the problem...
with (this.reportGroup.headerBand) height = 0.0 endwith
with (this.reportGroup.footerBand) height = 0.0 endwith
Marc Hamelin
|
|
 | | From: | M Fountain | | Subject: | Re: strange label behavior in ver 2.5 | | Date: | Sat, 25 Dec 2004 19:28:50 -0500 |
|
|
 | Thanks - I'll give it a try this week.
MF
Marc Hamelin Wrote:
> Try this fix, and check if it solves the problem... > > with (this.reportGroup.headerBand) > height = 0.0 > endwith > > with (this.reportGroup.footerBand) > height = 0.0 > endwith > > Marc Hamelin > >
|
|