Forum Discussion
Mikeg0210
Jan 29, 2023Copper Contributor
Suggestions to print tab information from a form
I have created a form which has 8 tabs in the body. I need to be able to print the form and all of the information on each tab. I have tried to create a report from the form which only prints the ...
arnel_gp
Steel Contributor
if the info's on each tab came from different tables, you can create a sub Report for each and Filtered on CIP #.
use Single report if you all info from 8 tabs are just break-down from a single table.
use Single report if you all info from 8 tabs are just break-down from a single table.
Mikeg0210
Feb 09, 2023Copper Contributor
Thanks for your suggestion. All of the information in the tab is contained in a single table. I have tried to create the report manually by overlapping each tab in a continuous manner however, I cannot get more than 4 tabs on a page. In the existing application, the report just skips to the new page and continues to print. I can't find a way to insert the page break without having grouping involved. Is there a way to create a fixed page break
- Mikeg0210Feb 09, 2023Copper ContributorI also inserted a page break after section 5 and still got the same error above.
- loufabFeb 09, 2023Copper ContributorHi,
Why are you inserting tab control ?
If your data is on the same table, put all the fields on the same report, use the square control to identify them. Alternatively, use ONE report for ONE table and drag and drop this onto the report master.
- arnel_gpFeb 10, 2023Steel Contributorthat is not the way to Create a Report.
on Navigation Pane, click on your table.
now, on the Ribbon->Create->Report.
bring the "new report" in design view and arrange the fields according to your "taste".
modify the "label" to a more descriptive one. you can drag a Label control to add more description to your report.