Home > Archive > PowerBuilder > February 2007 > Composite report
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Ahmdavadi Group 2007-02-12, 8:11 am |
| I am using powerbuilder 8.0
I have a problem in composite report in which I had placed two
reports
Like credit side and debit side and I had draw a line to separate in
main datawindow,
Now my problem is if the record nos of one datawindow is higher than
the other then
The line which I had draw will support upto the datawindows which has
lower records,
So please any body can give me solution to continue the line up to the
report ends?
| |
|
|
| leeline99 2007-02-19, 3:36 am |
| quote: Originally posted by Ahmdavadi Group
I am using powerbuilder 8.0
I have a problem in composite report in which I had placed two
reports
Like credit side and debit side and I had draw a line to separate in
main datawindow,
Now my problem is if the record nos of one datawindow is higher than
the other then
The line which I had draw will support upto the datawindows which has
lower records,
So please any body can give me solution to continue the line up to the
report ends?
Hi,
I am guessing you have 2 dws embedded on a composite dw and you want to display a line between the 2 reports. Your problem is the upper dw is getting larger than the space allowed and over writing the seperating line.
The easy solution is to place line the seperating the 2 reports in the summary band of the first dw. That way it wont matter how many lines are in the upper dw as it will move with the size of the dw.
HTH
L |
|
|
|
|