Hello all!
Well, I'm thinking about this problem for a few days and I want to hear your side of thinking.
Is there an easy way to have more than one title,detail,summary band on one page using QuickReport or I have to put one huge title band and on it a tons of qrlabels and using loops to go through the query and manually resize them and give them values?
This is only for savings purpose of paper. For example, I want to have more than one article on the same page:
|-----------Title1---------|
|--Article no.[dbfield]------|
|----------Detail1---------|
|--dbfield--dbfield--dbfield-|
|--dbfield--dbfield--dbfield-|
|--dbfield--dbfield--dbfield-|
|--dbfield--dbfield--dbfield-|
|--dbfield--dbfield--dbfield-|
|----------Summary1------|
|--------------Sum:--expr.|
|--------------------------|
and after that on the SAME page...
|-----------Title2---------|
|--Article no.[dbfield]------|
|----------Detail2---------|
|--dbfield--dbfield--dbfield-|
|--dbfield--dbfield--dbfield-|
|--dbfield--dbfield--dbfield-|
|--dbfield--dbfield--dbfield-|
|--dbfield--dbfield--dbfield-|
|----------Summary2------|
|--------------Sum:--expr.|
|--------------------------|
and so on and so on...
Any help would be appreciated!
Thanks!
Brx