Board index » delphi » Problem with mailing labels; 2nd post

Problem with mailing labels; 2nd post

I'm trying to use QR2.0j to print mailing labels (3 accross). I have no
problem designing the form. However I can only get 3 labels on one page. It
only prints 3 columns on 1 page and then goes to a new page. What am I doing
wrong?

I have the same problem with  2 column labels.

 

Re:Problem with mailing labels; 2nd post


Check if you have forcenewcolumn set to true on your detail band or is
there anywhere in your code that you are calling the quickrep1.newcolumn
method.

I created a simple qreport with three columns and a detail band and it
produces mailing labels as expected. Note that they run down column 1,
then column2 then column3 then newpage.

John

Re:Problem with mailing labels; 2nd post


I think you've solved my problem.

I was assuming that the columns went across the page. This is what happens
with most programs. This was not obvious since I was using only a small
number of records.

I had set forcenewcolumn to true.

Thanks.

Other Threads