Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

Title Header will not print! Help!


This topic is 7306 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies
Posted

I am a Filemaker Pro newbie, and I am hoping one of you experts will have mercy and tell me what mistake I am making. I have spent the better part of a day trying to solve this problem, and I'm getting desperate.

In the layout view of a report, I have created a title header. Unfortunately, that title header does not show up in the preview mode, nor does it show up in the printed version. The report is just a table of fields chosen from the database. The table prints nicely, but without the title.

What do I need to do to get the title header to appear in the preview mode?

Thanks.

Posted

I have never seen a Title Header not show up on the 1st page. If you could post a copy, or even a clone (no records) of your file, we can take a look. Are you sure you're on the right layout? Is there something in the Title Header?

Posted

The report is just a table of fields chosen from the database. The table prints nicely, but without the title.

In "View as Table" mode, these parts won't show up. If this is what you have selected, change it to "View as List".

Posted

Actually, you can show headers and footers in Table View. GO to Layout setup and on the Table view click the Properties button. You can specify "Include header part" and "Include footer part". that's it - your title header should show up on the first printed page - the header will print on all subsequent page(s).

In fact, I use a nifty script to allow users to toggle the list view between a List View and Table View:

You need a Global text field "_View" - This is also used as a button label.

Here's the script

If [ _View = "View as Table" ]

View As

[ View as Table ]

Set Field [ _View, "View as List" ]

Else

View As

[ View as List ]

Set Field [ _View, "View as Table" ]

End If

Assign the script to a button with a merge field label"<<_View>>"]

This topic is 7306 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.