I have problem with subsequent pages. I have a group with my customer number. But Headers are not printing every subsequent page how can I solve this problem?
In the Groups dialog there is a checkbox option for 'Reprint group headers on subsequent pages'. The checkbox option controls the TppGroup.ReprintOnSubsequentPage property. See the RBuilder.hlp topic for TppGroup and its properties.
Note: For groups to work, the data must be sorted on the group field(s).
Best regards,
Nard Moseley Digital Metaphors www.digital-metaphors.com
Dear Nard; As I see I can see the headers at the design when I click to Preview.. After I run the program I am opening reports and I see that run-time preview is not including headers on subsequent pages.
There are no known issues with this feature. As a test, try commenting out all event-handler code associated with the report. Make sure that you do not have any code that manipulates the data in manner while the report is generating.
If you still have an issue, please create a simple, minimal example using the DBDemos data. Email to support@digital-metaphors.com and we can check it out here.
Best regards,
Nard Moseley Digital Metaphors www.digital-metaphors.com
Its not suitable to use dbdemos when you compare with my database. Let me explain.. I have a customer master and orders. Approximately for a customer around there are 25 orders I have to put 15 order to one page. Then Other 10 order going to subsequent pagefor this customer..
In design time I can see the headers for subsequent pages but In runtime I am unable to see them..
Also I have still problem with SUM per page (I mean subsequents)
Ok, then create a sample MS Access or paradox database that we can run here. Or use TClientDataSet to retrieve the data and save to .cds or xml. That way you can create a portable example using your data that we can run and examine here.
Best regards,
Nard Moseley Digital Metaphors www.digital-metaphors.com
Comments
In the Groups dialog there is a checkbox option for 'Reprint group headers
on subsequent pages'. The checkbox option controls the
TppGroup.ReprintOnSubsequentPage property. See the RBuilder.hlp topic for
TppGroup and its properties.
Note: For groups to work, the data must be sorted on the group field(s).
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
I already check it at the begining but still not printing it..
I have check groups but no work..
As I see I can see the headers at the design when I click
to Preview.. After I run the program I am opening reports and I see that
run-time preview is not including headers on subsequent pages.
Thats my problem..
Guney
There are no known issues with this feature. As a test, try commenting out
all event-handler code associated with the report. Make sure that you do not
have any code that manipulates the data in manner while the report is
generating.
If you still have an issue, please create a simple, minimal example using
the DBDemos data. Email to support@digital-metaphors.com and we can check it
out here.
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Its not suitable to use dbdemos when you compare with my database. Let me
explain..
I have a customer master and orders.
Approximately for a customer around there are 25 orders I have to put 15
order to one page.
Then Other 10 order going to subsequent pagefor this customer..
In design time I can see the headers for subsequent pages but In runtime I
am unable to see them..
Also I have still problem with SUM per page (I mean subsequents)
Thnaks..
Guney
Ok, then create a sample MS Access or paradox database that we can run here.
Or use TClientDataSet to retrieve the data and save to .cds or xml. That way
you can create a portable example using your data that we can run and
examine here.
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com