Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 610011
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T17:37:43+00:00 2026-05-13T17:37:43+00:00

I’ve got a text field in a CR Report that is variable in size

  • 0

I’ve got a text field in a CR Report that is variable in size and in it’s own section. I’d like the section to fit the content of the field and grow if the field grows. The text is in the page footer and needs to print on every page.

Currently I’ve got these set on the Text Object: Keep Object Together, Close Border on Page Break, Can Grow. The section that it’s in is a Page Footer and these are checked: Free Form Placement, Keep Together (set but grayed out/disabled).

What do I need to do to the text and section so that the section is always exactly the size of the text that’s contained in it? Can Grow seems like all I should need to do but when I set that and minimize the section the text in the field gets cut off. I want to set the report up so that if I add 4 lines to the text in the footer I don’t have to go in and re-edit the rpt, it just sizes automatically.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T17:37:43+00:00Added an answer on May 13, 2026 at 5:37 pm

    Page footers don’t resize, so you can’t easily do what you want.

    Here’s a hack that, while far, far from ideal, may help:

    1. Add a section that will repeat with every detail row (something like your primary key), and suppress the group header.
    2. Create a formula with the following contents:
      shared numbervar recordcount := recordcount + 1; and put it in your new group footer.
    3. Create another formula that resets the variable: shared numbervar recordcount := 0; and put it in the page footer.
    4. Open the section expert and choose your new group footer. Choose “Print at Bottom of Page”. In the suppress formula use: shared numbervar recordcount; recordcount < 50 // Magic Number Alert
    5. Add your page footer text to the group footer

    This will print the group footer at the bottom of the page after every 50 records have printed. The group footer will expand to fit the text in your field.

    I’m thinking that you could make the magic number vary according to the length of your footer text, so your suppression formula would be recordcount < (if length({my.field}) > 100 then 25 else 50; or something like that, which would vary the number of records before a page break according to your text length.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.